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 { *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 = ' '); }