修复倒计时字体不正确的问题 review by 黄敬囿
Showing
2 changed files
with
5 additions
and
1 deletions
@@ -20,6 +20,11 @@ | @@ -20,6 +20,11 @@ | ||
20 | display: flex; | 20 | display: flex; |
21 | flex-direction: row; | 21 | flex-direction: row; |
22 | } | 22 | } |
23 | + | ||
24 | +.order-daction-pay-amount-title-txt { | ||
25 | + font-family: DINAlternate-Bold; | ||
26 | + font-size: 32rpx; | ||
27 | +} | ||
23 | /* .order-detail-split-line { | 28 | /* .order-detail-split-line { |
24 | background: #e0e0e0; | 29 | background: #e0e0e0; |
25 | height: 2rpx; | 30 | height: 2rpx; |
-
Please register or login to post a comment