123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- @font-face {
- font-family: iconfont; /* Project id 2667653 */
- src: url('iconfont.ttf?t=1694681005434') format('truetype');
- }
- .iconfont {
- font-family: iconfont !important;
- font-size: 20px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- cursor: pointer;
- }
- .icon-yiwen::before {
- font-size: 15px;
- content: '\e693';
- }
- .icon-xiala::before {
- content: '\e62b';
- }
- .icon-tuichu::before {
- content: '\e645';
- }
- .icon-xiaoxi::before {
- font-size: 21.2px;
- content: '\e61f';
- }
- .icon-zhuti::before {
- font-size: 22.4px;
- content: '\e638';
- }
- .icon-sousuo::before {
- content: '\e611';
- }
- .icon-contentright::before {
- content: '\e8c9';
- }
- .icon-contentleft::before {
- content: '\e8ca';
- }
- .icon-fangda::before {
- content: '\e826';
- }
- .icon-suoxiao::before {
- content: '\e641';
- }
- .icon-zhongyingwen::before {
- content: '\e8cb';
- }
|