.top {
width:50px;
height:50px;
display:block;
background:#888;
color:#fff;
text-align:center;
line-height:50px;
font-size:30px;
text-decoration:none;
position:fixed;
right:50px;
bottom:50px;
display:none;
}
.top:hover {
background:#093
}
借助jquery的一些方法,实现点击按钮平缓回到顶部的效果。