iconfont.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. @font-face {
  2. font-family: 'iconfont'; /* Project id 2843597 */
  3. src: url('//at.alicdn.com/t/font_2843597_kx4g4k3cyrh.woff2?t=1633846789896') format('woff2'),
  4. url('//at.alicdn.com/t/font_2843597_kx4g4k3cyrh.woff?t=1633846789896') format('woff'),
  5. url('//at.alicdn.com/t/font_2843597_kx4g4k3cyrh.ttf?t=1633846789896') format('truetype');
  6. }
  7. .iconfont {
  8. font-family: "iconfont" !important;
  9. font-size: 16px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .icon-list-check:before {
  15. content: "\e667";
  16. }
  17. .icon-add:before {
  18. content: "\e664";
  19. }
  20. .icon-textformat:before {
  21. content: "\e8b8";
  22. }
  23. .icon-image:before {
  24. content: "\e65b";
  25. }
  26. .icon-photo:before {
  27. content: "\e65f";
  28. }
  29. .icon-keyboard:before {
  30. content: "\e64c";
  31. }
  32. .icon-undo:before {
  33. content: "\e6f0";
  34. }
  35. .icon-redo:before {
  36. content: "\e6f1";
  37. }
  38. .icon-bgcolors:before {
  39. content: "\eb95";
  40. }
  41. .icon-fontbgcolor:before {
  42. content: "\e68d";
  43. }
  44. .icon-indent:before {
  45. content: "\e7f3";
  46. }
  47. .icon-outdent:before {
  48. content: "\e7f4";
  49. }
  50. .icon-menu:before {
  51. content: "\e7f5";
  52. }
  53. .icon-unorderedlist:before {
  54. content: "\e7f6";
  55. }
  56. .icon-orderedlist:before {
  57. content: "\e7f7";
  58. }
  59. .icon-align-right:before {
  60. content: "\e7f8";
  61. }
  62. .icon-align-center:before {
  63. content: "\e7f9";
  64. }
  65. .icon-align-left:before {
  66. content: "\e7fa";
  67. }
  68. .icon-bold:before {
  69. content: "\e7fb";
  70. }
  71. .icon-font-size:before {
  72. content: "\e7fd";
  73. }
  74. .icon-line-height:before {
  75. content: "\e7fe";
  76. }
  77. .icon-strikethrough:before {
  78. content: "\e7ff";
  79. }
  80. .icon-underline:before {
  81. content: "\e800";
  82. }
  83. .icon-italic:before {
  84. content: "\e801";
  85. }
  86. .icon-check:before {
  87. content: "\e802";
  88. }
  89. .icon-line:before {
  90. content: "\e803";
  91. }