移动端h5商品横向列表ul li 左右滑动

#divscroller{
width:100%; 
max-width:2000px; //最大宽度
/*min-width:320px;*/
}
#divscroller .box123{
white-space: nowrap; //不允许换行
overflow-x: auto;   //x轴有超出部分显示滚动条
}
#divscroller .box123 li{
list-style: none;
        display: inline-block;  //行内块级元素
margin-bottom: 20px;
width: 250px;
}
.box123::-webkit-scrollbar{   //去除滚动条
width: 0;
height: 0;
display: none;
}

   

           

  •    

        三高茶

        ¥456


  •    

        三高茶

        ¥456


  •    

        三高茶

        ¥456

  •    



你可能感兴趣的:(移动端h5商品横向列表ul li 左右滑动)