lex-xin před 4 měsíci
rodič
revize
3ca6b67dae

+ 2 - 0
miniprogram/pages/index/index.less

@@ -113,6 +113,7 @@ page {
     min-width: 210rpx;
     padding-right: 12rpx;
     flex-shrink: 0;
+    justify-content: space-between;
   }
 
   .left-top {
@@ -139,6 +140,7 @@ page {
 
     .priceZ {
       font-size: 60rpx;
+      line-height: 1;
     }
 
     .priceF {

+ 4 - 0
miniprogram/pages/orders/orders.less

@@ -164,6 +164,10 @@ page {
       font-size: 24rpx;
       color: #6D4718;
       line-height: 1;
+
+      text {
+        text-decoration: line-through;
+      }
     }
 
     .goods-type {

+ 1 - 1
miniprogram/pages/orders/orders.wxml

@@ -28,7 +28,7 @@
                     <text class="priceZ">{{ item.integerPart }}</text>
                     <text class="priceF">.{{ item.decimalPart }}</text>
                   </view>
-                  <view class="origin-price">|日常价 ¥ {{item.originalPrice}}</view>
+                  <view class="origin-price">|日常价 <text>¥ {{item.originalPrice}}</text></view>
                 </view>
               </view>
             </view>