顶部底部自适应

This commit is contained in:
2025-07-15 09:18:11 +08:00
parent d3c8ffaeb1
commit fe1a07f56a
2 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
.header-PC #header {
margin: 0 auto;
height: 3.75rem;
width: var(--max-width);
max-width: var(--max-width);
position: fixed;
top: 0;
display: flex;
@@ -14,6 +14,7 @@
z-index: 999;
background: white;
color: black;
width: 100%;
}
.header-PC #header .nav1 {
position: relative;