修改个人中心

This commit is contained in:
张凯 2025-06-14 09:12:50 +08:00
parent 0abbf5b173
commit 516a2dfee7

View File

@ -596,16 +596,16 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
font-size: 30rpx; font-size: 30rpx;
color: #181818; color: #202020;
height: 105rpx; height: 90rpx;
line-height: 105rpx; line-height: 90rpx;
border-bottom: 1rpx solid #f5f6fa; border-bottom: 1rpx solid #EEEEEE;
.right { .right {
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 30rpx; font-size: 28rpx;
color: #202020; color: #9c9c9c;
} }
} }
} }