微信小程序开发指南

基于ColorUI的组件化页面开发


图片背景

<h1>图片背景</h1> <ul> <li>样式图例</li> </ul> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=6b37c985207f06b8099fd7f818f8a2a7&amp;file=file.png" alt="" /></p> <ul> <li>示例代码</li> </ul> <pre><code class="language-html">&lt;view class="bg-img bg-mask padding-tb-xl" style="background-image: url('https://ossweb-img.qq.com/images/lol/web201310/skin/big10006.jpg');height: 414rpx;"&gt; &lt;view class="padding-xl text-white"&gt; &lt;view class="padding-xs text-xl"&gt; 钢铁之翼 &lt;/view&gt; &lt;view class="padding-xs"&gt; Only the guilty need fear me. &lt;/view&gt; &lt;/view&gt; &lt;/view&gt;</code></pre>

页面列表

ITEM_HTML