::-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);
}
浙公网安备 33010602011771号