zhao
2021-07-19 8347f2fbddbd25369359dcb2da1233ac48a19fdc
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
 
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot?1464535104');
    src: url('../fonts/iconfont.eot?&1464535104#iefix') format("embedded-opentype"), url('../fonts/iconfont.woff?1464535104') format("woff"), url('../fonts/iconfont.ttf?1464535104') format("truetype"), url('../fonts/iconfont.svg?1464535104#iconfont') format("svg");
}
 
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
 
 
[v-cloak] {
    display: none;
}
 
.logo-title {
    color: var(--theme-header-text-color);
    position: fixed;
    line-height: 60px;
    left: 30px;
    z-index: 999;
    font-size: 24px;
}
 
.el-tabs__header {
    margin: 0;
}
 
.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
    color: var(--theme-color);
}
 
.el-menu {
    border-right: none;
}
 
.hh-side-toggle {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 15px 20px auto auto;
    width: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    background-color: var(--theme-color);
}
 
    .hh-side-toggle:hover {
        /*background-color: rgb(67,74,80);*/
        /*background-color: var(--theme-color);*/
    }
 
.el-menu--horizontal > .el-menu-item.is-active, .el-menu--horizontal .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
    /*background: url(../../Content/images/main/navbg.png);*/
}
 
.el-menu-item.is-active {
    background: var(--theme-color) !important;
    color: #fff !important;
    border-left: 3px solid yellow;
}
 
.el-tabs--border-card > .el-tabs__content {
    padding: 0;
}
 
.el-tabs--border-card {
    border: none;
}
 
    .el-tabs--border-card > .el-tabs__header {
        border-top: 1px solid #e4e7ed;
    }
 
.el-submenu__title i, .el-menu-item i {
    color: var(--theme-color); /*var(--theme-aside-text-color);*/
}
 
.el-tabs__item {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
 
.el-menu-item, .el-submenu__title {
    height: 46px;
    line-height: 46px;
}
 
.el-submenu .el-menu-item {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
 
.el-tabs__nav-next, .el-tabs__nav-prev {
    line-height: 34px;
}