style: 修改字体

pull/8/head
kele 2023-03-23 15:34:48 +08:00
parent 9225ba3cbd
commit 06c56a5669
3 changed files with 3 additions and 4 deletions

View File

@ -347,9 +347,6 @@
.item-value {
font-size: 28rpx;
font-weight: 500;
}
.item-value {
font-family: OPPOSANS;
}
.text-disabled {

View File

@ -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"

View File

@ -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;
}
}
}