style: 修改字体
parent
9225ba3cbd
commit
06c56a5669
|
@ -347,9 +347,6 @@
|
|||
.item-value {
|
||||
font-size: 28rpx;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.item-value {
|
||||
font-family: OPPOSANS;
|
||||
}
|
||||
.text-disabled {
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
>¥{{ order.order_amount }}</view
|
||||
>
|
||||
<view v-if="order.score_amount && Number(order.order_amount) > 0">+</view>
|
||||
<view class="price-text ss-flex ss-col-center" v-if="order.score_amount">
|
||||
<view class="discounts-money pay-color ss-flex ss-col-center" v-if="order.score_amount">
|
||||
<image
|
||||
:src="sheep.$url.static('/static/img/shop/goods/score1.svg')"
|
||||
class="score-img"
|
||||
|
|
|
@ -154,6 +154,7 @@
|
|||
font-size: 64rpx;
|
||||
font-weight: 500;
|
||||
line-height: normal;
|
||||
font-family: OPPOSANS;
|
||||
}
|
||||
.value-reduce {
|
||||
line-height: normal;
|
||||
|
@ -166,6 +167,7 @@
|
|||
.value-enough {
|
||||
font-size: 24rpx;
|
||||
font-weight: 400;
|
||||
font-family: OPPOSANS;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue