1 Star 0 Fork 2

Mr.YOG / yog

forked from 锦缘 / Fluid-old
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
scrollbar.css 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
锦缘 提交于 2021-01-03 15:01 . init
::-webkit-scrollbar
{
width: 8.5px;
height: 15px;
background-color: #F5F5F5;
}
::-webkit-scrollbar:horizontal
{
width: 15px;
height: 8.5px;
background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
box-shadow:0px 0px 15px 2px #00000013 inset;
background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
border-radius: 10px;
box-shadow:0px 0px 15px 2px #00000013 ;
background-color: #C6C6C6;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color: #D3D3D3;
}
HTML/CSS
1
https://gitee.com/YOG/yog.git
git@gitee.com:YOG/yog.git
YOG
yog
yog
master

搜索帮助