标签: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