参考自 : https://blog.csdn.net/qq_38881495/article/details/83689721

  •                 .chapter_data
                      position relative
                      width 100%
                      max-height 390px
                      overflow hidden
                      overflow-y auto
                      box-sizing border-box
                      padding-left 24px
                      /* diy 滚动条核心代码 */
                      &::-webkit-scrollbar    /*滚动条整体样式*/
                        width 4px    /*高宽分别对应横竖滚动条的尺寸*/
                        height 4px
                      &::-webkit-scrollbar-thumb    /*滚动条里面小方块*/
                        border-radius 5px
                        -webkit-box-shadow inset 0 0 5px rgba(0,0,0,0.2)
                        background rgba(255, 255, 255, 0.2)
                      &::-webkit-scrollbar-track    /*滚动条里面轨道*/
                        -webkit-box-shadow inset 0 0 5px rgba(0, 0, 0, 0.2)
                        border-radius 0
                        background rgba(0, 0, 0, 0.1)
扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。