hailu
2023-10-13 6763ddbac0a8df83bfb5191ed99e3dcbdd16beee
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_eish33ts9mc.woff2?t=1696732954345') format('woff2'),
       url('//at.alicdn.com/t/c/font_4273872_eish33ts9mc.woff?t=1696732954345') format('woff'),
       url('//at.alicdn.com/t/c/font_4273872_eish33ts9mc.ttf?t=1696732954345') 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";
}