talk_appAmin/static/font/iconfont.css

46 lines
667 B
CSS
Raw Normal View History

2024-04-23 23:01:35 +08:00
@font-face {
2024-05-06 16:11:42 +08:00
font-family: "iconfont"; /* Project id 4533699 */
src:url('iconfont.ttf?t=1714975199159') format('truetype');
2024-04-23 23:01:35 +08:00
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2024-05-06 16:11:42 +08:00
.icon-zhaoxiangji:before {
content: "\e601";
}
2024-05-06 00:06:10 +08:00
.icon-lishixinxi:before {
content: "\e67d";
2024-04-23 23:01:35 +08:00
}
2024-05-06 00:06:10 +08:00
.icon-caogao1:before {
content: "\e600";
2024-04-23 23:01:35 +08:00
}
2024-05-06 00:06:10 +08:00
.icon-caogao:before {
content: "\e653";
2024-04-23 23:01:35 +08:00
}
2024-05-06 00:06:10 +08:00
.icon-dianhua:before {
content: "\e614";
2024-04-23 23:01:35 +08:00
}
2024-05-06 00:06:10 +08:00
.icon-weixin:before {
content: "\e637";
2024-04-23 23:01:35 +08:00
}
2024-05-06 00:06:10 +08:00
.icon-qq:before {
content: "\e6ca";
2024-04-23 23:01:35 +08:00
}
2024-05-06 00:06:10 +08:00
.icon-lanqi:before {
content: "\e63b";
2024-04-23 23:01:35 +08:00
}