Blogger Information
Blog 85
fans 0
comment 0
visits 94812
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
微信小程序官方组件展示之基础内容progress源码
软件事业部
Original
540 people have browsed it

以下将展示微信小程序之基础内容progress源码官方组件能力,组件样式仅供参考,开发者可根据自身需求定义组件样式,具体属性参数详见小程序开发文档。
功能描述:
进度条。组件属性的长度单位默认为px,2.4.0起支持传入单位(rpx/px)。
属性说明:

示例代码:
WXML:

  1. <view class="progress-box">
  2. <progress percent="20" show-info stroke-width="3"/>
  3. </view>
  4. <view class="progress-box">
  5. <progress percent="40" active stroke-width="3" />
  6. <icon class="progress-cancel" type="cancel"></icon>
  7. </view>
  8. <view class="progress-box">
  9. <progress percent="60" active stroke-width="3" />
  10. </view>
  11. <view class="progress-box">
  12. <progress percent="80" color="#10AEFF" active stroke-width="3" />
  13. </view>

版权声明: 本站所有内容均由互联网收集整理、上传,如涉及版权问题,我们第一时间处理。
原文链接地址:
https://developers.weixin.qq.com/miniprogram/dev/component/progress.html

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post