修改首页字号
This commit is contained in:
parent
743532973d
commit
5e413a021f
@ -180,6 +180,10 @@ page {
|
||||
margin-top: 40rpx;
|
||||
}
|
||||
|
||||
.tabList text{
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.tabItem {
|
||||
width: 33.33%;
|
||||
display: flex;
|
||||
@ -480,7 +484,7 @@ page {
|
||||
.tab-item {
|
||||
padding: 0 20rpx;
|
||||
margin-right: 20rpx;
|
||||
font-size: 20rpx;
|
||||
font-size: 28rpx;
|
||||
color: #333;
|
||||
background-color: #ededed;
|
||||
height: 50rpx;
|
||||
|
||||
@ -1002,7 +1002,7 @@ export default {
|
||||
if (this.showDropdown) {
|
||||
this.$nextTick(() => {
|
||||
uni.pageScrollTo({
|
||||
scrollTop: 2500,
|
||||
scrollTop: 1000,
|
||||
duration: 300
|
||||
});
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user