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