haoxuan
2023-10-11 a1a6630f2eabfc78a379b5808b1bf7231a084d0b
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
26
27
@font-face {
  font-family: "iconfont"; /* Project id 4104499 */
  src: url('iconfont.woff2?t=1686191616646') format('woff2'),
       url('iconfont.woff?t=1686191616646') format('woff'),
       url('iconfont.ttf?t=1686191616646') format('truetype'),
       url('iconfont.svg?t=1686191616646#iconfont') format('svg');
}
 
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-guanlianshebei:before {
  content: "\eb63";
}
 
.icon-biyanjing:before {
  content: "\e901";
}
 
.icon-yanjing:before {
  content: "\e8c7";
}