gpt4 book ai didi

html - 定制贴 "Back to Top"链接

转载 作者:行者123 更新时间:2023-11-28 05:49:55 25 4
gpt4 key购买 nike

我喜欢这个 back to top Panman 想出的链接。有没有办法通过 CSS 对其进行样式化? ....有没有办法把它从方形按钮变成圆形?

#top-link-block.affix-top {
position: absolute; /* allows it to "slide" up into view */
bottom: -82px; /* negative of the offset - height of link element */
left: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
position: fixed; /* keeps it on the bottom once in view */
bottom: 18px; /* height of link element */
left: 10px; /* padding from the left side of the window */
}

这是提供的 CSS 代码,我似乎无法对其进行样式设置。

最佳答案

使用

#top-link-block a{
border-radius:20px;
}

关于html - 定制贴 "Back to Top"链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37400250/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com