Fix:【商城小程序】商品足迹--商品原价划线效果优化,原价颜色加深
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<view class="v12-font-bold v12-primary-text">
|
||||
<text class="v12-font-16">¥</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-24">{{ historyItem.otPrice }}</text>
|
||||
</text>
|
||||
@@ -205,6 +205,7 @@ export default {
|
||||
.ot-price {
|
||||
margin: 0 0 0 10rpx;
|
||||
text-decoration: line-through;
|
||||
color: #CBCBCB;
|
||||
}
|
||||
}
|
||||
.icon {
|
||||
|
||||
Reference in New Issue
Block a user