Skip to content

在侧边栏显示的返回顶部按钮能否设置为圆角? #384

Answered by stevenjoezhang
zhmou asked this question in Q&A
Discussion options

You must be logged in to vote

圆角可以用 CSS 设置:

.back-to-top {
  border-radius: 0 0 20px 20px;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zhmou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants