|
@@ -5,7 +5,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="cmd-info_bx">
|
|
<view class="cmd-info_bx">
|
|
|
<view class="tit">{{ info.itemName || "" }}</view>
|
|
<view class="tit">{{ info.itemName || "" }}</view>
|
|
|
- <view class="kc">库存{{ info.stock }}</view>
|
|
|
|
|
|
|
+ <view class="kc">库存 {{ info.stock }}</view>
|
|
|
<view class="num-open_bx">
|
|
<view class="num-open_bx">
|
|
|
<view class="price">¥{{ showPrice }}</view>
|
|
<view class="price">¥{{ showPrice }}</view>
|
|
|
<view class="open-bx" v-if="type == COMMODITY_TYPE.COMMON">
|
|
<view class="open-bx" v-if="type == COMMODITY_TYPE.COMMON">
|
|
@@ -153,7 +153,7 @@ export default {
|
|
|
& .iconfont {
|
|
& .iconfont {
|
|
|
//margin-left: 15rpx;
|
|
//margin-left: 15rpx;
|
|
|
color: #3385ff;
|
|
color: #3385ff;
|
|
|
- font-size: 46px;
|
|
|
|
|
|
|
+ font-size: 42px;
|
|
|
}
|
|
}
|
|
|
.position{
|
|
.position{
|
|
|
display: block;
|
|
display: block;
|
|
@@ -172,11 +172,11 @@ export default {
|
|
|
width: 120rpx;
|
|
width: 120rpx;
|
|
|
text-align:center;
|
|
text-align:center;
|
|
|
margin: 0 8px;
|
|
margin: 0 8px;
|
|
|
- color: #5C5C5C;
|
|
|
|
|
|
|
+ color: #868686;
|
|
|
border-radius: 22px;
|
|
border-radius: 22px;
|
|
|
background-color: #f5f5f5;
|
|
background-color: #f5f5f5;
|
|
|
- padding: 6px 0;
|
|
|
|
|
- font-size: 32rpx;
|
|
|
|
|
|
|
+ padding: 3px 0;
|
|
|
|
|
+ font-size: 30rpx;
|
|
|
}
|
|
}
|
|
|
.change-input {
|
|
.change-input {
|
|
|
width: 164px;
|
|
width: 164px;
|