mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
icons
This commit is contained in:
parent
5cb043d70f
commit
c69178051e
@ -180,6 +180,16 @@ export default {
|
||||
<span>contact</span>
|
||||
</zan-col>
|
||||
</zan-row>
|
||||
<zan-row>
|
||||
<zan-col span="8">
|
||||
<zan-icon name="wechat"></zan-icon>
|
||||
<span>wechat</span>
|
||||
</zan-col>
|
||||
<zan-col span="8">
|
||||
<zan-icon name="alipay"></zan-icon>
|
||||
<span>alipay</span>
|
||||
</zan-col>
|
||||
</zan-row>
|
||||
```
|
||||
:::
|
||||
|
||||
|
@ -157,7 +157,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
keywords: ['alipay'],
|
||||
src: '支付宝.svg',
|
||||
src: '支付宝支付.svg',
|
||||
css: 'alipay'
|
||||
}
|
||||
]
|
||||
|
@ -2,11 +2,11 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'zan-icon';
|
||||
src: url('https://b.yzcdn.cn/zanui/icon/zanui-icon-55de83a2f0.eot');
|
||||
src: url('https://b.yzcdn.cn/zanui/icon/zanui-icon-55de83a2f0.eot?#iefix') format('embedded-opentype'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/zanui-icon-55de83a2f0.woff2') format('woff2'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/zanui-icon-55de83a2f0.woff') format('woff'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/zanui-icon-55de83a2f0.ttf') format('truetype')
|
||||
src: url('https://b.yzcdn.cn/zanui/icon/zanui-icon-8884a88b28.eot');
|
||||
src: url('https://b.yzcdn.cn/zanui/icon/zanui-icon-8884a88b28.eot?#iefix') format('embedded-opentype'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/zanui-icon-8884a88b28.woff2') format('woff2'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/zanui-icon-8884a88b28.woff') format('woff'),
|
||||
url('https://b.yzcdn.cn/zanui/icon/zanui-icon-8884a88b28.ttf') format('truetype')
|
||||
}
|
||||
|
||||
.zan-icon {
|
||||
@ -73,4 +73,6 @@
|
||||
.zan-icon-clear:before { content: '\e817'; } /* '' */
|
||||
.zan-icon-success:before { content: '\e818'; } /* '' */
|
||||
.zan-icon-fail:before { content: '\e819'; } /* '' */
|
||||
.zan-icon-contact:before { content: '\e81a'; } /* '' */
|
||||
.zan-icon-contact:before { content: '\e81a'; } /* '' */
|
||||
.zan-icon-wechat:before { content: '\e81b'; } /* '' */
|
||||
.zan-icon-alipay:before { content: '\e81c'; } /* '' */
|
Loading…
x
Reference in New Issue
Block a user