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
| @font-face {
| font-family: "iconfont"; /* Project id 3530775 */
| src: url('iconfont.woff2?t=1682563297483') format('woff2'),
| url('iconfont.woff?t=1682563297483') format('woff'),
| url('iconfont.ttf?t=1682563297483') format('truetype');
| }
|
| .iconfont {
| font-family: "iconfont" !important;
| font-size: 16px;
| font-style: normal;
| -webkit-font-smoothing: antialiased;
| -moz-osx-font-smoothing: grayscale;
| }
|
| .icon-baocun:before {
| content: "\e63b";
| }
|
| .icon-jilianxuanze:before {
| content: "\e695";
| }
|
| .icon-zuhe:before {
| content: "\e61e";
| }
|
| .icon-wifi-o:before {
| content: "\e7ee";
| }
|
| .icon-shanchu:before {
| content: "\e718";
| }
|
| .icon-zhongzhi:before {
| content: "\e63a";
| }
|
| .icon-grouping:before {
| content: "\e62a";
| }
|
| .icon-shuxing:before {
| content: "\e632";
| }
|
| .icon-yulan:before {
| content: "\e65b";
| }
|
| .icon-tongbu:before {
| content: "\e60b";
| }
|
| .icon-anquan:before {
| content: "\e8ab";
| }
|
|