iconfont.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @font-face {
  2. font-family: "iconfont";
  3. /* Project id 2786925 */
  4. src: url('iconfont.woff2?t=1650105618782') format('woff2'),
  5. url('iconfont.woff?t=1650105618782') format('woff'),
  6. url('iconfont.ttf?t=1650105618782') format('truetype');
  7. }
  8. .iconfont {
  9. font-family: "iconfont" !important;
  10. font-size: 16px;
  11. font-style: normal;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale;
  14. }
  15. .icon-logout:before {
  16. content: "\e64b";
  17. }
  18. .icon-xianxingjuzi:before {
  19. content: "\e702";
  20. }
  21. .icon-xianxinglizhi:before {
  22. content: "\e703";
  23. }
  24. .icon-xianxingningmeng:before {
  25. content: "\e704";
  26. }
  27. .icon-xianxingliulian:before {
  28. content: "\e705";
  29. }
  30. .icon-xianxinghuolongguo:before {
  31. content: "\e706";
  32. }
  33. .icon-xianxingshanzhu:before {
  34. content: "\e707";
  35. }
  36. .icon-xianxingshiliu:before {
  37. content: "\e708";
  38. }
  39. .icon-xianxingputao:before {
  40. content: "\e709";
  41. }
  42. .icon-xianxingxigua:before {
  43. content: "\e70a";
  44. }
  45. .icon-icon-star:before {
  46. content: "\e60c";
  47. }
  48. .icon-mianxingguanzhutubiao:before {
  49. content: "\e66b";
  50. }
  51. .icon-mianxinghuishoutubiao:before {
  52. content: "\e66c";
  53. }