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