优化商店

This commit is contained in:
2026-04-27 11:23:15 +08:00
parent bcb762df77
commit a16a8fb9f4
2 changed files with 12 additions and 18 deletions
@@ -438,6 +438,14 @@
flex: 1;
}
.shop-validity {
margin-top: 2px;
font-size: 10px;
line-height: 1.4;
color: #6b7280;
font-weight: normal;
}
/* 装扮Tab购买说明 */
.decoration-note {
font-size: 11px;
@@ -460,13 +468,6 @@
border-radius: 8px;
}
.decoration-status.active { background: #065f46; color: #6ee7b7; }
.decoration-status.expired { background: #7f1d1d; color: #fca5a5; }
/* 装扮有效期提示 */
.decoration-duration {
font-size: 10px;
color: #6366f1;
margin-top: 2px;
}
.decoration-expiry { font-size: 10px; color: #9ca3af; margin-top: 2px; }
.shop-btn {
@@ -137,18 +137,11 @@
}
.shop-validity {
display: inline-flex;
align-items: center;
width: fit-content;
margin-top: 4px;
padding: 1px 6px;
border-radius: 999px;
background: rgba(79, 70, 229, .18);
border: 1px solid rgba(129, 140, 248, .42);
color: #c7d2fe;
margin-top: 2px;
color: #8b93a7;
font-size: 9px;
font-weight: 700;
line-height: 1.5;
font-weight: normal;
line-height: 1.35;
}
/* 购买按钮 */