-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiconfont.css
67 lines (53 loc) · 1.1 KB
/
iconfont.css
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
@font-face {
font-family: "iconfont";
/* Project id 3888836 */
src: url('//at.alicdn.com/t/c/font_3888836_9h3e3nvtkd4.woff2?t=1677592563642') format('woff2'),
url('//at.alicdn.com/t/c/font_3888836_9h3e3nvtkd4.woff?t=1677592563642') format('woff'),
url('//at.alicdn.com/t/c/font_3888836_9h3e3nvtkd4.ttf?t=1677592563642') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-error:before {
content: "\e621";
}
.icon-success:before {
content: "\e677";
}
.icon-warning:before {
content: "\e68a";
}
.icon-caret-right:before {
content: "\e845";
}
.icon-caret-down:before {
content: "\e8ec";
}
.icon-aim_line:before {
content: "\e715";
}
.icon-my-fill:before {
content: "\e663";
}
.icon-home:before {
content: "\e626";
}
.icon-my:before {
content: "\e78b";
}
.icon-detail:before {
content: "\e793";
}
.icon-detail-fill:before {
content: "\e850";
}
.icon-home-fill:before {
content: "\e867";
}
.icon-xiangzuo:before {
content: "\e631";
}