深色背景
<h1>背景颜色 - 深色背景</h1>
<ul>
<li>样式图例</li>
</ul>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=5a7cb4913ce3b1279f7421b5e6d64041&file=file.png" alt="" /></p>
<ul>
<li>示例代码</li>
</ul>
<p>ex: 嫣红 - item.title ; Red - item.name</p>
<pre><code class="language-html"><view class="grid col-3 padding-sm">
<view class="padding-sm" wx:for="{{ColorList}}" wx:key>
<view class="bg-{{item.name}} padding radius text-center shadow-blur">
<view class="text-lg">{{item.title}}</view>
<view class="margin-top-sm text-Abc">{{item.name}}</view>
</view>
</view>
</view></code></pre>