也许有人可以帮我解决这个问题!谢谢!
html, body {
padding-top: 40px;
height:100%;
}
.page {
min-height:100%;
position:relative;
}
.content {
padding-top: 40px;
padding-bottom:60px; /* footer height */
}
/* sticky top */
.topo2 {
position: fixed;
width: 100%;
background: white;
border-bottom: 1px solid gray;
padding-top: 20px;
padding-bottom: 20px;
margin: 0;
left: 0;
top: 0;
z-index: 100;
border-top: 0;
z-index属性我不知道它做了什么,我只是把它放在那里,因为有人告诉我