iconfont.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. @font-face {
  2. font-family: "iconfont";
  3. src: url('@/static/font/iconfont.ttf') format('truetype');
  4. }
  5. .iconfont {
  6. font-family: "iconfont" !important;
  7. font-size: 16px;
  8. /* #ifndef APP-ANDROID */
  9. display: inline-block;
  10. /* #endif */
  11. font-style: normal;
  12. /* #ifdef WEB */
  13. -webkit-font-smoothing: antialiased;
  14. -moz-osx-font-smoothing: grayscale;
  15. /* #endif */
  16. }
  17. /* #ifndef APP-ANDROID */
  18. .icon-user:before {
  19. content: "\e7ae";
  20. }
  21. .icon-password:before {
  22. content: "\e8b2";
  23. }
  24. .icon-code:before {
  25. content: "\e699";
  26. }
  27. .icon-setting:before {
  28. content: "\e6cc";
  29. }
  30. .icon-share:before {
  31. content: "\e739";
  32. }
  33. .icon-edit:before {
  34. content: "\e60c";
  35. }
  36. .icon-version:before {
  37. content: "\e63f";
  38. }
  39. .icon-service:before {
  40. content: "\e6ff";
  41. }
  42. .icon-friendfill:before {
  43. content: "\e726";
  44. }
  45. .icon-community:before {
  46. content: "\e741";
  47. }
  48. .icon-people:before {
  49. content: "\e736";
  50. }
  51. .icon-dianzan:before {
  52. content: "\ec7f";
  53. }
  54. .icon-right:before {
  55. content: "\e7eb";
  56. }
  57. .icon-logout:before {
  58. content: "\e61d";
  59. }
  60. .icon-help:before {
  61. content: "\e616";
  62. }
  63. .icon-github:before {
  64. content: "\e628";
  65. }
  66. .icon-aixin:before {
  67. content: "\e601";
  68. }
  69. .icon-clean:before {
  70. content: "\e607";
  71. }
  72. .icon-refresh:before {
  73. content: "\e604";
  74. }
  75. /* #endif */