diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index 785ae49..6530d41 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -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; }