12345678910111213141516171819202122232425 |
- @font-face {
- font-family: 'custom-icon'; /* Project id 4116838 */
- src: url('/static/iconfont/iconfont.woff2?t=1686550345296') format('woff2'), url('/static/iconfont/iconfont.woff?t=1686550345296') format('woff'),
- url('/static/iconfont/iconfont.ttf?t=1686550345296') 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-tingchechang1:before {
- content: '\e6cb';
- }
- .custom-icon-yuejie:before {
- content: '\e62a';
- }
- .custom-icon-fapiao:before {
- content: '\e98d';
- }
|