scrollbar.css
@charset "utf-8";
::-webkit-scrollbar
{
width: 5px
;
}
::-webkit-scrollbar-track
{
border-radius: 10px
;
background-color: rgba(0,0,0,0.1
);
}
::-webkit-scrollbar-thumb
{
border-radius: 10px
;
-webkit-box-shadow: inset 0 0 6px
rgba(0,0,0,.3
);
background-color: rgba(0,0,0,0.1
);
}
在 index.html中引入样式
<link rel=
"stylesheet" href=
"static/css/scrollbar.css">
转载请注明原文地址:https://ipadbbs.8miu.com/read-54866.html