From f96b96747432dc32d1516473454aeaace41e0ef8 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Wed, 18 Mar 2026 20:21:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E6=89=80=E6=9C=89=2072px=20=E2=86=92=2056px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - nav-item 高度 - nav-cont top - login-in 高度 - login-menu top - css/common.css nav-header 高度 --- common/common.css | 8 ++++---- css/common.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/common.css b/common/common.css index 951f191..9d9312d 100644 --- a/common/common.css +++ b/common/common.css @@ -119,7 +119,7 @@ body { color: rgba(220, 228, 240, 0.9); display: flex; align-items: center; - height: 72px; + height: 56px; padding: 0 20px; font-size: 15px; cursor: pointer; @@ -215,7 +215,7 @@ body { /* 菜单栏 - 背景由 nav-mega-menu.css 统一管理 */ .nav-cont { position: absolute; - top: 72px; + top: 56px; width: 100%; overflow: hidden; background: transparent; @@ -288,7 +288,7 @@ body { .nav-header .login-in { cursor: pointer; position: relative; - height: 72px; + height: 56px; display: flex; align-items: center; z-index: 999; @@ -333,7 +333,7 @@ body { display: none; padding: 6px; position: absolute; - top: 72px; + top: 56px; left: 0; width: 168px; background: rgba(14, 16, 26, 0.98); diff --git a/css/common.css b/css/common.css index 68c66b5..a37ed2e 100644 --- a/css/common.css +++ b/css/common.css @@ -31,7 +31,7 @@ header:hover { padding: 0 20px; display: flex; align-items: stretch; - height: 70px; + height: 56px; } .nav-header .nav-left {