Update icon and add font file for block module.

master
Tuzki 2 years ago
parent 2272f89f4c
commit c2347ec61a
  1. 5
      pages/block/index.vue
  2. 3
      static/icons/iconfont.css
  3. BIN
      static/icons/iconfont.ttf
  4. BIN
      static/icons/iconfont.woff
  5. BIN
      static/icons/iconfont.woff2

@ -32,9 +32,8 @@
</view>
</z-paging>
<view class="m-add-block" @click.stop="addBlock">
<text class="iconfont icon-quandi m-r-mini"></text>
圈地
<br />
+
</view>
</view>
</template>
@ -320,5 +319,7 @@ export default {
box-shadow: 0rpx 6rpx 14rpx 0rpx rgba(20,193,113,0.15);
border: 1px solid #FFFFFF;
padding-top: 20rpx;
color: #14c171;
font-size: 24rpx;
}
</style>

@ -12,6 +12,9 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-quandi:before {
content: "\e9cf";
}
.icon-xiangji:before {
content: "\e6a0";

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save