子比美化:网站右侧悬浮按钮外边距调整

子比美化:网站右侧悬浮按钮外边距调整

网站右侧悬浮按钮外边距调整,有需要的可以自行进行调整。

自定义CSS样式

如果要设置类名为float-right round position-bottom的元素的外边距为150px,可以使用以下CSS代码:

.float-right.round.position-bottom {
    margin: 150px;
}

这段代码将该元素的上、右、下、左外边距都设置为150px。如果你只想设置右边距为150px,可以使用以下CSS代码

.float-right.round.position-bottom {
    margin-right: 150px;
}

 

© 版权声明
THE END