ludc
2023-09-06 9abe624d730d543c841f89edae3017fc6eb7c2ff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@font-face {
  font-family: "iconfont";
  src: url('../util/font_4017492_2d1qk52m7xp.woff2') format('woff2'),
  url('../util/font_4017492_2d1qk52m7xp.woff') format('woff'),
  url('../util/font_4017492_2d1qk52m7xp.ttf') format('truetype');
}
 
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-lianjiekelong:before {
  content: "\e6ca";
}
 
.icon-qingkong:before {
  content: "\e664";
}
 
.icon-kelong:before {
  content: "\e612";
}