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

头部吸顶效果

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