2024-04-23 23:01:35 +08:00
|
|
|
@font-face {
|
|
|
|
font-family: "iconfont";
|
|
|
|
src: url('@/static/font/iconfont.ttf') format('truetype');
|
|
|
|
}
|
|
|
|
|
|
|
|
.iconfont {
|
|
|
|
font-family: "iconfont" !important;
|
|
|
|
font-size: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
font-style: normal;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|