From e425a7c5b7a7f6f5ceaa088bc6b66f9c82cc335b Mon Sep 17 00:00:00 2001 From: Trae AI Date: Mon, 19 Jan 2026 13:03:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A9=E7=9F=AD=E5=8A=9F=E8=83=BD=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E4=B8=8A=E4=B8=8B=E9=AB=98=E5=BA=A6=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=B4=A7=E5=87=91=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 83578e0..0fe5b6e 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -97,7 +97,7 @@ page { display: flex; justify-content: space-around; align-items: center; - padding: 15rpx 20rpx; + padding: 10rpx 20rpx; width: 100%; max-width: 850rpx; box-sizing: border-box; @@ -114,7 +114,7 @@ page { flex-direction: column; align-items: center; justify-content: center; - padding: 15rpx 0; + padding: 8rpx 0; margin: 0; text-align: center; background: #ffffff; @@ -126,19 +126,19 @@ page { } .function-btn:hover { - transform: translateY(-3rpx); + transform: translateY(-2rpx); background: #f5f5f5; - box-shadow: 0 3rpx 10rpx rgba(0, 0, 0, 0.1); + box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.1); } .function-btn:active { transform: translateY(0rpx) scale(0.96); - box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.15); + box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, 0.15); } .function-btn-icon { - font-size: 48rpx; - margin-bottom: 8rpx; + font-size: 42rpx; + margin-bottom: 5rpx; transition: all 0.3s ease; display: block; } @@ -156,7 +156,7 @@ page { } .function-btn-text { - font-size: 20rpx; + font-size: 18rpx; color: #333333; font-weight: 600; letter-spacing: 0; -- 2.30.2