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