Skip to content

Instantly share code, notes, and snippets.

@haitaoyao
haitaoyao / bootstrap_backtotop.html
Last active September 20, 2019 09:17
bootstrap 回到顶部
<style>
.back-to-top {
cursor: pointer;
position: fixed;
bottom: 20px;
right: 20px;
display:none;
}
</style>
<script language="JavaScript">