WeChat小程序交流(QQ群:769977169)
效果图示例:左中右排列、左右上右下排列、上左下右下排列。
xxx.wxml中的结构设置
<!--三栏布局:左、中、右-->
<view class='contentLeftCenterRight'>
<view class='itemSize red'>1</view>
<view class='itemSize green'>2</view>
<view class='itemSize blue'>3</view>
</view>
<!-- 三栏布局:左、上、下-->
<view class='contentRightTopButtom'>
<view class='itemSize red' bindtap='clickTap'>单击</view>
<view class=