Authored by QC-L

修复倒计时字体不正确的问题 review by 黄敬囿

@@ -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;
@@ -9,7 +9,6 @@ @@ -9,7 +9,6 @@
9 } 9 }
10 10
11 .successIconContainer { 11 .successIconContainer {
12 -  
13 display: flex; 12 display: flex;
14 width: 100%; 13 width: 100%;
15 justify-content: center; 14 justify-content: center;