滚动条样式

时间:2020-01-31 15:59:34   收藏:0   阅读:81

::-webkit-scrollbar{width:6px;height:16px;}
::-webkit-scrollbar-track-piece{background-color: #f3f3f3;-webkit-border-radius: 3px;}
::-webkit-scrollbar-track{background-color: #ddd;}
::-webkit-scrollbar-thumb{background-color: #ccc;border: solid 1px silver;border-radius: 3px;}
::-webkit-scrollbar-corner{background-color: #f3f3f3;}

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!