1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- @font-face {
- font-family: "iconfont"; /* Project id 4559910 */
- src: url('@/static/fonts/iconfont.woff2?t=1719799412581') format('woff2'),
- url('@/static/fonts/iconfont.woff?t=1719799412581') format('woff'),
- url('@/static/fonts/iconfont.ttf?t=1719799412581') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-incubator:before {
- content: "\e7f5";
- }
- .icon-binggui:before {
- content: "\e64a";
- }
- .icon-incubator1:before {
- content: "\e620";
- }
- .icon-baowenxiangguanli:before {
- content: "\e608";
- }
- .icon-bingpaiguanli:before {
- content: "\e717";
- }
- .icon-bingpaichuku:before {
- content: "\e9e7";
- }
- .icon-bingpairuku:before {
- content: "\e9e8";
- }
- .icon-dizhibu:before {
- content: "\e601";
- }
- .icon-zhankai1:before {
- content: "\e63c";
- }
- .icon-tianjiadingdan:before {
- content: "\e60a";
- }
- .icon-dingdan:before {
- content: "\e749";
- }
- .icon-tuichudenglu:before {
- content: "\e606";
- }
- .icon-shouye:before {
- content: "\e609";
- }
- .icon-saoyisao:before {
- content: "\e66f";
- }
- .icon-qianshou:before {
- content: "\e6dc";
- }
- .icon-wode:before {
- content: "\e60e";
- }
- .icon-yiquxiao:before {
- content: "\e616";
- }
- .icon-yisongda:before {
- content: "\e607";
- }
- .icon-delivery:before {
- content: "\e83e";
- }
- .icon-cancel:before {
- content: "\e62e";
- }
|