::-webkit-scrollbar{width:14px;}
::-webkit-scrollbar-track{background-color:#bee1eb;}
::-webkit-scrollbar-thumb{background-color:#00aff0;}
::-webkit-scrollbar-thumb:hover {background-color:#9c3}
::-webkit-scrollbar-thumb:active {background-color:#00aff0}
这段代码放倒CSS文件里去,宽度颜色自己修改,且只在webkit内核浏览器下才生效,就是谷歌浏览器的内核。