mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
27 lines
687 B
Plaintext
27 lines
687 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">
|
|
</view>
|
|
</view>
|
|
<view class="demo__item">
|
|
<view class="demo__icon zan-badge">
|
|
<view class="zan-badge__count">9</view>
|
|
</view>
|
|
</view>
|
|
<view class="demo__item">
|
|
<view class="demo__icon zan-badge">
|
|
<view class="zan-badge__count">19</view>
|
|
</view>
|
|
</view>
|
|
<view class="demo__item">
|
|
<view class="demo__icon zan-badge">
|
|
<view class="zan-badge__count">99+</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|