2019-05-31:逐步理解小程序的UI设计
<view class='spacing' style='height:100rpx'>
<view class='weui-flex' style='height:50rpx'>
<view class='weui-flex_item' style='height: 100rpx'>
<progress style='color: red' percent='30' style='height:100rpx'>
</progress>
</view>
</view>
</view>
<view class='weui-cells'>
<view class='weui-cell weui-cell_switch'>
<view class='weui-cell_bd'>show percentage</view>
<view class='weui-cell_ft'>
<switch data-name='showInfo' checked='{{showInfo}}' bindchange='onSwitchChange'>
</switch>
</view>
</view>
</view>
![](https://img.haomeiwen.com/i8384805/1bc6a34c176c278a.png)
image.png
本文标题:2019-05-31:逐步理解小程序的UI设计
本文链接:https://www.haomeiwen.com/subject/ohxatctx.html
网友评论