123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- @font-face {
- font-family: "iconfont";
- /* Project id 4174490 */
- src: url('@/static/fonts/iconfont.woff2?t=1690179849451') format('woff2'),
- url('@/static/fonts/iconfont.woff?t=1690179849451') format('woff'),
- url('@/static/fonts/iconfont.ttf?t=1690179849451') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-beijingtupian:before {
- content: "\e833";
- }
- .icon-sudu:before {
- content: "\e619";
- }
- .icon-jurassic_add-user:before {
- content: "\e6ed";
- }
- .icon-shengyin:before {
- content: "\e8b8";
- }
- .icon-caogao:before {
- content: "\e760";
- }
- .icon-shaixuanguolv:before {
- content: "\e8d7";
- }
- .icon-shanchu:before {
- content: "\e621";
- }
- .icon-gengduo-shuxiang:before {
- content: "\e8c4";
- }
- .icon-chuangjian:before {
- content: "\e636";
- }
|