Houjie
2025-04-11 1bf977929dd324f3ac64b70debd8a79443c54392
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4883364 */
  src: url('//at.alicdn.com/t/c/font_4883364_vc3q0k4a9l8.woff2?t=1744007822448') format('woff2'),
       url('//at.alicdn.com/t/c/font_4883364_vc3q0k4a9l8.woff?t=1744007822448') format('woff'),
       url('//at.alicdn.com/t/c/font_4883364_vc3q0k4a9l8.ttf?t=1744007822448') format('truetype');
}
 
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-shebei:before {
  content: "\e62e";
}
 
.icon-beijian-line-:before {
  content: "\e639";
}