|
@@ -25,7 +25,7 @@
|
|
|
</view>
|
|
|
<view class="choose-product-item-left-info-price">
|
|
|
<view v-if="item.status==1">
|
|
|
- <view class="price-txt">¥<text>{{item.price}}</text></view>
|
|
|
+ <view class="price-txt">¥<text>{{item.priceStr[0]}}</text>.{{item.priceStr[1]}}</view>
|
|
|
<view class="flex align_center rebate-tag" v-if="item.promoType=='BUY_PROD_GIVE_VALID'">
|
|
|
返<text>{{item.resultValue}}</text>元
|
|
|
</view>
|
|
@@ -154,21 +154,23 @@
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
width: 22px;
|
|
|
- height: 22px;
|
|
|
+ height: 20px;
|
|
|
border-radius: 50px;
|
|
|
font-size: 18px;
|
|
|
- background-color: #066cff;
|
|
|
- color: #fff;
|
|
|
+ color: #066cff;
|
|
|
&.qty-disabled{
|
|
|
- background-color: #c0c0c0;
|
|
|
+ color: #999;
|
|
|
}
|
|
|
}
|
|
|
.qty-num{
|
|
|
width: 24px;
|
|
|
- height: 22px;
|
|
|
- line-height: 22px;
|
|
|
- padding:0 3px;
|
|
|
+ height: 20px;
|
|
|
+ line-height: 20px;
|
|
|
text-align: center;
|
|
|
+ background-color: #efefef;
|
|
|
+ margin: 0 3px;
|
|
|
+ border-radius: 3px;
|
|
|
+ font-size: 12px;
|
|
|
input{
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -256,11 +258,10 @@
|
|
|
flex-grow: 1;
|
|
|
.choose-product-item-left-info-price{
|
|
|
display: flex;
|
|
|
- align-items:center;
|
|
|
justify-content: space-between;
|
|
|
>view{
|
|
|
display: flex;
|
|
|
- align-items:center;
|
|
|
+ align-items:baseline;
|
|
|
}
|
|
|
.edit-qty{
|
|
|
display: flex;
|