套餐增加描述1

main
Lufaneng 6 months ago
parent 79c5a28120
commit 8b36a8a7c9

@ -475,7 +475,7 @@ const logout = () => {
flex-shrink: 0; flex-shrink: 0;
background: white; background: white;
border-radius: 12px; border-radius: 12px;
padding: 16px 12px; padding: 12px 8px;
text-align: center; text-align: center;
position: relative; position: relative;
border: 2px solid transparent; border: 2px solid transparent;
@ -501,14 +501,14 @@ const logout = () => {
.plan-name { .plan-name {
font-size: 14px; font-size: 14px;
color: #333; color: #333;
margin: 12px 0 8px; margin: 12px 0 2px;
} }
.plan-price { .plan-price {
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
color: #ff3333; color: #ff3333;
margin-bottom: 4px; margin-bottom: 2px;
} }
.plan-discount { .plan-discount {

Loading…
Cancel
Save