Fix:3349 【商城小程序】底部“加入购物车”一行样式增高
This commit is contained in:
@@ -1766,12 +1766,12 @@ export default {
|
||||
|
||||
.btn-car {
|
||||
width: 200rpx;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
height: 70rpx;
|
||||
line-height: 70rpx;
|
||||
box-sizing: border-box;
|
||||
margin-right: 20rpx;
|
||||
border: 2rpx solid #FF564A;
|
||||
border-radius: 30rpx;
|
||||
border-radius:100rpx;
|
||||
color: #FF564A;
|
||||
}
|
||||
|
||||
@@ -1782,9 +1782,9 @@ export default {
|
||||
|
||||
.btn-buy {
|
||||
width: 200rpx;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
border-radius: 30rpx;
|
||||
height: 70rpx;
|
||||
line-height: 70rpx;
|
||||
border-radius: 70rpx;
|
||||
background: #C52733;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user