123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- @font-face {
- font-family: "iconfont"; /* Project id 4416009 */
- src: url('~@/static/iconfont/iconfont.woff2?t=1705568981672') format('woff2'),
- url('~@/static/iconfont/iconfont.woff?t=1705568981672') format('woff'),
- url('~@/static/iconfont/iconfont.ttf?t=1705568981672') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-kuaisuyunxing01:before {
- content: "\e614";
- }
- .icon-check-in:before {
- content: "\e601";
- }
- .icon-zhuangjidan:before {
- content: "\e66b";
- }
- .icon-zhuangche:before {
- content: "\e600";
- }
- .icon-icon-test-copy:before {
- content: "\e710";
- }
- .icon--landing:before {
- content: "\e609";
- }
- .icon-huiyuan:before {
- content: "\e60f";
- }
- .icon-xieji:before {
- content: "\e705";
- }
- .icon-hanglidiushi:before {
- content: "\e62f";
- }
|