[new feature] Icon: add new icon (#63)

This commit is contained in:
Yao 2017-11-20 16:22:18 +08:00 committed by GitHub
parent 63af828d53
commit 2399d0e519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 54 additions and 61 deletions

Binary file not shown.

View File

@ -27,7 +27,6 @@ Page({
'add',
'add2',
'photo',
'cart',
'arrow',
'search',
'clear',
@ -75,14 +74,14 @@ Page({
'description',
'card',
'gift-card',
'coupon',
'completed',
'value-card',
'certificate',
'tosend',
'sign',
'home',
'phone'
'phone',
'add-o'
]
}
});

View File

@ -2,11 +2,11 @@
@font-face {
font-family: 'zanui-weapp-icon';
src: url('https://b.yzcdn.cn/zanui-weapp/zanui-weapp-icon-1c7453c4cd.eot');
src: url('https://b.yzcdn.cn/zanui-weapp/zanui-weapp-icon-1c7453c4cd.eot?#iefix') format('embedded-opentype'),
url('https://b.yzcdn.cn/zanui-weapp/zanui-weapp-icon-1c7453c4cd.woff2') format('woff2'),
url('https://b.yzcdn.cn/zanui-weapp/zanui-weapp-icon-1c7453c4cd.woff') format('woff'),
url('https://b.yzcdn.cn/zanui-weapp/zanui-weapp-icon-1c7453c4cd.ttf') format('truetype')
src: url('https://b.yzcdn.cn/zanui-weapp/zanui-weapp-icon-fc7d099492.eot');
src: url('https://b.yzcdn.cn/zanui-weapp/zanui-weapp-icon-fc7d099492.eot?#iefix') format('embedded-opentype'),
url('https://b.yzcdn.cn/zanui-weapp/zanui-weapp-icon-fc7d099492.woff2') format('woff2'),
url('https://b.yzcdn.cn/zanui-weapp/zanui-weapp-icon-fc7d099492.woff') format('woff'),
url('https://b.yzcdn.cn/zanui-weapp/zanui-weapp-icon-fc7d099492.ttf') format('truetype')
}
.zan-icon {
@ -85,46 +85,45 @@
.zan-icon-credit-pay:before { content: '\e824'; } /* '' */
.zan-icon-debit-pay:before { content: '\e825'; } /* '' */
.zan-icon-other-pay:before { content: '\e826'; } /* '' */
.zan-icon-cart:before { content: '\e827'; } /* '' */
.zan-icon-browsing-history:before { content: '\e828'; } /* '' */
.zan-icon-goods-collect:before { content: '\e829'; } /* '' */
.zan-icon-shop-collect:before { content: '\e82a'; } /* '' */
.zan-icon-receive-gift:before { content: '\e82b'; } /* '' */
.zan-icon-send-gift:before { content: '\e82c'; } /* '' */
.zan-icon-setting:before { content: '\e82d'; } /* '' */
.zan-icon-points:before { content: '\e82e'; } /* '' */
.zan-icon-coupon:before { content: '\e82f'; } /* '' */
.zan-icon-free-postage:before { content: '\e830'; } /* '' */
.zan-icon-discount:before { content: '\e831'; } /* '' */
.zan-icon-birthday-privilege:before { content: '\e832'; } /* '' */
.zan-icon-member-day-privilege:before { content: '\e833'; } /* '' */
.zan-icon-balance-details:before { content: '\e834'; } /* '' */
.zan-icon-cash-back-record:before { content: '\e835'; } /* '' */
.zan-icon-points-mall:before { content: '\e836'; } /* '' */
.zan-icon-exchange-record:before { content: '\e837'; } /* '' */
.zan-icon-pending-payment:before { content: '\e838'; } /* '' */
.zan-icon-pending-orders:before { content: '\e839'; } /* '' */
.zan-icon-pending-deliver:before { content: '\e83a'; } /* '' */
.zan-icon-pending-evaluate:before { content: '\e83b'; } /* '' */
.zan-icon-gift-card-pay:before { content: '\e83c'; } /* '' */
.zan-icon-cash-on-deliver:before { content: '\e83d'; } /* '' */
.zan-icon-underway:before { content: '\e83e'; } /* '' */
.zan-icon-point-gift:before { content: '\e83f'; } /* '' */
.zan-icon-after-sale:before { content: '\e840'; } /* '' */
.zan-icon-edit-data:before { content: '\e841'; } /* '' */
.zan-icon-question:before { content: '\e842'; } /* '' */
.zan-icon-delete:before { content: '\e843'; } /* '' */
.zan-icon-records:before { content: '\e844'; } /* '' */
.zan-icon-description:before { content: '\e845'; } /* '' */
.zan-icon-card:before { content: '\e846'; } /* '' */
.zan-icon-gift-card:before { content: '\e847'; } /* '' */
.zan-icon-coupon:before { content: '\e848'; } /* '' */
.zan-icon-clock:before { content: '\e849'; } /* '' */
.zan-icon-gold-coin:before { content: '\e84a'; } /* '' */
.zan-icon-completed:before { content: '\e84b'; } /* '' */
.zan-icon-value-card:before { content: '\e84c'; } /* '' */
.zan-icon-certificate:before { content: '\e84d'; } /* '' */
.zan-icon-tosend:before { content: '\e84e'; } /* '' */
.zan-icon-sign:before { content: '\e84f'; } /* '' */
.zan-icon-home:before { content: '\e850'; } /* '' */
.zan-icon-phone:before { content: '\e851'; } /* '' */
.zan-icon-browsing-history:before { content: '\e827'; } /* '' */
.zan-icon-goods-collect:before { content: '\e828'; } /* '' */
.zan-icon-shop-collect:before { content: '\e829'; } /* '' */
.zan-icon-receive-gift:before { content: '\e82a'; } /* '' */
.zan-icon-send-gift:before { content: '\e82b'; } /* '' */
.zan-icon-setting:before { content: '\e82c'; } /* '' */
.zan-icon-points:before { content: '\e82d'; } /* '' */
.zan-icon-coupon:before { content: '\e82e'; } /* '' */
.zan-icon-free-postage:before { content: '\e82f'; } /* '' */
.zan-icon-discount:before { content: '\e830'; } /* '' */
.zan-icon-birthday-privilege:before { content: '\e831'; } /* '' */
.zan-icon-member-day-privilege:before { content: '\e832'; } /* '' */
.zan-icon-balance-details:before { content: '\e833'; } /* '' */
.zan-icon-cash-back-record:before { content: '\e834'; } /* '' */
.zan-icon-points-mall:before { content: '\e835'; } /* '' */
.zan-icon-exchange-record:before { content: '\e836'; } /* '' */
.zan-icon-pending-payment:before { content: '\e837'; } /* '' */
.zan-icon-pending-orders:before { content: '\e838'; } /* '' */
.zan-icon-pending-deliver:before { content: '\e839'; } /* '' */
.zan-icon-pending-evaluate:before { content: '\e83a'; } /* '' */
.zan-icon-gift-card-pay:before { content: '\e83b'; } /* '' */
.zan-icon-cash-on-deliver:before { content: '\e83c'; } /* '' */
.zan-icon-underway:before { content: '\e83d'; } /* '' */
.zan-icon-point-gift:before { content: '\e83e'; } /* '' */
.zan-icon-after-sale:before { content: '\e83f'; } /* '' */
.zan-icon-edit-data:before { content: '\e840'; } /* '' */
.zan-icon-question:before { content: '\e841'; } /* '' */
.zan-icon-delete:before { content: '\e842'; } /* '' */
.zan-icon-records:before { content: '\e843'; } /* '' */
.zan-icon-description:before { content: '\e844'; } /* '' */
.zan-icon-card:before { content: '\e845'; } /* '' */
.zan-icon-gift-card:before { content: '\e846'; } /* '' */
.zan-icon-clock:before { content: '\e847'; } /* '' */
.zan-icon-gold-coin:before { content: '\e848'; } /* '' */
.zan-icon-completed:before { content: '\e849'; } /* '' */
.zan-icon-value-card:before { content: '\e84a'; } /* '' */
.zan-icon-certificate:before { content: '\e84b'; } /* '' */
.zan-icon-tosend:before { content: '\e84c'; } /* '' */
.zan-icon-sign:before { content: '\e84d'; } /* '' */
.zan-icon-home:before { content: '\e84e'; } /* '' */
.zan-icon-phone:before { content: '\e84f'; } /* '' */
.zan-icon-add-o:before { content: '\e850'; } /* '' */

View File

@ -213,11 +213,6 @@ module.exports = {
src: '其他支付方式.svg',
css: 'other-pay'
},
{
keywords: ['cart'],
src: '购物车.svg',
css: 'cart'
},
{
keywords: ['browsing', 'history'],
src: '浏览记录.svg',
@ -379,11 +374,6 @@ module.exports = {
src: '礼卡.svg',
css: 'gift-card'
},
{
keywords: ['coupon'],
src: '优惠券卡.svg',
css: 'coupon'
},
{
keywords: ['clock'],
src: '时钟.svg',
@ -428,6 +418,11 @@ module.exports = {
keywords: ['phone'],
src: '电话.svg',
css: 'phone'
},
{
keywords: ['buy', 'add'],
src: '加购.svg',
css: 'add-o'
}
]
};