-
Notifications
You must be signed in to change notification settings - Fork 81
/
font.wxss
92 lines (87 loc) · 1.74 KB
/
font.wxss
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
@font-face {
font-family: 'iconfont'; /* project id 346498 */
src: url('//at.alicdn.com/t/font_346498_h1p496lu5njqbyb9.eot');
src: url('//at.alicdn.com/t/font_346498_h1p496lu5njqbyb9.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_346498_h1p496lu5njqbyb9.woff') format('woff'),
url('//at.alicdn.com/t/font_346498_h1p496lu5njqbyb9.ttf') format('truetype'),
url('//at.alicdn.com/t/font_346498_h1p496lu5njqbyb9.svg#iconfont') format('svg');
}
.iconfont {
display: inline;
font-family: "iconfont" !important;
font-size: 10px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-tag:before {
content: "\e614";
}
.icon-sousuo:before {
content: "\e600";
}
.icon-zhidao:before {
content: "\e646";
margin-right: 5px;
}
.icon-xueshu:before {
content: "\e603";
margin-right: 2px;
}
.icon-quanbu:before {
content: "\e6bf";
font-size: 15px;
margin-right: 5px;
}
.icon-view:before {
content: "\e601";
margin-right: 3px;
}
.icon-fav:before {
content: "\e610";
margin-right: 3px;
}
.icon-fire:before {
content: "\e698";
}
.icon-richeng:before {
content: "\e630";
font-size: 25px;
margin:0 10px;
color: #1296db;
}
.icon-history:before {
content: "\e644";
}
.icon-x:before {
content: "\e628";
}
.icon-clean:before {
content: "\e605";
}
.icon-list:before {
content: "\e602";
}
.icon-setting:before {
content: "\e615";
margin-right: 3vw;
}
.icon-connect:before {
content: "\e659";
margin-right: 3vw;
}
.icon-about:before {
content: "\e60c";
margin-right: 3vw;
}
.icon-act:before {
content: "\e637";
font-size: 6vw;
margin-right: 3vw;
font-weight: 400;
}
.icon-run:before {
content: "\e613";
font-size: 6vw;
margin-right: 3vw;
}