修改滚动条样式
https://neets.cc,效果
::-webkit-scrollbar {
width: 6px;
background-color: rgba(255,255,255,0);
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(132,172,181,0.7);
}
::selection {
background: #84acb5;
color: #fff;
}

浙公网安备 33010602011771号