This commit is contained in:
cookfront
2017-03-16 14:58:51 +08:00
parent b3598dafef
commit 0bc538106f
24 changed files with 147 additions and 31 deletions
@@ -24,4 +24,6 @@
.zan-icon-arrow:before { content: '\e814'; } /* '' */
.zan-icon-gift:before { content: '\e815'; } /* '' */
.zan-icon-search:before { content: '\e816'; } /* '' */
.zan-icon-clear:before { content: '\e817'; } /* '' */
.zan-icon-clear:before { content: '\e817'; } /* '' */
.zan-icon-success:before { content: '\e818'; } /* '' */
.zan-icon-fail:before { content: '\e819'; } /* '' */
File diff suppressed because one or more lines are too long
@@ -24,4 +24,6 @@
.zan-icon-arrow { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zan-icon-gift { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zan-icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zan-icon-clear { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zan-icon-clear { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zan-icon-success { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zan-icon-fail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
@@ -35,4 +35,6 @@
.zan-icon-arrow { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zan-icon-gift { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zan-icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zan-icon-clear { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zan-icon-clear { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zan-icon-success { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.zan-icon-fail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
+10 -8
View File
@@ -2,12 +2,12 @@
@font-face {
font-family: 'zanui-icon';
src: url('../font/zanui-icon-6821b64ee1.eot');
src: url('../font/zanui-icon-6821b64ee1.eot?#iefix') format('embedded-opentype'),
url('../font/zanui-icon-6821b64ee1.woff2') format('woff2'),
url('../font/zanui-icon-6821b64ee1.woff') format('woff'),
url('../font/zanui-icon-6821b64ee1.ttf') format('truetype'),
url('../font/zanui-icon-6821b64ee1.svg?#zanui-icon') format('svg');
src: url('../font/zanui-icon-ca65df15f4.eot');
src: url('../font/zanui-icon-ca65df15f4.eot?#iefix') format('embedded-opentype'),
url('../font/zanui-icon-ca65df15f4.woff2') format('woff2'),
url('../font/zanui-icon-ca65df15f4.woff') format('woff'),
url('../font/zanui-icon-ca65df15f4.ttf') format('truetype'),
url('../font/zanui-icon-ca65df15f4.svg?#zanui-icon') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -17,7 +17,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'zanui-icon';
src: url('../font/zanui-icon-6821b64ee1.svg?#zanui-icon') format('svg');
src: url('../font/zanui-icon-ca65df15f4.svg?#zanui-icon') format('svg');
}
}
*/
@@ -80,4 +80,6 @@
.zan-icon-arrow:before { content: '\e814'; } /* '' */
.zan-icon-gift:before { content: '\e815'; } /* '' */
.zan-icon-search:before { content: '\e816'; } /* '' */
.zan-icon-clear:before { content: '\e817'; } /* '' */
.zan-icon-clear:before { content: '\e817'; } /* '' */
.zan-icon-success:before { content: '\e818'; } /* '' */
.zan-icon-fail:before { content: '\e819'; } /* '' */