移動端顯示滾動條並調整樣式


  • .list {  
  •     overflow: hidden;  
  •     overflow-y: auto;  
  • }  
  • .list::-webkit-scrollbar-track-piece {  
  •     background-color: rgba(0, 0, 0, 0);  
  •     border-left: 1px solid rgba(0, 0, 0, 0);  
  • }  
  • .list::-webkit-scrollbar {  
  •     width: 5px;  
  •     height: 13px;  
  •     -webkit-border-radius: 5px;  
  •     -moz-border-radius: 5px;  
  •     border-radius: 5px;  
  • }  
  • .list::-webkit-scrollbar-thumb {  
  •     background-color: rgba(0, 0, 0, 0.5);  
  •     background-clip: padding-box;  
  •     -webkit-border-radius: 5px;  
  •     -moz-border-radius: 5px;  
  •     border-radius: 5px;  
  •     min-height: 28px;  
  • }  
  • .list::-webkit-scrollbar-thumb:hover {  
  •     background-color: rgba(0, 0, 0, 0.5);  
  •     -webkit-border-radius: 5px;  
  •     -moz-border-radius: 5px;  
  •     border-radius: 5px;  
  • }  

  • 免責聲明!

    本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



     
    粵ICP備18138465號   © 2018-2025 CODEPRJ.COM