滚动条样式

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

::-webkit-scrollbar-track {
width: 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;
}
posted @ 2020-12-23 10:49  塞巴斯酱  阅读(96)  评论(0编辑  收藏  举报