|
@@ -13,7 +13,7 @@
|
|
|
<view class="detail-info-left__coin">
|
|
|
<view class="content flex">
|
|
|
<image src="../../static/public/goods_coin.png" mode=""></image>
|
|
|
- <view><text>×</text>{{ info.exchangePrice }}</view>
|
|
|
+ <view class="coin"><text>×</text>{{ info.exchangePrice }}</view>
|
|
|
</view>
|
|
|
<view class="txt" v-if="info.originPrice">原盲豆:<text>{{ info.originPrice }}</text></view>
|
|
|
</view>
|
|
@@ -279,7 +279,7 @@
|
|
|
font-size: 26rpx;
|
|
|
|
|
|
.content {
|
|
|
- color: #FF2929;
|
|
|
+ color: #FA822C;
|
|
|
margin-right: 34rpx;
|
|
|
font-weight: bold;
|
|
|
|
|
@@ -291,9 +291,14 @@
|
|
|
text {
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
+
|
|
|
+ .coin {
|
|
|
+ font-size: 30rpx;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.txt {
|
|
|
+ font-size: 26rpx;
|
|
|
color: #666666;
|
|
|
text-decoration: line-through;
|
|
|
}
|