css滚动条自定义样式(可复用)
::-webkit-scrollbar {
width: 8px !important;
height: 0px !important;
}
::-webkit-scrollbar-thumb {
border-radius: 10px !important;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
background: #9DDEF1 !important;
}
::-webkit-scrollbar-track {
border-radius: 10px !important;
}

浙公网安备 33010602011771号