吉安感知网项目-前端
shuishen
2026-02-03 89380e6260a75d1d3b94de687ebcc2f50d50659d
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
[class^="icon-"] {
  font-family: "iconfont" !important;
  font-size: 18px !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.el-menu-item [class^=icon-] {
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
 
.el-sub-menu [class^=icon-] {
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
}
 
 
 
/* 引入第三方或自定义的字体图标样式 */
@font-face {
  font-family: "iconfont";
  /* Project id 5036193 */
  src: url('http://at.alicdn.com/t/c/font_5036193_oy8qa3dm2p.ttf?t=1760517592788') format('truetype');
}
 
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.iconfont-icon-tuceng:before {
  content: "\ea2d";
}
 
.iconfont-icon-dingwei:before {
  content: "\e610";
}
 
.iconfont-icon-qiehuan:before {
  content: "\e7ee";
}