微信小程序开发指南

基于ColorUI的组件化页面开发


复选

<h1>复选操作</h1> <ul> <li>样式图例</li> </ul> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=6ce73d473e649354b048c4eda1db6017&amp;file=file.png" alt="" /></p> <ul> <li>示例代码</li> </ul> <pre><code class="language-html"> &lt;view class="cu-form-group margin-top"&gt; &lt;view class="title"&gt;复选选操作(checkbox)&lt;/view&gt; &lt;checkbox&gt;&lt;/checkbox&gt; &lt;/view&gt;</code></pre> <h1>定义形状</h1> <ul> <li>样式图例</li> </ul> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=51d0365b3f3a6cd19b235cc7d88a3f0d&amp;file=file.png" alt="" /></p> <ul> <li>示例代码</li> </ul> <pre><code class="language-html">&lt;view class="cu-form-group"&gt; &lt;view class="title"&gt;定义形状&lt;/view&gt; &lt;checkbox class="round" checked&gt;&lt;/checkbox&gt; &lt;/view&gt;</code></pre> <h1>定义颜色</h1> <ul> <li>样式图例</li> </ul> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=b80019bba632cf5ccd51da74408cf65b&amp;file=file.png" alt="" /></p> <ul> <li>示例代码</li> </ul> <pre><code class="language-html"> &lt;view class="cu-form-group"&gt; &lt;view class="title"&gt;定义颜色&lt;/view&gt; &lt;checkbox class="round blue" checked&gt;&lt;/checkbox&gt; &lt;/view&gt;</code></pre>

页面列表

ITEM_HTML