Fix:【商城小程序】商品足迹--商品原价划线效果优化,原价颜色加深

This commit is contained in:
linxi
2024-09-18 11:53:46 +08:00
parent b3f85d807d
commit eda9664c6d
+2 -1
View File
@@ -44,7 +44,7 @@
<view class="v12-font-bold v12-primary-text"> <view class="v12-font-bold v12-primary-text">
<text class="v12-font-16">¥</text> <text class="v12-font-16">¥</text>
<text class="v12-font-24">{{ historyItem.price }}</text> <text class="v12-font-24">{{ historyItem.price }}</text>
<text class="v12-grey-text ot-price"> <text class="ot-price v12-font-weight-400">
<text class="v12-font-16">¥</text> <text class="v12-font-16">¥</text>
<text class="v12-font-24">{{ historyItem.otPrice }}</text> <text class="v12-font-24">{{ historyItem.otPrice }}</text>
</text> </text>
@@ -205,6 +205,7 @@ export default {
.ot-price { .ot-price {
margin: 0 0 0 10rpx; margin: 0 0 0 10rpx;
text-decoration: line-through; text-decoration: line-through;
color: #CBCBCB;
} }
} }
.icon { .icon {