nowrap: 文本不会换行,文本会在在同一行上继续,直到遇到
标签为止。
实现:
<div style="width: 600px; height: 100px;white-space: nowrap; overflow: auto;font-size: 0;">
<div style="width: 200px; height: 80px;background: #999;display:inline-block;margin-right: 10px;"></div>
<div style="width: 200px; height: 80px;background: #999;display:inline-block;margin-right: 10px;"></div>
<div style="width: 200px; height: 80px;background: #999;display:inline-block;margin-right: 10px;"></div>
<div style="width: 200px; height: 80px;background: #999;display:inline-block;margin-right: 10px;"></div>
</div>