Fix:3349 【商城小程序】底部“加入购物车”一行样式增高

This commit is contained in:
modendeveloper
2025-03-10 22:28:26 +08:00
parent deb0be8eea
commit f7a8ba44a8
+6 -6
View File
@@ -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;
}