12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- @font-face {
- font-family: 'iconfont'; /* Project id 3191891 */
- src: url('//at.alicdn.com/t/font_3191891_d7gdax2xsxu.woff2?t=1645181006347') format('woff2'),
- url('//at.alicdn.com/t/font_3191891_d7gdax2xsxu.woff?t=1645181006347') format('woff'),
- url('//at.alicdn.com/t/font_3191891_d7gdax2xsxu.ttf?t=1645181006347') format('truetype');
- }
- [class^='el-icon-'],
- [class*=' el-icon-'],
- [class^=' icon-'],
- [class*='icon-'] {
- font-family: 'element-icons', 'iconfont' !important;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- vertical-align: baseline;
- display: inline-block;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-daoru:before {
- content: '\e72f';
- }
- .icon-shipinjiaocheng:before {
- content: '\e730';
- }
- .icon-fankuiliebiao:before {
- content: '\e731';
- }
- .icon-jigourenzheng:before {
- content: '\e732';
- }
- .icon-yishirenzheng:before {
- content: '\e733';
- }
- .icon-wenjianliebiao:before {
- content: '\e734';
- }
- .icon-ziliaoku:before {
- content: '\e735';
- }
- .icon-tianjia:before {
- content: '\e736';
- }
- .icon-wendangjiaocheng:before {
- content: '\e737';
- }
- .icon-yishiliebiao:before {
- content: '\e738';
- }
- .icon-jigouliebiao:before {
- content: '\e739';
- }
- .icon-zhankai:before {
- content: '\e73a';
- }
|