linwe
2024-08-08 3c738f4fe2762bba8087e5a22fc0dc06560eab0e
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
/* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';
    /* Project id 4047952 */
    src: url('https://at.alicdn.com/t/c/font_4047952_idy8qr99kq.woff2?t=1697954433567') format('woff2'),
        url('https://at.alicdn.com/t/c/font_4047952_idy8qr99kq.woff?t=1697954433567') format('woff'),
        url('https://at.alicdn.com/t/c/font_4047952_idy8qr99kq.ttf?t=1697954433567') format('truetype');
}
 
 
.iconfont {
    font-family: "iconfont" !important;
    font-size: 26rpx;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
.icon-a-xiangyoujiantou:before {
    content: "\e676";
}
 
.icon-wenduxiajiang:before {
    content: "\e622";
    color: #00aa00;
}
 
.icon-wendushangsheng:before {
    content: "\e623";
    color: #ff0000;
}
 
.icon-shuipingfengexian:before {
    content: "\e630";
    color: #878787;
}
 
.icon-boda:before {
    content: "\e634";
    margin-right: 20rpx;
}
 
.icon-shoujihao:before {
    content: "\e840";
    margin-right: 20rpx;
}
 
.icon-weixin:before {
    content: "\e64f";
    margin-right: 20rpx;
}
 
.icon-zhanghao:before {
    content: "\e60d";
    margin-right: 20rpx;
}