You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< docs >
-- -
order : 1
title :
zh - CN : 自定义样式
en - US : Custom style
-- -
# # zh - CN
可以自定义回到顶部按钮的样式 , 限制宽高 : ` 40px * 40px ` 。
# # en - US
You can customize the style of the button , just note the size limit : no more than ` 40px * 40px ` .
< / docs >
< template >
< div id = "components-back-top-demo-custom" >
< a -back -top >
< div class = "ant-back-top-inner" > UP < / div >
< / a - b a c k - t o p >
Scroll down to see the bottom - right
< strong style = "color: #1088e9" > blue < / strong >
button .
< / div >
< / template >
< style scoped >
# components - back - top - demo - custom . ant - back - top {
bottom : 100 px ;
}
# components - back - top - demo - custom . ant - back - top - inner {
height : 40 px ;
width : 40 px ;
line - height : 40 px ;
border - radius : 4 px ;
background - color : # 1088 e9 ;
color : # fff ;
text - align : center ;
font - size : 20 px ;
}
< / style >