我们前提是顶部的导航在一个盒子中,可以用样式 tophead 嵌入样式。
.tophead {
position: fixed;
height: 6rem;
width: 100%;
right: 0;
top: 0;
z-index: 999;
background-color: white;
}然后我们给顶部菜单盒子加上悬浮置顶的样式。
.tophead {
position: fixed;
height: 6rem;
width: 100%;
right: 0;
top: 0;
z-index: 999;
background-color: white;
}