调整个人中心的字号

This commit is contained in:
赵毅 2025-09-15 16:58:22 +08:00
parent 6bad5494f9
commit 398d1ef9c1
2 changed files with 3 additions and 2 deletions

View File

@ -334,7 +334,7 @@ page {
bottom: 50rpx; bottom: 50rpx;
left: 15%; left: 15%;
width: 70%; width: 70%;
z-index: 99; /* z-index: 99; */
} }
/* 自提样式 */ /* 自提样式 */

View File

@ -163,7 +163,8 @@ margin-right: 20rpx;
margin-bottom: 20rpx; margin-bottom: 20rpx;
} }
.grid-text { .grid-text {
font-size: 24rpx; font-size: 28rpx;
font-weight: bold;
} }