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
75
76
77
78
79
80
81
82
83
84
| @font-face {
| font-family: "iconfont";
| src: url('~@/components/form-select/iconfont/iconfont.ttf');
| }
|
| .iconfont {
| font-family: "iconfont" !important;
| font-size: 16px;
| font-style: normal;
| -webkit-font-smoothing: antialiased;
| -moz-osx-font-smoothing: grayscale;
| }
|
| .icon-bianji:before {
| content: "\e63b";
| }
|
| .icon-suoding:before {
| content: "\e7cb";
| }
|
| .icon-yijiesuo:before {
| content: "\e615";
| }
|
| .icon-collect:before {
| content: "\e60b";
| }
|
| .icon-hot:before {
| content: "\e604";
| }
|
| .icon-star:before {
| content: "\e661";
| }
|
| .icon-warn:before {
| content: "\e62b";
| }
|
| .icon-close:before {
| content: "\e639";
| }
|
| .icon-to-left:before {
| content: "\e6f1";
| }
|
| .icon-to-right:before {
| content: "\e9cc";
| }
|
| .icon-to-up:before {
| content: "\e81b";
| }
|
| .icon-nor-select:before {
| content: "\e633";
| }
|
| .icon-add:before {
| content: "\e6ab";
| }
|
| .icon-to-down:before {
| content: "\e77b";
| }
|
| .icon-select:before {
| content: "\e76b";
| }
|
| .icon-lower:before {
| content: "\e9cb";
| }
|
| .icon-right:before {
| content: "\e60a";
| }
|
| .icon-error:before {
| content: "\e698";
| }
|
|