From f7a8ba44a8268795beb67b7f83f7338918dbf42f Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Mon, 10 Mar 2025 22:28:26 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3349=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BA=95=E9=83=A8=E2=80=9C?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=E8=B4=AD=E7=89=A9=E8=BD=A6=E2=80=9D=E4=B8=80?= =?UTF-8?q?=E8=A1=8C=E6=A0=B7=E5=BC=8F=E5=A2=9E=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodsCon/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; }