自定义滚动条
.task-holder::-webkit-scrollbar {   height: 7px;   width: 7px; } .task-holder::-webkit-scrollbar-button {   height: 0px;   height: 0px;   display: block; } .task-holder::-webkit-scrollbar-track {   border-radius: 10px; } .task-holder::-webkit-scrollbar-track-piece {   background: rgba(0, 0, 0, .15); } .task-holder::-webkit-scrollbar-thumb {   background: rgba(0, 0, 0, .5);   border-radius: 10px; }

参考链接:http://linxz.github.io/tianyizone/

相关文章:

  • 2021-12-23
  • 2021-05-02
  • 2021-12-12
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
猜你喜欢
  • 2021-12-06
  • 2021-12-31
  • 2021-08-14
  • 2021-08-06
  • 2022-12-23
  • 2021-10-22
相关资源
相似解决方案