标签:src active rgba display alt :active image 技术分享 vertica
/** 滚动条 **/
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-button:vertical {
display: none;
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {
background-color: #e2e2e2;
}
::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: rgba(0,0,0,.3);
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color: rgba(0,0,0,.35);
}
::-webkit-scrollbar-thumb:vertical:active {
background-color: rgba(0,0,0,.38);
}
标签:src active rgba display alt :active image 技术分享 vertica
原文地址:https://www.cnblogs.com/HonkerXin/p/10231891.html