美文网首页
2019-05-31:逐步理解小程序的UI设计

2019-05-31:逐步理解小程序的UI设计

作者: AI_Finance | 来源:发表于2019-06-01 14:21 被阅读0次
    <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>
    
    image.png

    相关文章

      网友评论

          本文标题:2019-05-31:逐步理解小程序的UI设计

          本文链接:https://www.haomeiwen.com/subject/ohxatctx.html