文字阴影
文字阴影
- 样式图例
- 示例代码
注:js部分参考文字颜色中data.list
<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>