diff --git a/common/common.css b/common/common.css index 0e00b2d..b6495bd 100644 --- a/common/common.css +++ b/common/common.css @@ -1,3 +1,8 @@ +/* 固定导航栏占位 */ +body { + padding-top: 72px; +} + .section-content { padding: 80px 20px; max-width: 1440px; @@ -66,7 +71,11 @@ } .nav-shadow { + position: fixed; top: 0; + left: 0; + width: 100%; + z-index: 9999; /* 深色毛玻璃 Header,与下拉菜单统一风格 */ background: rgba(10, 12, 22, 0.92); backdrop-filter: blur(16px);