|
|
@@ -0,0 +1,43 @@
|
|
|
+@font-face {
|
|
|
+ font-family: "iconfont"; /* Project id 3776657 */
|
|
|
+ src: url('iconfont.woff2?t=1668665799410') format('woff2'),
|
|
|
+ url('iconfont.woff?t=1668665799410') format('woff'),
|
|
|
+ url('iconfont.ttf?t=1668665799410') format('truetype');
|
|
|
+}
|
|
|
+
|
|
|
+.iconfont {
|
|
|
+ font-family: "iconfont" !important;
|
|
|
+ font-size: 16px;
|
|
|
+ font-style: normal;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
+}
|
|
|
+
|
|
|
+.icon-biaoqing:before {
|
|
|
+ content: "\e60c";
|
|
|
+}
|
|
|
+
|
|
|
+.icon-youyinpin:before {
|
|
|
+ content: "\e649";
|
|
|
+}
|
|
|
+
|
|
|
+.icon-audio:before {
|
|
|
+ content: "\e800";
|
|
|
+}
|
|
|
+
|
|
|
+.icon-group_fill:before {
|
|
|
+ content: "\e7f4";
|
|
|
+}
|
|
|
+
|
|
|
+.icon-yinpin:before {
|
|
|
+ content: "\e68a";
|
|
|
+}
|
|
|
+
|
|
|
+.icon-emoji:before {
|
|
|
+ content: "\e6f6";
|
|
|
+}
|
|
|
+
|
|
|
+.icon-voiceprint:before {
|
|
|
+ content: "\e953";
|
|
|
+}
|
|
|
+
|