a标签 CSS实现回顶部

.go-top{position:fixed;bottom:30px;right:30px;z-index:1000;width:48px;height:48px;display:inline-block;text-align:center;background:#fff;border-radius:6px}

position:fixed 位于浏览器固定位置 且置于上层

.go-top a{display:block}
.go-top a svg{width:30px;height:30px;margin-top:10px;fill:#999} ---加svg图标
.go-top a:hover svg{fill:var(--main-color)}
<div><a href="#top">顶部</a></div>
温馨提示 : 非特殊注明,否则均为©李联华的博客网原创文章,本站文章未经授权禁止任何形式转载;IP地址:18.190.176.176,归属地:俄亥俄州Dublin ,欢迎您的访问!
文章链接:https://www.lilianhua.com/a-tag-css-implementation-back-to-the-top.html
Popup Image

通知

本站原则上是免费提供技术支持,但是服务器维护和运营成本高,可以实行自由赞助:赞助

Loading...