index.scss 352 B

12345678910111213141516171819202122
  1. // 使用字体图标来源 https://fontello.com/
  2. @font-face {
  3. font-family: 'fc-icon';
  4. src: url('@/styles/FormCreate/fonts/fontello.woff') format('woff');
  5. }
  6. .icon-doc-text:before {
  7. content: '\f0f6';
  8. }
  9. .icon-server:before {
  10. content: '\f233';
  11. }
  12. .icon-address-card-o:before {
  13. content: '\f2bc';
  14. }
  15. .icon-user-o:before {
  16. content: '\f2c0';
  17. }