<div class="content"></div> 
.content{
        height: 100%;
        overflow-y: auto;
        &::-webkit-scrollbar{
          width: 6px;
        }
        &::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
          background: #BFBFBF;
        }
        &::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
          border-radius: 0;
          background: #fff;
        }
      }
posted on 2020-12-30 10:40  sandy.simple  阅读(86)  评论(0编辑  收藏  举报