-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathicon.wxss
More file actions
77 lines (61 loc) · 1.42 KB
/
icon.wxss
File metadata and controls
77 lines (61 loc) · 1.42 KB
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
@font-face {
font-family: 'iconfont'; /* project id 1128183 */
src: url('//at.alicdn.com/t/font_1128183_4b6et3lf3j5.eot');
src: url('//at.alicdn.com/t/font_1128183_4b6et3lf3j5.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_1128183_4b6et3lf3j5.woff2') format('woff2'),
url('//at.alicdn.com/t/font_1128183_4b6et3lf3j5.woff') format('woff'),
url('//at.alicdn.com/t/font_1128183_4b6et3lf3j5.ttf') format('truetype'),
url('//at.alicdn.com/t/font_1128183_4b6et3lf3j5.svg#iconfont') format('svg');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-aixing:before {
content: "\e63f";
}
.icon-caipiao:before {
content: "\e640";
}
.icon-jiayouzhang:before {
content: "\e641";
}
.icon-dazhongdianping:before {
content: "\e642";
}
.icon-dianyingpiao:before {
content: "\e644";
}
.icon-duihuang:before {
content: "\e645";
}
.icon-feixing:before {
content: "\e646";
}
.icon-huafeizhongzhi:before {
content: "\e647";
}
.icon-meiqi:before {
content: "\e64a";
}
.icon-haikuang:before {
content: "\e64b";
}
.icon-youxi:before {
content: "\e64c";
}
.icon-zhuangzhang:before {
content: "\e64d";
}
.icon-huiyuan:before {
content: "\e664";
}
.icon-arrow-right:before {
content: "\e600";
}
.icon-saoyisao:before {
content: "\e61d";
}