shababy

竖向滚动条:

.scrolBox{max-height: 100px;overflow-y: auto;overflow-x: hidden;padding-right: 10px;}
/*滚动条样式*/
.scrolBox::-webkit-scrollbar {width: 5px;}
.scrolBox::-webkit-scrollbar-thumb {border-radius:20px;-webkit-box-shadow: inset 0 0 5px #fff;background: #D8D8D8;}
.scrolBox::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px #fff;border-radius: 0;background: #fff;}

 

分类:

技术点:

相关文章:

  • 2021-04-21
  • 2021-04-26
  • 2021-12-08
  • 2021-10-29
  • 2021-10-29
  • 2021-12-14
猜你喜欢
  • 2021-12-08
  • 2021-10-29
  • 2021-09-27
  • 2021-12-08
  • 2021-12-08
  • 2021-12-07
相关资源
相似解决方案