xyc
2025-02-21 664db98c9e8595ce4dd636a27f480e3a08b81ff5
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
@font-face {
  font-family: "wt-iconfont"; /* Project id 2832407 */
  src: url('iconfont.woff2?t=1666578371583') format('woff2'),
       url('iconfont.woff?t=1666578371583') format('woff'),
       url('iconfont.ttf?t=1666578371583') format('truetype');
}
 
.wt-iconfont {
  font-family: "wt-iconfont" !important;
  font-size: 24px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-youduiqi:before {
  content: "\e60a";
}
 
.icon-zuoduiqi:before {
  content: "\e60b";
}
 
.icon-shuipingduiqi:before {
  content: "\e60c";
}
 
.icon-diduiqi:before {
  content: "\e60d";
}
 
.icon-chuizhiduiqi:before {
  content: "\e60e";
}
 
.icon-dingduiqi:before {
  content: "\e60f";
}
 
.icon-lingdang1:before {
  content: "\e636";
}
 
.icon-lingdang:before {
  content: "\e600";
}