康凯
2021-12-12 96c705e7c0eb114695c04a0500a4abc815739cf6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@font-face {
  font-family: "iconfont"; /* Project id 2997242 */
  src: url('iconfont.woff2?t=1638945390871') format('woff2'),
       url('iconfont.woff?t=1638945390871') format('woff'),
       url('iconfont.ttf?t=1638945390871') format('truetype');
}
 
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-search:before {
  content: "\e82e";
}