wuwei
2025-05-28 252cf175cc0cec63b42a6bcb370f8fe0a209899b
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
31
32
33
34
35
36
37
38
39
40
41
42
@font-face {
  font-family: "iconfont"; /* Project id 2657944 */
  src: url('../fonts/iconfont.woff2?t=1625644080074') format('woff2'),
       url('../fonts/iconfont.woff?t=1625644080074') format('woff'),
       url('../fonts/iconfont.ttf?t=1625644080074') format('truetype');
}
 
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-yunweiguanli:before {
  content: "\e618";
}
 
.icon-ziyuanxhdpi:before {
  content: "\e64c";
}
 
.icon-sy:before {
  content: "\e616";
}
 
.icon-xitongguanli:before {
  content: "\e611";
}
 
.icon-dapingzhanshi:before {
  content: "\e606";
}
 
.icon-guanbi:before {
  content: "\e600";
}
 
.icon-daping:before {
  content: "\e6d8";
}