xinyb
2024-03-12 a724cc9cb339f5ec0a13d5fae58e3edecfd6ff4b
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 4398907 */
  src: url('iconfont.woff2?t=1704354555016') format('woff2'),
       url('iconfont.woff?t=1704354555016') format('woff'),
       url('iconfont.ttf?t=1704354555016') format('truetype');
}
 
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-shangbiankuang:before {
  content: "\e601";
}
 
.icon-zuobiankuang:before {
  content: "\e602";
}
 
.icon-xiabiankuang:before {
  content: "\e603";
}
 
.icon-youbiankuang:before {
  content: "\e604";
}