iconfont.scss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. /**
  2. * TIP:需要替换为具体的字体库
  3. *
  4. * @since 1.0.0
  5. * @version 1.0.0
  6. */
  7. @font-face {
  8. font-family: 'iconfont'; /* project id 2017145 */
  9. src: url('//at.alicdn.com/t/font_2017145_cbnq87ruraq.eot');
  10. src: url('//at.alicdn.com/t/font_2017145_cbnq87ruraq.eot?#iefix') format('embedded-opentype'),
  11. url('//at.alicdn.com/t/font_2017145_cbnq87ruraq.woff2') format('woff2'),
  12. url('//at.alicdn.com/t/font_2017145_cbnq87ruraq.woff') format('woff'),
  13. url('//at.alicdn.com/t/font_2017145_cbnq87ruraq.ttf') format('truetype'),
  14. url('//at.alicdn.com/t/font_2017145_cbnq87ruraq.svg#iconfont') format('svg');
  15. }
  16. .mpm-icon {
  17. font-family: 'iconfont' !important; /* stylelint-disable-line */
  18. font-weight: 400;
  19. font-size: 16px;
  20. // line-height: 1; // 不需要设置为1,会导致不同浏览器显示有差异
  21. color: inherit;
  22. font-style: normal;
  23. font-display: auto;
  24. -webkit-font-smoothing: antialiased;
  25. -moz-osx-font-smoothing: grayscale;
  26. }
  27. .icon-menu::before {
  28. content: '\e677';
  29. }
  30. .icon-store::before {
  31. content: '\e6a9';
  32. }
  33. .icon-hand::before {
  34. content: '\e6aa';
  35. }
  36. .icon-wechat::before {
  37. content: '\e6ab';
  38. }
  39. .icon-location::before {
  40. content: '\e6ac';
  41. }
  42. .icon-telphone::before {
  43. content: '\e6ad';
  44. }
  45. .icon-bofang::before {
  46. content: '\e618';
  47. }
  48. .icon-radio-dot-circle-checked::before {
  49. content: '\e6a7';
  50. }
  51. .icon-radio-dot-circle::before {
  52. content: '\e6a8';
  53. }
  54. .icon-add-circle-fill::before {
  55. content: '\e6a3';
  56. }
  57. .icon-ashbin-circle-fill::before {
  58. content: '\e6a5';
  59. }
  60. .icon-close-circle-fill::before {
  61. content: '\e6a6';
  62. }
  63. .icon-radio-circle-fill::before {
  64. content: '\e6a2';
  65. }
  66. .icon-tip::before {
  67. content: '\e6a1';
  68. }
  69. .icon-arrow-left-bold::before {
  70. content: '\e69e';
  71. }
  72. .icon-arrow-bottom-bold::before {
  73. content: '\e69f';
  74. }
  75. .icon-arrow-top-bold::before {
  76. content: '\e6a0';
  77. }
  78. .icon-add::before {
  79. content: '\e67b';
  80. }
  81. .icon-close::before {
  82. content: '\e67e';
  83. }
  84. .icon-checkbox-disabled::before {
  85. content: '\e67f';
  86. }
  87. .icon-search::before {
  88. content: '\e680';
  89. }
  90. .icon-checkbox-fill::before {
  91. content: '\e683';
  92. }
  93. .icon-tips::before {
  94. content: '\e688';
  95. }
  96. .icon-edit::before {
  97. content: '\e68b';
  98. }
  99. .icon-purse::before {
  100. content: '\e68c';
  101. }
  102. .icon-star::before {
  103. content: '\e68d';
  104. }
  105. .icon-tuoyuan::before {
  106. content: '\e68e';
  107. }
  108. .icon-tuoyuan-2::before {
  109. content: '\e68f';
  110. }
  111. .icon-pull::before {
  112. content: '\e6ae';
  113. }
  114. .icon-forbid::before {
  115. content: '\e690';
  116. }
  117. .icon-mobile-phone::before {
  118. content: '\e691';
  119. }
  120. .icon-lock::before {
  121. content: '\e692';
  122. }
  123. .icon-arrow-right-bold::before {
  124. content: '\e693';
  125. }
  126. .icon-player::before {
  127. content: '\e694';
  128. }
  129. .icon-photo::before {
  130. content: '\e695';
  131. }
  132. .icon-push::before {
  133. content: '\e696';
  134. }
  135. .icon-share::before {
  136. content: '\e697';
  137. }
  138. .icon-minus-ellipse-fill::before {
  139. content: '\e698';
  140. }
  141. .icon-add-ellipse-fill::before {
  142. content: '\e699';
  143. }
  144. .icon-order::before {
  145. content: '\e69a';
  146. }
  147. .icon-add-circle::before {
  148. content: '\e69b';
  149. }
  150. .icon-arrow-bottom-fill::before {
  151. content: '\e69c';
  152. }
  153. .icon-arrow-top-fill::before {
  154. content: '\e69d';
  155. }
  156. .icon-home::before {
  157. content: '\e674';
  158. }
  159. .icon-ashbin::before {
  160. content: '\e666';
  161. }
  162. .icon-bianji::before {
  163. content: '\e8ac';
  164. }
  165. .icon-tukuan::before {
  166. content: '\e6af';
  167. }