div {
width:100%;
height:3000px;
background-color:#ccc;
}
ul {
list-style:none;
position:fixed;
top:150px;
right:10px;
}
ul li {
width:58px;
height:58px;
background-color:#341709;
border-bottom:1px #cccccc solid;
text-align:center;
color:white;
}
页面太长的话这个很方便