微信小程序开发指南

基于ColorUI的组件化页面开发


普通窗口

<h1>普通窗口</h1> <ul> <li>样式图例</li> </ul> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=67e1848ed826e26f01dfffb9c2682da6&amp;file=file.png" alt="" /></p> <ul> <li>示例代码</li> </ul> <pre><code class="language-html">&lt;view class="cu-modal {{modalName=='Modal'?'show':''}}"&gt; &lt;view class="cu-dialog"&gt; &lt;view class="cu-bar bg-white justify-end"&gt; &lt;view class="content"&gt;Modal标题&lt;/view&gt; &lt;view class="action" bindtap="hideModal"&gt; &lt;text class="cuIcon-close text-red"&gt;&lt;/text&gt; &lt;/view&gt; &lt;/view&gt; &lt;view class="padding-xl"&gt; Modal 内容。 &lt;/view&gt; &lt;/view&gt; &lt;/view&gt; </code></pre>

页面列表

ITEM_HTML