css实现 h5滑动时隐藏滚动条
.menus{
  margin: 10px 0 ;
  margin-left: 18px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.menus::-webkit-scrollbar {  
  display: none;  
  width: 0 !important;  
  height: 0 !important;  
  -webkit-appearance: none;  
  background: transparent;  
} 
 
                    
                     
                    
                 
                    
                
 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号