摘要: ```css /*滚动条宽度*/ ::-webkit-scrollbar { width: 8px; height: 8px; } /*拖动条*/ ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.3); border-radius: 6px; } /*背景槽*/ ::-webkit-scrollbar-track { ba 阅读全文
posted @ 2020-04-27 10:12 平芜尽处是春山 阅读(141) 评论(0) 推荐(0)