d2.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .theme-d2 {
  2. .avue-logo{
  3. color: #409EFF;
  4. background-color: #ebf1f6;
  5. box-shadow: none;
  6. .avue-logo_title{
  7. font-size: 20px;
  8. font-weight: 400;
  9. }
  10. }
  11. .avue-top{
  12. background-color: #ebf1f6;
  13. box-shadow: none;
  14. }
  15. .avue-main{
  16. padding: 0 5px;
  17. }
  18. .avue-tags{
  19. margin-left: 6px;
  20. padding: 0;
  21. border: 1px solid #e4e7ed;
  22. border-radius: 3px;
  23. background-color: #ebf1f6;
  24. box-shadow: none;
  25. .el-tabs__item{
  26. border-left: 1px solid #cfd7e5 !important;
  27. margin: 0 !important;
  28. background-color: rgba(0,0,0,.03) !important;
  29. color: #606266 !important;
  30. font-size: 14px !important;
  31. font-weight: 500 !important;
  32. &:first-child{
  33. border-left: none !important;
  34. }
  35. }
  36. .is-active{
  37. border-bottom:1px solid #fff !important;
  38. background-color: #fff !important;
  39. color: #409EFF !important;
  40. }
  41. }
  42. .avue-sidebar{
  43. background-color: #ebf1f6;
  44. box-shadow: none;
  45. .el-menu-item,.el-submenu__title{
  46. i,span{
  47. color:#606266
  48. }
  49. &:hover,&.is-active{
  50. background: hsla(0,0%,100%,.5);
  51. i,span{
  52. color: #409EFF;
  53. }
  54. }
  55. }
  56. }
  57. }