| 123456789101112131415161718192021222324252627282930313233 |
- /* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
- @font-face {
- font-family: 'iconfont';
- /* Project id 5096589 */
- src: url('/common/iconfont/iconfont.ttf') format('ttf'),
- url('//at.alicdn.com/t/c/font_5096589_rab6h2csv4.woff2?t=1766568458540') format('woff2'),
- url('//at.alicdn.com/t/c/font_5096589_rab6h2csv4.woff?t=1766568458540') format('woff'),
- url('//at.alicdn.com/t/c/font_5096589_rab6h2csv4.ttf?t=1766568458540') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-crm-tubiao-zhexiantu:before {
- content: "\eb96";
- }
- .icon-crm-jiangbei:before {
- content: "\e604";
- }
- .icon-crm-tongji:before {
- content: "\e649";
- }
- .icon-crm-dayin:before {
- content: "\e841";
- }
|