.imageList{ overflow-x: auto; overflow-y: hidden; height:180px; white-space: nowrap; img{ width:auto; height:100%; margin-right:10px; } }
这里注意,img标签不能左浮动,外层容器必须加不换行
white-space: nowrap;
。
本文共 367 字,大约阅读时间需要 1 分钟。
.imageList{ overflow-x: auto; overflow-y: hidden; height:180px; white-space: nowrap; img{ width:auto; height:100%; margin-right:10px; } }
这里注意,img标签不能左浮动,外层容器必须加不换行
white-space: nowrap;
。
转载于:https://www.cnblogs.com/beileixinqing/p/7998875.html