这并不是什么特别的事情,只需使用这个 css:
.swipe{
overflow:auto;
white-space:nowrap;
}
Run Code Online (Sandbox Code Playgroud)
并在你的html中:
<div class=swipe>
<img src="">
<img src="">
<img src="">
.
.
.
</div>
Run Code Online (Sandbox Code Playgroud)
在电脑中它有一个滚动条,但在移动设备中你可以滑动它