css滚动条自定义样式(可复用)

    ::-webkit-scrollbar {
      width: 8px !important;
      height: 0px !important;
    }
    ::-webkit-scrollbar-thumb {
      border-radius: 10px !important;
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
      background: #9DDEF1 !important;
    }

    ::-webkit-scrollbar-track {

      border-radius: 10px !important;
    }

 

posted @ 2019-11-11 16:46  zzz_admin  阅读(155)  评论(0)    收藏  举报