123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- @font-face {
- font-family: "iconfont"; /* Project id 3719789 */
- src: url('iconfont.woff2?t=1677549998665') format('woff2'),
- url('iconfont.woff?t=1677549998665') format('woff'),
- url('iconfont.ttf?t=1677549998665') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-card:before {
- content: "\e936";
- }
- .icon-pos:before {
- content: "\e615";
- }
- .icon-feed:before {
- content: "\e621";
- }
- .icon-dashboard:before {
- content: "\e67e";
- }
- .icon-gift-copy:before {
- content: "\e8b6";
- }
- .icon-gift-copy-copy:before {
- content: "\e8b7";
- }
- .icon-gift-full:before {
- content: "\e8b5";
- }
- .icon-key:before {
- content: "\e600";
- }
- .icon-wechat:before {
- content: "\e609";
- }
- .icon-phone:before {
- content: "\e678";
- }
- .icon-edit:before {
- content: "\e607";
- }
- .icon-roundcheckfill:before {
- content: "\e656";
- }
- .icon-roundclosefill:before {
- content: "\e658";
- }
- .icon-roundclose:before {
- content: "\e659";
- }
- .icon-back:before {
- content: "\e67a";
- }
- .icon-more:before {
- content: "\e6a3";
- }
- .icon-right-b:before {
- content: "\e682";
- }
- .icon-wrong-b:before {
- content: "\e697";
- }
- .icon-roundcheck:before {
- content: "\e657";
- }
- .icon-unfold:before {
- content: "\e661";
- }
- .icon-fold:before {
- content: "\e6de";
- }
- .icon-password:before {
- content: "\e61f";
- }
- .icon-account:before {
- content: "\e634";
- }
|