微信小程序开发指南

基于ColorUI的组件化页面开发


进度条尺寸

<h1>进度条尺寸</h1> <ul> <li>样式图例</li> </ul> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=df554c9c84a71e24bed944fd0683d38d&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 round"&gt; &lt;view class="bg-red" style="width:{{loading?'61.8%':''}};"&gt;&lt;/view&gt; &lt;/view&gt; &lt;view class="cu-progress round margin-top sm"&gt; &lt;view class="bg-red" style="width:{{loading?'61.8%':''}};"&gt;&lt;/view&gt; &lt;/view&gt; &lt;view class="cu-progress round margin-top xs"&gt; &lt;view class="bg-red" style="width:{{loading?'61.8%':''}};"&gt;&lt;/view&gt; &lt;/view&gt; &lt;/view&gt;</code></pre>

页面列表

ITEM_HTML