cuiqian2004
9 天以前 30311cd24ee3b1567ffafac002494bb67feda657
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
@font-face {
    font-family: 'fonticon';
    src: url("./fonts/fonticon.ttf") format("truetype"),
        url("./fonts/fonticon.eot") format("embedded-opentype"),
        url("./fonts/fonticon.woff") format("woff");
}
 
.ico {
    font-family: 'fonticon' !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
.conversion-path:before {
    content: "\ea01";
}
 
.edit-road-outline-rounded:before {
    content: "\ea02";
}
 
.teach:before {
    content: "\ea03";
}
 
.placeholder-bold:before {
    content: "\ea04";
}
 
.layer:before {
    content: "\ea05";
}
 
.arrow:before {
    content: "\ea06";
}
 
.edit-line:before {
    content: "\ea07";
}
 
.update:before {
    content: "\ea08";
}
 
.book:before {
    content: "\ea09";
}
 
.share:before {
    content: "\ea0a";
}
 
.copy:before {
    content: "\ea0b";
}
 
.map:before {
    content: "\ea0c";
}
 
.hand-truck:before {
    content: "\ea0d";
}
 
.line-scan:before {
    content: "\ea0e";
}
 
.more-fill:before {
    content: "\ea0f";
}
 
.back:before {
    content: "\ea10";
}
 
.cancel1:before {
    content: "\ea11";
}
 
.location1:before {
    content: "\ea12";
}
 
.task-list:before {
    content: "\ea13";
}
 
.location:before {
    content: "\ea14";
}
 
.my-location-rounded:before {
    content: "\ea15";
}
 
.confirm-circle-filled:before {
    content: "\ea16";
}
 
.cancel-rounded:before {
    content: "\ea17";
}
 
.delete-outline:before {
    content: "\ea18";
}
 
.rename:before {
    content: "\ea19";
}
 
.pause-rounded:before {
    content: "\ea1a";
}
 
.play-filled:before {
    content: "\ea1b";
}
 
.add-line:before {
    content: "\ea1c";
}
 
.skip-next-rounded:before {
    content: "\ea1d";
}
 
.repeat:before {
    content: "\ea1e";
}
 
.stop:before {
    content: "\ea1f";
}
 
.more:before {
    content: "\ea20";
}
 
.user-avatar:before {
    content: "\ea21";
}