Authored by QC-L

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

... ... @@ -20,6 +20,11 @@
display: flex;
flex-direction: row;
}
.order-daction-pay-amount-title-txt {
font-family: DINAlternate-Bold;
font-size: 32rpx;
}
/* .order-detail-split-line {
background: #e0e0e0;
height: 2rpx;
... ...
... ... @@ -9,7 +9,6 @@
}
.successIconContainer {
display: flex;
width: 100%;
justify-content: center;
... ...