返回顶部-原生javascript
HTML <a></a>
可以放在页面body中的任何位置。
CSS:
a.back-top {
display: none;
position: fixed;
right: 2em;
bottom: 4em;
height: 50px;
width: 50px;
background-color: #da6426;
background-position: center;
border-radius: 7px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
}
暂无评论