修改滚动条的颜色

::-webkit-scrollbar{width:1px;}
::-webkit-scrollbar-track{background-color: #030a14;}
::-webkit-scrollbar-thumb{background-color: #030a14;}
::-webkit-scrollbar-thumb:hover {background-color: #030a14}
::-webkit-scrollbar-thumb:active {background-color: #030a14}

  

posted @ 2019-01-16 17:53  叶韵  Views(2650)  Comments(0Edit  收藏  举报