文字阴影
<h1>文字阴影</h1>
<ul>
<li>样式图例</li>
</ul>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=20c99f49691e2b66e1725f2c4824a1b1&file=file.png" alt="" /></p>
<ul>
<li>示例代码</li>
</ul>
<p>注:js部分参考文字颜色中data.list</p>
<pre><code class="language-html"><view class="cu-bar bg-white solid-bottom margin-top">
<view class="action">
<text class="cuIcon-title text-blue"></text>文字阴影
</view>
</view>
<view class="grid col-5 padding-sm">
<view class="padding-sm" wx:for="{{list}}" wx:key wx:if="{{item.name!='white'}}">
<view class="text-center text-shadow text-{{item.name}}">
<view class="cuIcon-ellipse text-xxl"></view>
</view>
</view>
</view></code></pre>