From cf699307b87e9adfab3d53f2167fbba4cbddd112 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Wed, 18 Mar 2026 20:17:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=AF=BC=E8=88=AA=E6=A0=8F=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E4=BB=8E=2072px=20=E9=99=8D=E5=88=B0=2056px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/common.css b/common/common.css index f989224..951f191 100644 --- a/common/common.css +++ b/common/common.css @@ -1,6 +1,6 @@ /* 固定导航栏占位 */ body { - padding-top: 72px; + padding-top: 56px; } .section-content { @@ -96,7 +96,7 @@ body { align-items: center; justify-content: space-between; padding: 0 20px; - height: 72px; + height: 56px; } .nav-header .nav-left {