Browse Source

优化字体

main
Trae AI 4 days ago
parent
commit
610c70ee1c
  1. 27
      pages/compare_price/index.wxss

27
pages/compare_price/index.wxss

@ -351,8 +351,14 @@
} }
.price-amount { .price-amount {
display: block; display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: -5px; margin-bottom: -5px;
font-size: 26px;
font-weight: 700;
color: #ff4d4f;
letter-spacing: -0.5px;
} }
.unit-price { .unit-price {
@ -362,12 +368,8 @@
} }
.currency-symbol { .currency-symbol {
font-size: 14px;
}
.price-amount {
font-size: 24px; font-size: 24px;
font-weight: bold; margin-right: 2px;
} }
.unit-price { .unit-price {
@ -463,8 +465,14 @@
} }
.compare-price-amount { .compare-price-amount {
display: block; display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: -5px; margin-bottom: -5px;
font-size: 26px;
font-weight: 700;
color: #ff4d4f;
letter-spacing: -0.5px;
} }
.compare-item-price .unit-price { .compare-item-price .unit-price {
@ -473,11 +481,6 @@
margin-top: -5px; margin-top: -5px;
} }
.compare-price-amount {
font-size: 24px;
font-weight: bold;
}
.compare-item-spec { .compare-item-spec {
font-size: 14px; font-size: 14px;
color: #666666; color: #666666;

Loading…
Cancel
Save