滚动条样式

::-webkit-scrollbar-track-piece {
    background: #efefef;
}
::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    height: 20px;
    border-radius: 10px;
    background-color: #555;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

 

posted @ 2018-07-13 01:31  习惯沉淀  阅读(134)  评论(0编辑  收藏  举报