::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background-color: transparent;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
::-webkit-scrollbar-thumb {
background-color: hsla(220, 4%, 58%, 0.3);
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
网友评论