فهرست منبع

style: 修改字体

kele 2 سال پیش
والد
کامیت
06c56a5669
3فایلهای تغییر یافته به همراه3 افزوده شده و 4 حذف شده
  1. 0 3
      pages/order/confirm.vue
  2. 1 1
      pages/order/list.vue
  3. 2 0
      sheep/components/s-coupon-list/s-coupon-list.vue

+ 0 - 3
pages/order/confirm.vue

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

+ 1 - 1
pages/order/list.vue

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

+ 2 - 0
sheep/components/s-coupon-list/s-coupon-list.vue

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