Compare commits

..

1 Commits

Author SHA1 Message Date
admin 9c1c3ec4cf chore(favicon): 使用预发布环境的图标
Docker Image / Quality and Bundle Budgets (push) Successful in 3s
Docker Image / Build and Push Docker Image (push) Successful in 1m52s
2026-07-21 15:51:23 +08:00
2 changed files with 21 additions and 27 deletions
+20 -26
View File
@@ -75,7 +75,7 @@
min-height: 0; min-height: 0;
flex: 0 1 auto; flex: 0 1 auto;
flex-direction: column; flex-direction: column;
margin-top: 0; margin-top: auto;
} }
.headerIdentity { .headerIdentity {
@@ -89,16 +89,13 @@
} }
.headerAvatar { .headerAvatar {
width: clamp(88px, 22.222vw, 112px); width: 48px;
height: clamp(88px, 22.222vw, 112px); height: 48px;
flex: 0 0 auto; flex: 0 0 auto;
margin-top: -48px; border: 2px solid rgba(255, 255, 255, 0.94);
border: 4px solid rgba(255, 255, 255, 0.9);
border-radius: 999px; border-radius: 999px;
background: linear-gradient(145deg, #ffbd7c, #ff5d91); background: #f3d3c3;
box-shadow: box-shadow: 0 8px 20px rgba(112, 65, 66, 0.16);
0 20px 44px rgba(255, 98, 133, 0.24),
inset 0 0 0 1px rgba(255, 255, 255, 0.32);
overflow: hidden; overflow: hidden;
} }
@@ -108,7 +105,7 @@
overflow: hidden; overflow: hidden;
color: #2a1a1d; color: #2a1a1d;
font-family: var(--font-athelas), Georgia, serif; font-family: var(--font-athelas), Georgia, serif;
font-size: clamp(24px, 6.4vw, 30px); font-size: clamp(21px, 5.7vw, 27px);
font-weight: 760; font-weight: 760;
letter-spacing: -0.025em; letter-spacing: -0.025em;
line-height: 1.05; line-height: 1.05;
@@ -120,12 +117,12 @@
.supportPrompt { .supportPrompt {
position: relative; position: relative;
z-index: 1; z-index: 1;
width: min(100%, 356px); width: min(100%, 340px);
box-sizing: border-box; box-sizing: border-box;
margin: 12px auto 0; margin: 12px auto 0;
padding: 0 4px; padding: 0 4px;
color: #684d51; color: #684d51;
font-size: clamp(15.5px, 4.1vw, 17px); font-size: clamp(14px, 3.7vw, 15px);
font-weight: 650; font-weight: 650;
line-height: 1.35; line-height: 1.35;
text-align: center; text-align: center;
@@ -302,7 +299,7 @@
.tierPrice { .tierPrice {
color: #d23f79; color: #d23f79;
font-size: clamp(15px, 3.9vw, 18px); font-size: clamp(13px, 3.5vw, 16px);
font-weight: 900; font-weight: 900;
white-space: nowrap; white-space: nowrap;
} }
@@ -463,7 +460,7 @@
.headerTitle { .headerTitle {
max-width: 200px; max-width: 200px;
font-size: 23px; font-size: 20px;
} }
.productCard { .productCard {
@@ -483,7 +480,7 @@
} }
.tierPrice { .tierPrice {
font-size: 15px; font-size: 13px;
} }
.tierCheck { .tierCheck {
@@ -504,15 +501,20 @@
min-height: 44px; min-height: 44px;
} }
.headerAvatar {
width: 44px;
height: 44px;
}
.purchaseFlow { .purchaseFlow {
gap: 8px; gap: 10px;
margin-top: 8px; margin-top: 10px;
} }
.supportPrompt { .supportPrompt {
margin-top: 9px; margin-top: 9px;
padding: 0 3px; padding: 0 3px;
font-size: 15px; font-size: 13.5px;
line-height: 1.35; line-height: 1.35;
} }
@@ -542,14 +544,6 @@
} }
@media (max-height: 600px) { @media (max-height: 600px) {
.contentFlow {
margin-top: auto;
}
.headerAvatar {
margin-top: 0;
}
.supportPrompt { .supportPrompt {
display: -webkit-box; display: -webkit-box;
overflow: hidden; overflow: hidden;
+1 -1
View File
@@ -222,7 +222,7 @@ export function TipScreen({
src={character.assets.avatar} src={character.assets.avatar}
alt={character.displayName} alt={character.displayName}
size="100%" size="100%"
imageSize={88} imageSize={52}
priority priority
/> />
</div> </div>