小程序网格布局

2018-04-07  本文已影响0人  放开那小超

<view class="words">
<button type='primary' bindtap="setDisabled">超</button>
<button type='primary' bindtap="setDisabled">超</button>
<button type='primary' bindtap="setDisabled">超</button>
<button type='primary' bindtap="setDisabled">超</button>
<button type='primary' bindtap="setDisabled">超</button>
</view>

.words{
display: flex; justify-content:space-around;margin-top: 30rpx;
}

上一篇 下一篇

猜你喜欢

热点阅读