重置pc浏览器滚动条

    /*滚动条宽度*/
    ::-webkit-scrollbar {
      width: 8px;
      height: 8px;
    }
    /*拖动条*/
    ::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 6px;
    }
    /*背景槽*/
    ::-webkit-scrollbar-track {
      background-color: #ddd;
      border-radius: 6px;
    }
posted @ 2020-04-27 10:12  平芜尽处是春山  阅读(134)  评论(0编辑  收藏  举报