个人中心样式改版完成

This commit is contained in:
2025-12-30 11:25:41 +08:00
parent 6413160b63
commit fb6acc71be
15 changed files with 90 additions and 63 deletions

View File

@@ -157,7 +157,7 @@ export default {
.bill-list-page {
background: #f7f8fa;
min-height: 100vh;
padding-top: 175rpx; /* 给导航栏留空间 */
padding-top: 120rpx; /* 给导航栏留空间 */
}
.tab-bar {
@@ -201,16 +201,16 @@ export default {
flex-direction: column;
.bill-name {
font-size: 28rpx;
color: #333;
font-weight: bold;
font-size: 30rpx;
color: #2D2B2C;
font-weight: 500;
}
.bill-date,
.bill-status {
font-size: 24rpx;
color: #666;
margin-top: 8rpx;
color: #ADADB1;
margin-top: 18rpx;
}
}
@@ -219,8 +219,8 @@ export default {
align-items: center;
.amount {
font-size: 28rpx;
color: #333;
font-size: 30rpx;
color: #F34038;
margin-right: 10rpx;
}
}