修改首页字号

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

View File

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