-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathiconleafui.wxss
More file actions
47 lines (38 loc) · 884 Bytes
/
iconleafui.wxss
File metadata and controls
47 lines (38 loc) · 884 Bytes
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
@font-face {
font-family: 'iconfont';
/* Project id 2923349 */
src: url('//at.alicdn.com/t/font_2923349_jm2rqxc9od.woff2?t=1640441342922') format('woff2'),
url('//at.alicdn.com/t/font_2923349_jm2rqxc9od.woff?t=1640441342922') format('woff'),
url('//at.alicdn.com/t/font_2923349_jm2rqxc9od.ttf?t=1640441342922') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-shuaxin:before {
content: "\e80b";
}
.icon-back:before {
content: "\e603";
}
.icon-gerenxinxi:before {
content: "\e61c";
}
.icon-guanyu:before {
content: "\f887";
}
.icon-banben:before {
content: "\e60d";
}
.icon-shezhi:before {
content: "\e644";
}
.icon-youjiantou:before {
content: "\e731";
}
.icon-sousuo:before {
content: "\e8b9";
}