1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- @font-face {
- font-family: "custom-icon"; /* Project id 3810789 */
- src: url('./static/iconfont/iconfont.woff2?t=1670404858298') format('woff2'),
- url('./static/iconfont/iconfont.woff?t=1670404858298') format('woff'),
- url('./static/iconfont/iconfont.ttf?t=1670404858298') format('truetype');
- }
- .custom-icon {
- font-family: "custom-icon" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .custom-icon-essential-information:before {
- content: "\e612";
- }
- .custom-icon-danweixinxi:before {
- content: "\e6af";
- }
- .custom-icon-xiugaimima:before {
- content: "\e61e";
- }
- .custom-icon-fq_kucunchaxun:before {
- content: "\e621";
- }
- .custom-icon-RectangleCopy:before {
- content: "\e6c6";
- }
- .custom-icon-pandian:before {
- content: "\e67f";
- }
- .custom-icon-chukuguanli:before {
- content: "\e622";
- }
- .custom-icon-ruku:before {
- content: "\e658";
- }
|