下面只提供部分CSS代码
#menuList{
height: 50px;
width: 100%;
border-top: 3px solid red;
background: #fff;
position: fixed;
top: 0;
z-index: 9999; /*非常重要*/
}
CSS设置让导航栏在顶部不移动
阅读 45
2022-05-03
下面只提供部分CSS代码
#menuList{
height: 50px;
width: 100%;
border-top: 3px solid red;
background: #fff;
position: fixed;
top: 0;
z-index: 9999; /*非常重要*/
}
相关推荐
精彩评论(0)