Browse Source

优化回执消息的图标

master
xsx 2 years ago
parent
commit
d79e6c3df4
  1. 10
      im-uniapp/static/icon/iconfont.css
  2. BIN
      im-uniapp/static/icon/iconfont.ttf

10
im-uniapp/static/icon/iconfont.css

@ -1,6 +1,6 @@
@font-face { @font-face {
font-family: "iconfont"; /* Project id 4272106 */ font-family: "iconfont"; /* Project id 4272106 */
src: url('iconfont.ttf?t=1711870080646') format('truetype'); src: url('iconfont.ttf?t=1719727774055') format('truetype');
} }
.iconfont { .iconfont {
@ -11,6 +11,10 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.icon-receipt:before {
content: "\e601";
}
.icon-pause:before { .icon-pause:before {
content: "\e669"; content: "\e669";
} }
@ -35,10 +39,6 @@
content: "\e685"; content: "\e685";
} }
.icon-receipt:before {
content: "\e61a";
}
.icon-ok:before { .icon-ok:before {
content: "\e65a"; content: "\e65a";
} }

BIN
im-uniapp/static/icon/iconfont.ttf

Binary file not shown.
Loading…
Cancel
Save