修改首页字号

This commit is contained in:
赵毅 2025-08-14 09:39:01 +08:00
parent 743532973d
commit 5e413a021f
2 changed files with 6 additions and 2 deletions

View File

@ -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;

View File

@ -1002,7 +1002,7 @@ export default {
if (this.showDropdown) {
this.$nextTick(() => {
uni.pageScrollTo({
scrollTop: 2500,
scrollTop: 1000,
duration: 300
});
})