HTML实现横向滚动

 父容器必须要设置允许横向滚动,以及不换行。就是这么简单..

white-space: nowrap;
overflow-x: scroll;