小程序scroll-view横向滚动

wxml

<scroll-view scroll-x="true" style="background:black;height:110px; white-space: nowrap;">
<view style="background: red; width: 200px; height: 100px; display: inline-block;"></view>
<view style="background: green; width: 200px; height: 100px; display: inline-block;"></view>
<view style="background: blue; width: 200px; height: 100px; display: inline-block;"></view>
<view style="background: yellow; width: 200px; height: 100px; display: inline-block;"></view>
</scroll-view>

注释:父级加white-space:nowrap         子元素加display:inline-block

 

posted @ 2018-10-21 18:43  金牛座的女孩  阅读(267)  评论(0编辑  收藏  举报