This commit is contained in:
zhangjianjun 2026-07-09 16:44:37 +08:00
parent 21a8996ba4
commit 3e45dd0b9a
1 changed files with 11 additions and 2 deletions

View File

@ -200,12 +200,17 @@ p {
gap: 6px;
padding: 0;
appearance: none;
-webkit-tap-highlight-color: transparent;
cursor: pointer;
transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease, box-shadow 320ms ease, background-color 320ms ease, border-color 320ms ease;
transform: translateX(-50%);
opacity: 0.58;
z-index: 1;
&:active {
background: #FFFFFF;
}
.plan-price-symbol {
font-size: 10px;
transition: color 320ms ease;
@ -273,6 +278,10 @@ p {
opacity: 1;
z-index: 2;
&:active {
background: #F7FEFA;
}
.plan-price-symbol {
font-size: 10px;
color: #FF2D2D;
@ -370,7 +379,7 @@ p {
position: fixed;
left: 16px;
right: 16px;
bottom: 6px;
bottom: 10px;
width: calc(100% - 32px);
max-width: 343px;
height: 52px;
@ -707,4 +716,4 @@ p {
.green {
color: #00B85C;
}
}