dangsn
2024-06-06 8c8c59c1f2005fa3ca89ac2117ca1a3c0c618913
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
.theme-cool {
  .el-menu--popup{
      .el-menu-item{
          background-color: #fff;
          i,span{
              color:#666;
          }
          &:hover{
              i,span{
                  color:#333;
              }
          }
          &.is-active {
              background-color: #409EFF;
              &:before {
                  content: '';
                  top: 0;
                  left: 0;
                  bottom: 0;
                  width: 4px;
                  background: #409eff;
                  position: absolute;
              }
              i,span{
                  color:#fff;
              }
          }
      }
  }
.avue-header{
  background: linear-gradient(120deg,#25aff3,#008ad3);
}
.avue-tags {
  padding: 0 3px;
  margin: 8px 0;
  box-shadow: none;
  background-color: transparent;
  .el-tabs__header .el-tabs__item{
    padding: 0 10px !important;
    background-color: #fff;
    margin-right: 5px;
    color: #909399;
    border-radius: 3px;
    height:30px;
    font-size: 12px;
    line-height: 30px;
     &.is-active {
      border: none;
      color:#008ad3;
     }
  }
}
.avue-logo{
  background: #fff;
  box-shadow: none;
}
.avue-sidebar--tip{
  background-color:transparent;
  color:#333;
}
.el-dropdown{
  color:#fff;
}
.avue-logo_title{
  font-weight: 400;
  color:#008ad3;
}
.logo_title,
.avue-breadcrumb
{
    color: #fff ;
    i {
        color: #fff;
    }
}
.avue-top{
  .el-menu-item {
    i,
    span {
        color: #fff ;
    }
    &:hover {
        i,
        span {
            color: #fff ;
        }
    }
  }
}
.avue-sidebar{
  box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
  background-color: #fff;
  padding-top: 70px;
  .el-menu-item,.el-submenu__title{
    font-size: 13px;
    i,span{
        color:#000;
    }
    &:hover{
        background: transparent;
        i,span{
           color:#000;
        }
    }
    &.is-active {
      background-color: #e5f1fb;
      &::before{
        width: 0;
      }
        i,span{
          color: #25aff3;
        }
    }
  }
}
.top-search {
    .el-input__inner{
      color: #333;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff;
    }
    input:-moz-placeholder,
    textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #fff;
    }
}
.top-bar__item {
    i {
        color: #fff;
    }
}
}