大峰笔记
  • 关于
  • 搜索

回到顶部代码 Fri, Jan 27, 2023

记录一段回到顶部的代码,在页脚放入以下代码:

<a id="top" href="javascript:window.scrollTo( 0, 0 );" target="_self" id="top">回到顶部</a>

然后在css中添加:

#top {
  position: fixed;
  bottom: 80px;
  right: 30px;
  opacity: 1;
  cursor: pointer;
}

较新的一篇: 服务器部署twikoo
较旧的一篇: Mac使用hugo

Back to Home | bXpmOTk5QHFxLmNvbQ== | TOP ↑
hugo.386 | © 2025 | 苏ICP备2022047275号-1,苏公网安备 32020602001142号