From c07c81e4798139c4d0ecedd518a4f54677eef661 Mon Sep 17 00:00:00 2001 From: Agent Date: Sat, 28 Mar 2026 14:12:23 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BE=E6=A0=87=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=BD=A9=E8=89=B2=E6=96=B9=E5=9D=97+=E6=B1=89=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 58 ++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 16 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index cdc6ef0..2b26eda 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -18,35 +18,35 @@ @@ -59,29 +59,29 @@ @@ -93,7 +93,7 @@ 商品 - 📦 + 商品浏览 @@ -232,11 +232,37 @@ export default { padding: 16rpx 0; } -.menu-icon { - font-size: 50rpx; +.menu-icon-box { + width: 90rpx; + height: 90rpx; + border-radius: 20rpx; + display: flex; + align-items: center; + justify-content: center; margin-bottom: 12rpx; } +.menu-icon-box.blue { background: #e8f4ff; } +.menu-icon-box.green { background: #f6ffed; } +.menu-icon-box.orange { background: #fff7e6; } +.menu-icon-box.red { background: #fff1f0; } +.menu-icon-box.purple { background: #f9f0ff; } +.menu-icon-box.pink { background: #fff0f6; } +.menu-icon-box.cyan { background: #e6f7ff; } + +.icon-text { + font-size: 36rpx; + font-weight: bold; +} + +.blue .icon-text { color: #1890ff; } +.green .icon-text { color: #52c41a; } +.orange .icon-text { color: #fa8c16; } +.red .icon-text { color: #ff4d4f; } +.purple .icon-text { color: #722ed1; } +.pink .icon-text { color: #eb2f96; } +.cyan .icon-text { color: #13c2c2; } + .menu-text { font-size: 24rpx; color: #666;