123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- @font-face {
- font-family: "iconfont";
- src: url('@/common/css/iconfont.ttf') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-icon_cz:before {
- content: "\e602";
- }
- .icon-caogao04:before {
- content: "\eb31";
- }
- .icon-31dianhua:before {
- content: "\e600";
- }
- .icon-yaoqinghuida:before {
- content: "\e60d";
- }
- .icon-shangjiantou:before {
- content: "\e603";
- }
- .icon-xiajiantou:before {
- content: "\e605";
- }
- .icon-xiangce:before {
- content: "\e7be";
- }
- .icon-zhangben:before {
- content: "\e604";
- }
- .icon-cricket-pitch:before {
- content: "\e895";
- }
- .icon-a-14-chengyuanguanli:before {
- content: "\e638";
- }
- .icon-weixin:before {
- content: "\e73b";
- }
- .icon-kaoqinchuqin:before {
- content: "\e8d0";
- }
- .icon-zuqiu:before {
- content: "\e61b";
- }
- .icon-qi:before {
- content: "\e61f";
- }
|