css实现图片横向排列,溢出隐藏/滚动条横向拖动

white-space: nowrap;

overflow-x: auto;

overflow-y: hidden;