::-webkit-scrollbar {
width: 6px;
background-color: rgba(255, 255, 255, 0.5);
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
background-color: rgba(255, 255, 255, 0.5);
}
::-webkit-scrollbar-thumb {
background-color:rgba(0, 0, 0, 0.5);
}
翻译
搜索
复制
标签:background,样式,0.5,滚动条,color,rgba,webkit,255 From: https://www.cnblogs.com/dy-gf/p/17469449.html