博客园设置回到顶部
在博客园后台设置中添加如下代码
/*回到顶部*/
#back-to-top {
background-color:#CCCCCC;
bottom: 0;
box-shadow: 0 0 6px;
color: #444444;
padding: 10px 10px;
position: fixed;
right: 50px;
cursor: pointer;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
}
/*回到底部*/
#back-to-bottom {
background-color:#CCCCCC;
top: 0;
box-shadow: 0 0 6px;
color: #444444;
padding: 10px 10px;
position: fixed;
right: 50px;
cursor: pointer;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
页脚 HTML 代码
<span id="back-to-top"><a href="#top">TOP</a></span>
<span id="back-to-bottom"><a href="#page_end_html">底部</a></span>
还历史以真诚,还生命以过程。 ——余秋雨