微信小程序开发指南

基于ColorUI的组件化页面开发


侧边抽屉 - 右

<h1>侧边抽屉 - 右</h1> <ul> <li>样式图例</li> </ul> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=de65531c9d9e3d79ccfb1b3c5ebd2bc9&amp;file=file.png" alt="" /></p> <ul> <li>示例代码</li> </ul> <pre><code class="language-html">&lt;view class="cu-modal drawer-modal justify-end {{modalName=='DrawerModalR'?'show':''}}" bindtap="hideModal"&gt; &lt;view class="cu-dialog basis-lg" catchtap style="top:{{CustomBar}}px;height:calc(100vh - {{CustomBar}}px)"&gt; &lt;view class="cu-list menu text-left"&gt; &lt;view class="cu-item arrow" wx:for="{{5}}" wx:key&gt; &lt;view class="content"&gt; &lt;view&gt;Item {{index +1}}&lt;/view&gt; &lt;/view&gt; &lt;/view&gt; &lt;/view&gt; &lt;/view&gt; &lt;/view&gt;</code></pre>

页面列表

ITEM_HTML