提交 65d7b416 authored 作者: matian's avatar matian

头部吸顶效果

上级 65527287
...@@ -91,6 +91,10 @@ li { ...@@ -91,6 +91,10 @@ li {
list-style: none; list-style: none;
} }
.head-mian { .head-mian {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 10;
width: 100%; width: 100%;
background: #fff; background: #fff;
.color-bar { .color-bar {
...@@ -183,8 +187,6 @@ li { ...@@ -183,8 +187,6 @@ li {
margin: 0 auto; margin: 0 auto;
} }
.head-nav-content { .head-nav-content {
position: sticky;
top: 0;
height: 72px; height: 72px;
display: flex; display: flex;
align-items: center; align-items: center;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论