文件名称:back-to-top-pure-javascript
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-26 09:40:59
JavaScript
#返回顶部-原生javascript ##HTML 可以放在页面body中的任何位置 ##CSS a.back-top{ display: none; position: fixed; right: 2em; bottom: 4em; height: 50px; width: 50px; background-color: #da6426; background-image: url(../images/scrollup.png); background-position: center; border-radius: 7px; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s;
【文件预览】:
back-to-top-pure-javascript-master
----demo()
--------index.html(587B)
--------images()
--------scripts()
--------css()
----LICENSE(1KB)
----README.md(2KB)