From 0ba85441cfedd4e59e65d1853f2c4841ad571208 Mon Sep 17 00:00:00 2001 From: TermiNexus Date: Fri, 12 Jun 2026 23:42:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=80=E7=82=B9?= =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 27d9343..9887a60 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -1,7 +1,7 @@ /* ===== 1. 全局样式 ===== */ .shangpin-page { min-height: 100vh; - padding-top: 10px; + padding-top: 3px; background: linear-gradient(180deg, #f5faff 0%, #f0f8ff 100%); }