朱桂飞
2023-03-20 3755d8c086441ce54864121ca4eb6f800fb914a8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@font-face {
  font-family: "iconfont"; /* Project id 3934847 */
  src: url('iconfont.woff2?t=1678101478233') format('woff2'),
       url('iconfont.woff?t=1678101478233') format('woff'),
       url('iconfont.ttf?t=1678101478233') format('truetype');
}
 
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-dryMagnifier:before {
  content: "\e62d";
}
 
.icon-dryfangdajing:before {
  content: "\e662";
}