index.css 778 B

123456789101112131415161718192021222324252627282930
  1. [class^='icon-'] {
  2. font-family: 'iconfont' !important;
  3. /* 以下内容参照第三方图标库本身的规则 */
  4. font-size: 18px !important;
  5. font-style: normal;
  6. -webkit-font-smoothing: antialiased;
  7. -moz-osx-font-smoothing: grayscale;
  8. }
  9. .avue-input-icon__item i {
  10. font-family: 'iconfont' !important;
  11. /* 以下内容参照第三方图标库本身的规则 */
  12. font-size: 24px !important;
  13. font-style: normal;
  14. -webkit-font-smoothing: antialiased;
  15. -moz-osx-font-smoothing: grayscale;
  16. }
  17. .el-menu-item [class^='icon-'] {
  18. margin-right: 5px;
  19. width: 24px;
  20. text-align: center;
  21. font-size: 18px;
  22. vertical-align: middle;
  23. }
  24. .el-submenu [class^='icon-'] {
  25. vertical-align: middle;
  26. margin-right: 5px;
  27. width: 24px;
  28. text-align: center;
  29. font-size: 18px;
  30. }