This commit is contained in:
eric
2026-03-13 03:43:50 -05:00
parent e5d080c202
commit 857380aa01
29 changed files with 3595 additions and 580 deletions

View File

@@ -54,6 +54,20 @@
font-weight: 500;
}
.vipTag {
position: absolute;
right: -4px;
top: -2px;
font-size: 0.6rem;
font-weight: 700;
padding: 0.1rem 0.35rem;
background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
color: white;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
letter-spacing: 0.02em;
}
.main {
max-width: 1200px;
margin: 0 auto;