修改浏览器滚动条样式

2019-11-16  本文已影响0人  LeslieLiang
::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border-radius: 6px;
    cursor: pointer;
}
::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 6px;
}
上一篇 下一篇

猜你喜欢

热点阅读