12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- @font-face {
- font-family: "iconfont"; /* Project id 4410178 */
- src: url('iconfont.woff2?t=1734183808723') format('woff2'),
- url('iconfont.woff?t=1734183808723') format('woff'),
- url('iconfont.ttf?t=1734183808723') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-filter-copy:before {
- content: "\e8b7";
- }
- .icon-box-copy:before {
- content: "\e7ba";
- }
- .icon-location-copy:before {
- content: "\e7b7";
- }
- .icon-qujian:before {
- content: "\e7b5";
- }
- .icon-web-icon-:before {
- content: "\e70d";
- }
- .icon-saomiao3:before {
- content: "\e631";
- }
- .icon-bangding:before {
- content: "\e615";
- }
- .icon-rukuguanli:before {
- content: "\e644";
- }
- .icon-order-fill:before {
- content: "\e7b4";
- }
- .icon-order:before {
- content: "\e7b3";
- }
- .icon-weigh-fill:before {
- content: "\e7b1";
- }
- .icon-weigh:before {
- content: "\e7b2";
- }
- .icon-user:before {
- content: "\e605";
- }
- .icon-scanfill:before {
- content: "\e737";
- }
- .icon-scan:before {
- content: "\e689";
- }
- .icon-home:before {
- content: "\e6b8";
- }
- .icon-homefill:before {
- content: "\e6bb";
- }
- .icon-peoplefill:before {
- content: "\e735";
- }
- .icon-people:before {
- content: "\e736";
- }
|