mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
icon
This commit is contained in:
parent
629b783ad7
commit
7e6db0caf4
36
dist/icon/index.wxss
vendored
36
dist/icon/index.wxss
vendored
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'zuiicon';
|
font-family: 'zuiicon';
|
||||||
src: url('https://b.yzcdn.cn/zui/font/zuiicon-ca855b1878.eot');
|
src: url('https://b.yzcdn.cn/zui/font/zuiicon-834207527b.eot');
|
||||||
src: url('https://b.yzcdn.cn/zui/font/zuiicon-ca855b1878.eot?#iefix') format('embedded-opentype'),
|
src: url('https://b.yzcdn.cn/zui/font/zuiicon-834207527b.eot?#iefix') format('embedded-opentype'),
|
||||||
url('https://b.yzcdn.cn/zui/font/zuiicon-ca855b1878.woff2') format('woff2'),
|
url('https://b.yzcdn.cn/zui/font/zuiicon-834207527b.woff2') format('woff2'),
|
||||||
url('https://b.yzcdn.cn/zui/font/zuiicon-ca855b1878.woff') format('woff'),
|
url('https://b.yzcdn.cn/zui/font/zuiicon-834207527b.woff') format('woff'),
|
||||||
url('https://b.yzcdn.cn/zui/font/zuiicon-ca855b1878.ttf') format('truetype')
|
url('https://b.yzcdn.cn/zui/font/zuiicon-834207527b.ttf') format('truetype')
|
||||||
}
|
}
|
||||||
|
|
||||||
.zui-icon {
|
.zui-icon {
|
||||||
@ -47,13 +47,19 @@
|
|||||||
/* DO NOT EDIT! Generated by fount */
|
/* DO NOT EDIT! Generated by fount */
|
||||||
|
|
||||||
|
|
||||||
.zui-icon-arrow:before { content: '\e800'; } /* '' */
|
.zui-icon-album:before { content: '\e800'; } /* '' */
|
||||||
.zui-icon-certificate:before { content: '\e801'; } /* '' */
|
.zui-icon-arrow:before { content: '\e801'; } /* '' */
|
||||||
.zui-icon-check:before { content: '\e802'; } /* '' */
|
.zui-icon-camera:before { content: '\e802'; } /* '' */
|
||||||
.zui-icon-checked:before { content: '\e803'; } /* '' */
|
.zui-icon-certificate:before { content: '\e803'; } /* '' */
|
||||||
.zui-icon-close:before { content: '\e804'; } /* '' */
|
.zui-icon-check:before { content: '\e804'; } /* '' */
|
||||||
.zui-icon-gift:before { content: '\e805'; } /* '' */
|
.zui-icon-checked:before { content: '\e805'; } /* '' */
|
||||||
.zui-icon-location:before { content: '\e806'; } /* '' */
|
.zui-icon-close:before { content: '\e806'; } /* '' */
|
||||||
.zui-icon-message:before { content: '\e807'; } /* '' */
|
.zui-icon-gift:before { content: '\e807'; } /* '' */
|
||||||
.zui-icon-store:before { content: '\e808'; } /* '' */
|
.zui-icon-location:before { content: '\e808'; } /* '' */
|
||||||
.zui-icon-shopping-cart:before { content: '\e809'; } /* '' */
|
.zui-icon-message:before { content: '\e809'; } /* '' */
|
||||||
|
.zui-icon-send:before { content: '\e80a'; } /* '' */
|
||||||
|
.zui-icon-shopping-cart:before { content: '\e80b'; } /* '' */
|
||||||
|
.zui-icon-sign:before { content: '\e80c'; } /* '' */
|
||||||
|
.zui-icon-store:before { content: '\e80d'; } /* '' */
|
||||||
|
.zui-icon-topay:before { content: '\e80e'; } /* '' */
|
||||||
|
.zui-icon-tosend:before { content: '\e80f'; } /* '' */
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
Page({
|
Page({
|
||||||
data: {
|
data: {
|
||||||
icons: [
|
icons: [
|
||||||
|
'album',
|
||||||
'arrow',
|
'arrow',
|
||||||
|
'camera',
|
||||||
'certificate',
|
'certificate',
|
||||||
'check',
|
'check',
|
||||||
'checked',
|
'checked',
|
||||||
@ -9,8 +11,12 @@ Page({
|
|||||||
'gift',
|
'gift',
|
||||||
'location',
|
'location',
|
||||||
'message',
|
'message',
|
||||||
'store',
|
'send',
|
||||||
'shopping-cart',
|
'shopping-cart',
|
||||||
|
'sign',
|
||||||
|
'store',
|
||||||
|
'topay',
|
||||||
|
'tosend'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user