码迷,mamicode.com
首页 > 其他好文 > 详细

浏览器滚动条样式表-参考喜马拉雅

时间:2020-01-07 16:30:18      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:for   浏览器   rgb   bar   height   box   滚动   active   ica   

*,::after,::before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}

::-webkit-scrollbar {
width: 8px;
background-color: #c1787800;
border-radius: 100px;
}

::-webkit-scrollbar:hover {
background-color: rgba(0,0,0,.09)
}

::-webkit-scrollbar:horizontal {
height: 0
}

::-webkit-scrollbar-thumb:vertical {
background: rgba(0,0,0,.5);
border-radius: 100px
}

::-webkit-scrollbar-thumb:active {
background: rgba(0,0,0,.61);
border-radius: 100px
}

浏览器滚动条样式表-参考喜马拉雅

标签:for   浏览器   rgb   bar   height   box   滚动   active   ica   

原文地址:https://www.cnblogs.com/yang6/p/12161797.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!