ke_junjie
2025-06-04 84620534eb627e95811b971a4b552b6a177829bf
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
@font-face {
  font-family: "iconfont"; /* Project id 2741087 */
  src: url('iconfont.woff2?t=1636704184359') format('woff2'),
       url('iconfont.woff?t=1636704184359') format('woff'),
       url('iconfont.ttf?t=1636704184359') format('truetype');
}
 
.iconfont {
  font-family: "iconfont" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-machine1:before {
  content: "\e64b";
}
 
.icon-agv:before {
  content: "\e649";
}
 
.icon-equipment:before {
  content: "\e64d";
}
 
.icon-three-dots:before {
  content: "\e68a";
}
 
.icon-right-arrow-double:before {
  content: "\e64f";
}
 
.icon-fenpei:before {
  content: "\e616";
}
 
.icon-upload:before {
  content: "\e7d9";
}
 
.icon-download:before {
  content: "\e7da";
}
 
.icon-out:before {
  content: "\e61f";
}
 
.icon-system:before {
  content: "\e64c";
}
 
.icon-task:before {
  content: "\e63f";
}
 
.icon-chart:before {
  content: "\e846";
}
 
.icon-archives:before {
  content: "\e890";
}
 
.icon-eye-close:before {
  content: "\e602";
}
 
.icon-eye-open:before {
  content: "\ecb1";
}