From 0f86bbb09a9cfb0e9cfbeceef93e76b481c09202 Mon Sep 17 00:00:00 2001 From: TermiNexus Date: Fri, 12 Jun 2026 23:41:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86DOC=20padding=20top=20=E4=BA=86=2010px?= =?UTF-8?q?=EF=BC=8C=E4=BD=BF=E9=A1=B5=E9=9D=A2=E6=9B=B4=E6=AD=A3=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index/index.wxss b/pages/index/index.wxss index c97172f..27d9343 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -1,6 +1,7 @@ /* ===== 1. 全局样式 ===== */ .shangpin-page { min-height: 100vh; + padding-top: 10px; background: linear-gradient(180deg, #f5faff 0%, #f0f8ff 100%); } @@ -40,7 +41,7 @@ overflow: hidden; height: 80rpx; display: flex; - margin-top: 2px; /* 视觉上的微小修正 */ + margin-top: 2.5px; /* 视觉上的微小修正 */ } .gonggao-text {