| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- /* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */
- @font-face {
- font-family: 'iconfont'; /* Project id 5122513 */
- src:
- url('//at.alicdn.com/t/c/font_5122513_0xmr1776dij.woff2?t=1770111604394') format('woff2'),
- url('//at.alicdn.com/t/c/font_5122513_0xmr1776dij.woff?t=1770111604394') format('woff'),
- url('//at.alicdn.com/t/c/font_5122513_0xmr1776dij.ttf?t=1770111604394') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-zhongtong:before {
- content: "\e600";
- }
- .icon-yuantongkuaidi:before {
- content: "\e611";
- }
- .icon-shunfengkuaidi:before {
- content: "\e8e3";
- }
- .icon-jitukuaidi:before {
- content: "\e6a4";
- }
- .icon-yunda:before {
- content: "\e64a";
- }
- .icon-shentong:before {
- content: "\e64d";
- }
- .icon-youzhengkuaidi:before {
- content: "\e708";
- }
- .icon-jingdong:before {
- content: "\e603";
- }
|