From cd5c3976174ef9c4fa3515b4d4ac5a34fb95e537 Mon Sep 17 00:00:00 2001 From: Agent Date: Sat, 28 Mar 2026 12:51:32 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=9F=E8=83=BD=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E8=B0=83=E5=B0=8F=EF=BC=8C=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E5=92=8C=E6=96=87=E5=AD=97=E7=BC=A9=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 7c3b88c..8a1e79b 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -416,14 +416,15 @@ export default { /* 手机端 - 2列布局 */ .menu-card { aspect-ratio: 1; - width: 30%; + width: 22%; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); - border-radius: 20rpx; - margin: 10rpx; + border-radius: 16rpx; + margin: 8rpx; display: flex; flex-direction: column; align-items: center; justify-content: center; + padding: 10rpx; } .menu-card:active { @@ -431,10 +432,10 @@ export default { } .menu-card-title { - font-size: 24rpx; + font-size: 20rpx; color: #fff; font-weight: bold; - margin-top: 10rpx; + margin-top: 6rpx; } @media (min-width: 768px) { @@ -449,13 +450,13 @@ export default { } .menu-card-icon { - width: 80rpx; - height: 80rpx; - border-radius: 20rpx; + width: 50rpx; + height: 50rpx; + border-radius: 12rpx; display: flex; align-items: center; justify-content: center; - margin-bottom: 16rpx; + margin-bottom: 6rpx; } .menu-card-icon.blue {