标签:back llb round border color set height rac 定义
.con-inner{ height: 186px; overflow-y: auto; //定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸 &::-webkit-scrollbar { width: 4px; height: 4px; background-color: #b3b3b3; } //定义滚动条轨道 内阴影+圆角 &::-webkit-scrollbar-track { //-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #eee; } //定义滑块 内阴影+圆角 &::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #d7d7d7; } }
自定义滚动条样式
标签:back llb round border color set height rac 定义
原文地址:http://www.cnblogs.com/lw5116/p/7515491.html