微信小程序开发指南

基于ColorUI的组件化页面开发


进度条形状

<h1>进度条形状</h1> <ul> <li>样式图例</li> </ul> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=5986fb7703e0220007ec2349bd37aced&amp;file=file.png" alt="" /></p> <ul> <li>示例代码</li> </ul> <pre><code class="language-html">&lt;view class="padding bg-white"&gt; &lt;view class="cu-progress"&gt; &lt;view class="bg-red" style="width:{{loading?'61.8%':''}};"&gt;61.8%&lt;/view&gt; &lt;/view&gt; &lt;view class="cu-progress radius margin-top"&gt; &lt;view class="bg-red" style="width:{{loading?'61.8%':''}};"&gt;61.8%&lt;/view&gt; &lt;/view&gt; &lt;view class="cu-progress round margin-top"&gt; &lt;view class="bg-red" style="width:{{loading?'61.8%':''}};"&gt;61.8%&lt;/view&gt; &lt;/view&gt; &lt;/view&gt;</code></pre>

页面列表

ITEM_HTML