您现在的位置: 万盛学电脑网 >> 程序编程 >> 网页制作 >> Html5 >> 设置html滚动条颜色

设置html滚动条颜色

作者:佚名    责任编辑:admin    更新时间:2022-06-22

我们为大家收集整理了关于html滚动条颜色,以方便大家参考。

/* 设置滚动条的样式 */::-webkit-scrollbar {    width: 12px;}/* 滚动槽 */::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    border-radius: 10px;}/* 滚动条滑块 */::-webkit-scrollbar-thumb {    border-radius: 10px;    background: rgba(0,0,0,0.1);    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,0,0,0.4);}

希望大家可以学会html滚动条颜色.想了解更多精彩内容,请关注我们的网站!

相关推荐:

怎么设置htmltable颜色