::-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);
}
滚动条样式
发布时间 2023-06-09 16:02:07作者: 学以致用的人