兼容header
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s

This commit is contained in:
2026-04-10 15:18:53 +08:00
parent 9748a3008e
commit 93a72c7826
11 changed files with 57 additions and 429 deletions

View File

@@ -17,9 +17,12 @@ a {
position: fixed;
top:0;
z-index: 999;
width:100%;
max-width: 1920px;
width: 100%;
background: #fff;
font-size: 16px;
font-size: 16px;
box-sizing: border-box;
height: 64px;
}
/* 导航外容器1920px宽居中 */
.header-nav-outer {
@@ -31,6 +34,7 @@ a {
background: #fff;
display: flex;
align-items: center;
/* margin: 0 auto; */
}
/* 顶部导航栏内容区带左右边距外框1920px */