赞
踩
#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;
}
<div id="divscroller">
<ul class="box123"></script>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。