v3.5.3版本更新1
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-08-20 18:54:15 +08:00
parent ee493823bf
commit fc2e5b65de
65 changed files with 2297 additions and 875 deletions
+13 -3
View File
@@ -24,6 +24,9 @@
}
.redeem-hero-amount {
display: flex;
align-items: center;
justify-content: center;
font-family: var(--font-headline);
font-size: 36px;
font-weight: 700;
@@ -92,6 +95,10 @@
}
.redeem-amount-hint {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 2px;
font-size: 12px;
color: var(--color-subtle-gray);
line-height: 1.4;
@@ -279,7 +286,9 @@
}
.redeem-code-amount {
display: block;
display: flex;
align-items: center;
justify-content: center;
font-family: var(--font-headline);
font-size: 28px;
font-weight: 700;
@@ -350,8 +359,9 @@
}
.redeem-success-amount {
display: block;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-family: var(--font-headline);
font-size: 28px;
font-weight: 700;