hailu
2023-10-05 32fe82458589e6f6495ceb889a6c27fa19caa790
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
28
29
30
@font-face {
  font-family: 'iconfont';  /* Project id 4273872 */
  src: url('//at.alicdn.com/t/c/font_4273872_67kc4zemovw.woff2?t=1696494290609') format('woff2'),
  url('//at.alicdn.com/t/c/font_4273872_67kc4zemovw.woff?t=1696494290609') format('woff'),
  url('//at.alicdn.com/t/c/font_4273872_67kc4zemovw.ttf?t=1696494290609') format('truetype');
}
 
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-xiangyoujiantou:before {
  content: "\e65f";
}
 
.icon-xiangzuojiantou:before {
  content: "\e660";
}
 
.icon-xingxing:before {
  content: "\e621";
}
 
.icon-kaiguan:before {
  content: "\e872";
}