iconfont.css
1.0 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
@font-face {
font-family: "iconfont"; /* Project id 4856457 */
src: url('~@/static/icon/iconfont.woff2?t=1743479383160') format('woff2'),
url('~@/static/icon/iconfont.woff?t=1743479383160') format('woff'),
url('~@/static/icon/iconfont.ttf?t=1743479383160') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-lanqiu:before {
content: "\e603";
}
.icon-wangqiu:before {
content: "\e645";
}
.icon-taiqiu:before {
content: "\e646";
}
.icon-paiqiu:before {
content: "\e61b";
}
.icon-wangqiu1:before {
content: "\e61c";
}
.icon-gaoerfu2:before {
content: "\e60f";
}
.icon-pingpangqiu:before {
content: "\e611";
}
.icon-zuqiu:before {
content: "\e65f";
}
.icon-yumaoqiu1:before {
content: "\e600";
}
.icon-bangqiu:before {
content: "\101eb";
}
.icon-yonghu:before {
content: "\e64e";
}
.icon-jigou:before {
content: "\e61a";
}
.icon-jiaolian:before {
content: "\e745";
}