feat(tip): rotate support prompts

This commit is contained in:
2026-07-21 11:30:32 +08:00
parent e512a42483
commit 55cb98ed14
7 changed files with 279 additions and 3 deletions
+8
View File
@@ -129,12 +129,20 @@
}
.subtitle {
min-height: 4.56em;
max-width: 330px;
margin: 14px 0 0;
color: #7c6062;
font-size: clamp(14px, 3.704vw, 18px);
font-weight: 620;
line-height: 1.52;
opacity: 0.78;
text-wrap: balance;
transition: opacity 0.24s ease;
}
.subtitleReady {
opacity: 1;
}
.productCard {