YYC
2023-04-14 db1dc3add7bc47c98da408c2e05de28591100bfb
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
@font-face {
  font-family: "iconfont"; /* Project id 3976018 */
  src: url('~@/static/iconfont/iconfont.woff2') format('woff2'),
       url('~@/static/iconfont/iconfont.woff') format('woff'),
       url('~@/static/iconfont/iconfont.ttf') format('truetype');
}
 
.iconfont {
  font-family: "iconfont" !important;
  font-size: 55rpx;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-jiucan:before {
  content: "\e606";
  font-size: 88rpx;
  color: #e5e5e5;
  background-color: #06bfbf;
  padding: 16rpx;
  border-radius: 50px;
}
 
.icon-lishijilu:before {
  content: "\e63f";
  font-size: 88rpx;
  color: #e5e5e5;
  background-color: #c66cc2;
  padding: 16rpx;
  border-radius: 50px;
}
 
.icon-cangku:before {
  content: "\e71f";
  color: #aaff00;
  
}
 
.icon-chuku:before {
  content: "\e67d";
  font-size: 88rpx;
  color: #e5e5e5;
  padding: 30rpx;
  background-color: #c66cc2;
  padding: 16rpx;
  border-radius: 50px;
}
 
.icon-ruku:before {
  content: "\e680";
  font-size: 88rpx;
  color: #e5e5e5;
  background-color: #d3c050;
  padding: 16rpx;
  border-radius: 50px;
}
 
.icon-jilu:before {
  content: "\e810";
  font-size: 88rpx;
  color: #e5e5e5;
  background-color: #32c643;
  padding: 16rpx;
  border-radius: 50px;
}