zouyu
2023-11-16 c3148091b5adfde56ebb18898c3b44dfc8d38eb2
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
.avue-top {
    padding: 0 20px;
    position: relative;
    box-shadow: 0 1px 4px rgba(0,21,41,.08);
    color: #fff;
    font-size: 28px;
    height: 64px;
    box-sizing: border-box;
    white-space: nowrap;
    .el-menu-item{
        i,span{
            font-size: 13px;
        }
    }
}
.avue-breadcrumb {
    height: 100%;
    cursor: pointer;
    i{
        font-size: 22px !important;
    }
    &--active {
        transform:rotate(90deg);
    }
}
 
.top-menu {
    box-sizing: border-box;
    .el-menu-item {
        padding: 0 10px;
        border:none !important;
    }
}
 
.top-search {
    line-height: 64px;
    position: absolute !important;
    left: 20px;
    top:0;
    width: 400px !important;
    .el-input__inner {
        font-size: 13px;
        border: none;
        background-color: transparent;
    }
}
 
.top-bar__img {
    margin: 0 8px 0 5px;
    padding: 2px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    box-sizing: border-box;
    vertical-align: middle;
}
 
.top-bar__left,
.top-bar__right {
    height: 64px;
    position: absolute;
    top: 0;
    i{
        line-height: 64px;
    }
}
 
.top-bar__left {
    left: 20px;
}
 
.top-bar__right {
    right: 20px;
    display: flex;
    align-items: center;
}
 
.top-bar__item {
    position: relative;
    display: inline-block;
    height: 64px;
    margin:0 10px;
    font-size: 16px;
    cursor: pointer;
    &--show {
        display: inline-block !important;
    }
    .el-badge__content.is-fixed{
        top:12px;
        right: 5px;
    }
    i{
      color: #fff;
    }
}
 
.top-bar__title {
    height: 100%;
    padding:0 40px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: inherit;
    font-weight: 400;
}
 
.el-dropdown{
  color:#fff;
}
.avue-logo_title{
  font-size: 18px;
  color: #fff;
}
 
.logo-lg{
  font-size: 20px;
}