设置滚动条样式,直接复制粘贴

 ::-webkit-scrollbar{width: 6px;height: 6px;}
 ::-webkit-scrollbar-thumb{background-color: #cfcfd2;border-radius: 8px;background-clip: padding-box;min-height: 28px;}
 ::-webkit-scrollbar-track-piece{background: #f3f3f3;}

  

posted @ 2017-07-11 17:52  小结巴巴吧  阅读(252)  评论(0编辑  收藏  举报