修改滚动条样式

https://neets.cc,效果

::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(255,255,255,0);
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(132,172,181,0.7);
}
::selection {
    background: #84acb5;
    color: #fff;
}

posted @ 2017-02-13 16:00  carr_css  阅读(196)  评论(0编辑  收藏  举报