平时用的比较多的滚动条样式

            ::-webkit-scrollbar {
                width: 6px;
                border-radius: 5rem;
                height: 6px;
            }
            ::-webkit-scrollbar-thumb {
                border-radius: 5rem;
                background-color: #bfbfbf;
            }
            
            ::-webkit-scrollbar-track {
                border-radius: 5rem;
                -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
                background: #e5e5e5;
            }

 

相关文章:

  • 2022-12-23
  • 2021-07-19
  • 2021-07-09
猜你喜欢
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2021-10-31
相关资源
相似解决方案