浏览器滚动条样式表-参考喜马拉雅

Posted yang6

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了浏览器滚动条样式表-参考喜马拉雅相关的知识,希望对你有一定的参考价值。

*,::after,::before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}

::-webkit-scrollbar {
width: 8px;
background-color: #c1787800;
border-radius: 100px;
}

::-webkit-scrollbar:hover {
background-color: rgba(0,0,0,.09)
}

::-webkit-scrollbar:horizontal {
height: 0
}

::-webkit-scrollbar-thumb:vertical {
background: rgba(0,0,0,.5);
border-radius: 100px
}

::-webkit-scrollbar-thumb:active {
background: rgba(0,0,0,.61);
border-radius: 100px
}

以上是关于浏览器滚动条样式表-参考喜马拉雅的主要内容,如果未能解决你的问题,请参考以下文章

css样式问题:满足所有浏览器隐藏滚动条

怎样改变框架滚动条的样式 急!!!

如何通过css更改滚动条样式

滚动条样式修改兼容各个浏览器

浏览器的默认 CSS 样式表

div绝对定位后 浏览器没得滚动条