Feat(商品):1、库存为0时,加入购物车及立即购买变成灰色;2、库存为0时,相应规格右上角显示缺货标签,并且该缺货规格为灰色不可点击状态
This commit is contained in:
+10
-1
@@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
.goods-section {
|
||||
margin: 24rpx;
|
||||
margin: 0 24upx 24upx 24upx;
|
||||
padding: 30rpx 24rpx;
|
||||
border-radius: 20rpx;
|
||||
background: #fff;
|
||||
@@ -103,6 +103,15 @@
|
||||
color: #333;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
.store-btn {
|
||||
display: flex;
|
||||
padding: 12upx;
|
||||
border-radius: 6upx;
|
||||
color: #fff;
|
||||
line-height: 20upx;
|
||||
font-size: 24rpx;
|
||||
background-color: #FF564A;
|
||||
}
|
||||
|
||||
.value {
|
||||
color: #666;
|
||||
|
||||
Reference in New Issue
Block a user