123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- @font-face {
- font-family: "iconfont"; /* Project id 4931683 */
- src: url('@/static/font/iconfont.woff2?t=1748174081762') format('woff2'),
- url('@/static/font/iconfont.woff?t=1748174081762') format('woff'),
- url('@/static/font/iconfont.ttf?t=1748174081762') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-yongyaotixing:before {
- content: "\e674";
- }
- .icon-dianzichufang:before {
- content: "\e604";
- }
- .icon-wodeyuyue:before {
- content: "\e661";
- }
- .icon-a-1-24:before {
- content: "\e605";
- }
- .icon-Heath-Report:before {
- content: "\e68a";
- }
- .icon-bianji:before {
- content: "\10208";
- }
- .icon-jibingbaike:before {
- content: "\e62e";
- }
- .icon-zhengzhuangzicha:before {
- content: "\e607";
- }
- .icon-yaopinchaxun:before {
- content: "\e7d2";
- }
|