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/dist/loadmore/index.wxss b/dist/loadmore/index.wxss
index 0ed5dedc..619b9193 100644
--- a/dist/loadmore/index.wxss
+++ b/dist/loadmore/index.wxss
@@ -57,7 +57,7 @@
.zui-loadmore__dot {
position: absolute;
left: 50%;
- top: 11px;
+ top: 10px;
margin-left: -2px;
margin-top: -2px;
content: " ";
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'
]
}
});
diff --git a/example/loadmore/index.wxml b/example/loadmore/index.wxml
index ac3c113a..2bb89344 100644
--- a/example/loadmore/index.wxml
+++ b/example/loadmore/index.wxml
@@ -1,7 +1,7 @@
-
-
-
+
+
+