feat: 优化UI

This commit is contained in:
Blizzard
2026-03-05 17:04:40 +08:00
parent 0a61c4ddec
commit 7f51b2a0a8
28 changed files with 1773 additions and 964 deletions
+33
View File
@@ -118,6 +118,39 @@
.content-area {
padding: 24rpx 32rpx 0;
}
/* ========== VIP 首页状态卡 ========== */
.vip-home-card {
display: flex;
align-items: center;
gap: 20rpx;
background: linear-gradient(135deg, #FFF8EE, #FFF3DC);
border: 1rpx solid #FFDFA0;
border-radius: 24rpx;
padding: 24rpx 28rpx;
margin-bottom: 32rpx;
}
.vip-home-icon { font-size: 44rpx; }
.vip-home-body {
flex: 1;
display: flex;
flex-direction: column;
gap: 4rpx;
}
.vip-home-title {
font-size: 28rpx;
font-weight: 700;
color: #B07000;
font-family: 'PingFang SC', sans-serif;
}
.vip-home-desc {
font-size: 22rpx;
color: #C09040;
}
.vip-home-tag {
font-size: 22rpx;
font-weight: 600;
color: #FF9D42;
}
/* ========== Section Header ========== */