|
@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;
|
}
|