mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
27 lines
616 B
Plaintext
27 lines
616 B
Plaintext
<view class="container">
|
|
|
|
<view class="doc-title zan-hairline--bottom zan-hairline--bottom">BADGE</view>
|
|
|
|
<view class="demo">
|
|
<view class="demo__item">
|
|
<view class="demo__icon">
|
|
<zan-badge>9</zan-badge>
|
|
</view>
|
|
</view>
|
|
<view class="demo__item">
|
|
<view class="demo__icon">
|
|
<zan-badge>19</zan-badge>
|
|
</view>
|
|
</view>
|
|
<view class="demo__item">
|
|
<view class="demo__icon">
|
|
<zan-badge
|
|
background-color="#4b0"
|
|
box-shadow="none"
|
|
font-size="{{ 12 }}"
|
|
>99+</zan-badge>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|