滚动条样式

::-webkit-scrollbar {
9px;
height:9px;
}

::-webkit-scrollbar-track {
6px;
background-color: #c3c3c38a;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius:2em;
display:none;
}
::-webkit-scrollbar-thumb {
background-color: #eaeaea;
background-clip:padding-box;
min-height:28px;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius:2em;
}

::-webkit-scrollbar-thumb:hover {
background-color:#fff;
}
原文地址:https://www.cnblogs.com/duhui/p/14177282.html