|
|
@@ -110,7 +110,7 @@
|
|
|
<text class="item-price">
|
|
|
<text class="unit"></text>
|
|
|
<text class="price">
|
|
|
- <text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}}*¥{{parseFloat(s.xhUnitPrice)}}</text>
|
|
|
+ <text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}} x ¥{{parseFloat(s.xhUnitPrice)}}</text>
|
|
|
<text v-else></text>
|
|
|
</text>
|
|
|
</text>
|
|
|
@@ -461,10 +461,11 @@ export default {
|
|
|
width:360upx;
|
|
|
}
|
|
|
.item-price {
|
|
|
- color: #333;
|
|
|
+ color: black;
|
|
|
font-size: 22upx;
|
|
|
.price {
|
|
|
- font-size: 25upx;
|
|
|
+ font-size: 27upx;
|
|
|
+ font-weight:bold;
|
|
|
}
|
|
|
}
|
|
|
.item-type {
|
|
|
@@ -472,8 +473,8 @@ export default {
|
|
|
font-size: 24upx;
|
|
|
}
|
|
|
.item-count {
|
|
|
- color: #666;
|
|
|
- font-size: 24upx;
|
|
|
+ color: black;
|
|
|
+ font-size: 28upx;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -500,10 +501,9 @@ export default {
|
|
|
}
|
|
|
.describe-view {
|
|
|
display: flex;
|
|
|
-
|
|
|
align-items: center;
|
|
|
- color: #333;
|
|
|
- font-size: 24upx;
|
|
|
+ color: black;
|
|
|
+ font-size: 25upx;
|
|
|
.price {
|
|
|
font-weight: bold;
|
|
|
font-size: 30upx;
|