Style: 细节调整
This commit is contained in:
@@ -287,7 +287,7 @@
|
|||||||
<view class="v12-justify-between">
|
<view class="v12-justify-between">
|
||||||
<view class="price bold">¥{{ item.price }}</view>
|
<view class="price bold">¥{{ item.price }}</view>
|
||||||
<view class="">
|
<view class="">
|
||||||
<image class="logo" :src="webUrl+'/orderIcon/组 355.png'" mode="" style="margin-right:0; width: 32rpx; height:32rpx"/>
|
<image class="logo" :src="webUrl+'/orderIcon/组 355.png'" mode="" style="margin-right:0; width: 28rpx; height:28rpx"/>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -418,7 +418,7 @@
|
|||||||
加入购物车
|
加入购物车
|
||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
class="btn-buy v12-primary"
|
class="btn-buy"
|
||||||
:class="{
|
:class="{
|
||||||
'btn-buy-disabled': (attr.productSelect.stock === 0 && attr.cartAttr) || storeInfo.stock === 0
|
'btn-buy-disabled': (attr.productSelect.stock === 0 && attr.cartAttr) || storeInfo.stock === 0
|
||||||
}"
|
}"
|
||||||
@@ -1618,7 +1618,7 @@ export default {
|
|||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
line-height: 60rpx;
|
line-height: 60rpx;
|
||||||
border-radius: 30rpx;
|
border-radius: 30rpx;
|
||||||
background: #FF564A;
|
background: #C52733;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user