自定义滚动条

基本设置:
::-webkit-scrollbar{
width: 5px;
height: 5px;
}
滑块:
::-webkit-scrollbar-thumb {
background: #59a2ff;
border-radius: 6px;
}
轨道:
::-webkit-scrollbar-track{
background: #9d9d9d;
border-radius: 6px;
}

 


posted @ 2018-11-13 10:51  雨夜稻草  阅读(126)  评论(0编辑  收藏  举报