12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- @font-face {
- font-family: "iconfont"; /* Project id 4430625 */
- src: url('@/static/fonts/iconfont.woff2?t=1709692507149') format('woff2'),
- url('@/static/fonts/iconfont.woff?t=1709692507149') format('woff'),
- url('@/static/fonts/iconfont.ttf?t=1709692507149') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-owNote:before {
- content: "\e64a";
- }
- .icon-daichuku:before {
- content: "\e623";
- }
- .icon-chukudan:before {
- content: "\e619";
- }
- .icon-fankudengji:before {
- content: "\e772";
- }
- .icon-peizaizhuangche:before {
- content: "\e88a";
- }
- .icon-peizaizhuangche-xianxing:before {
- content: "\e88b";
- }
- .icon-recycling:before {
- content: "\e6c4";
- }
- .icon-yidaoda:before {
- content: "\e639";
- }
- .icon-jianchaxiang:before {
- content: "\e76a";
- }
- .icon-yunsonghejiaofu:before {
- content: "\e668";
- }
- .icon-tuihuo:before {
- content: "\e60f";
- }
- .icon-daiqujian:before {
- content: "\e6a0";
- }
- .icon-box:before {
- content: "\e608";
- }
- .icon-yehuaqiping:before {
- content: "\e814";
- }
- .icon-a-xiaoxi:before {
- content: "\eb3f";
- }
- .icon-shouye:before {
- content: "\e60c";
- }
- .icon-dingdan:before {
- content: "\e8ae";
- }
- .icon-saoyisao:before {
- content: "\e66f";
- }
- .icon-wode:before {
- content: "\e60e";
- }
|