微信小程序开发指南

基于ColorUI的组件化页面开发


底部窗口

<h1>底部窗口</h1> <ul> <li>样式图例</li> </ul> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=223132e2d52b53f940a0c28204131269&amp;file=file.png" alt="" /></p> <ul> <li>示例代码</li> </ul> <pre><code class="language-html">&lt;view class="cu-modal bottom-modal {{modalName=='bottomModal'?'show':''}}"&gt; &lt;view class="cu-dialog"&gt; &lt;view class="cu-bar bg-white"&gt; &lt;view class="action text-green"&gt;确定&lt;/view&gt; &lt;view class="action text-blue" bindtap="hideModal"&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