zouyu
2023-11-17 e5ed44879d7722c160b9af63ba51b333bc7f4d1d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.theme-hey{
  .avue-sidebar{
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,21,41,.08);
    .el-menu-item,.el-submenu__title{
      i,span{
        color: rgba(49,58,70,.8);
      }
      &:hover{
          background: transparent;
          i,span{
             color:#409eff;
          }
      }
      &.is-active {
          &:before {
            left:auto;
            right: 0 ;
          }
          background-color: #f0f6ff;
          i,span{
              color:#409eff;
          }
      }
  }
  }
  .avue-logo{
    background-color: #fff;
    box-shadow: none;
    .avue-logo_title{
      color:#409eff;
      font-size: 24px;
    }
  }
  .avue-tags{
    background: #f3f6f8;
    .el-tabs__item{
      color: rgba(0,0,0,.65) !important;
    }
    .is-active{
      background-color: #fff;
      border-bottom: none !important;
    }
  }
}