From 7e6db0caf4cab8e2521cf9fca5b7b0aa6f1518b6 Mon Sep 17 00:00:00 2001 From: Nino Date: Fri, 30 Dec 2016 16:26:27 +0800 Subject: [PATCH] icon --- dist/icon/index.wxss | 36 +++++++++++++++++++++--------------- example/icon/index.js | 8 +++++++- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/dist/icon/index.wxss b/dist/icon/index.wxss index 5766cafd..925df4ad 100644 --- a/dist/icon/index.wxss +++ b/dist/icon/index.wxss @@ -2,11 +2,11 @@ @font-face { font-family: 'zuiicon'; - src: url('https://b.yzcdn.cn/zui/font/zuiicon-ca855b1878.eot'); - src: url('https://b.yzcdn.cn/zui/font/zuiicon-ca855b1878.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-ca855b1878.woff') format('woff'), - url('https://b.yzcdn.cn/zui/font/zuiicon-ca855b1878.ttf') format('truetype') + src: url('https://b.yzcdn.cn/zui/font/zuiicon-834207527b.eot'); + src: url('https://b.yzcdn.cn/zui/font/zuiicon-834207527b.eot?#iefix') format('embedded-opentype'), + url('https://b.yzcdn.cn/zui/font/zuiicon-834207527b.woff2') format('woff2'), + url('https://b.yzcdn.cn/zui/font/zuiicon-834207527b.woff') format('woff'), + url('https://b.yzcdn.cn/zui/font/zuiicon-834207527b.ttf') format('truetype') } .zui-icon { @@ -47,13 +47,19 @@ /* DO NOT EDIT! Generated by fount */ -.zui-icon-arrow:before { content: '\e800'; } /* '' */ -.zui-icon-certificate:before { content: '\e801'; } /* '' */ -.zui-icon-check:before { content: '\e802'; } /* '' */ -.zui-icon-checked:before { content: '\e803'; } /* '' */ -.zui-icon-close:before { content: '\e804'; } /* '' */ -.zui-icon-gift:before { content: '\e805'; } /* '' */ -.zui-icon-location:before { content: '\e806'; } /* '' */ -.zui-icon-message:before { content: '\e807'; } /* '' */ -.zui-icon-store:before { content: '\e808'; } /* '' */ -.zui-icon-shopping-cart:before { content: '\e809'; } /* '' */ +.zui-icon-album:before { content: '\e800'; } /* '' */ +.zui-icon-arrow:before { content: '\e801'; } /* '' */ +.zui-icon-camera:before { content: '\e802'; } /* '' */ +.zui-icon-certificate:before { content: '\e803'; } /* '' */ +.zui-icon-check:before { content: '\e804'; } /* '' */ +.zui-icon-checked:before { content: '\e805'; } /* '' */ +.zui-icon-close:before { content: '\e806'; } /* '' */ +.zui-icon-gift:before { content: '\e807'; } /* '' */ +.zui-icon-location:before { content: '\e808'; } /* '' */ +.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'; } /* '' */ diff --git a/example/icon/index.js b/example/icon/index.js index abe6625e..ca7782cc 100644 --- a/example/icon/index.js +++ b/example/icon/index.js @@ -1,7 +1,9 @@ Page({ data: { icons: [ + 'album', 'arrow', + 'camera', 'certificate', 'check', 'checked', @@ -9,8 +11,12 @@ Page({ 'gift', 'location', 'message', - 'store', + 'send', 'shopping-cart', + 'sign', + 'store', + 'topay', + 'tosend' ] } });