index.css 760 B

123456789101112131415161718192021222324252627282930313233
  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. .el-menu-item [class^=icon-] {
  10. margin-right: 5px;
  11. width: 24px;
  12. text-align: center;
  13. font-size: 18px;
  14. vertical-align: middle;
  15. }
  16. .el-submenu [class^=icon-] {
  17. vertical-align: middle;
  18. margin-right: 5px;
  19. width: 24px;
  20. text-align: center;
  21. font-size: 18px;
  22. }
  23. /*在线第三方图标库*/
  24. [class^="yc-grid-"], [class*="yc-grid-"]
  25. {
  26. font-family:"iconfont" !important;
  27. font-size:16px;
  28. font-style:normal;
  29. -webkit-font-smoothing: antialiased;
  30. -moz-osx-font-smoothing: grayscale;
  31. }