feat(tip): rotate support prompts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user