天天看点

设置滚动条样式,直接复制粘贴

::-webkit-scrollbar{width: 6px;height: 6px;}
 ::-webkit-scrollbar-thumb{background-color: #cfcfd2;border-radius: 8px;background-clip: padding-box;min-height: 28px;}
 ::-webkit-scrollbar-track-piece{background: #f3f3f3;}