.theme-cool .el-menu--popup .el-menu-item {
|
background-color: #fff;
|
}
|
|
.theme-cool .el-menu--popup .el-menu-item i, .theme-cool .el-menu--popup .el-menu-item span {
|
color: #666;
|
}
|
|
.theme-cool .el-menu--popup .el-menu-item:hover i, .theme-cool .el-menu--popup .el-menu-item:hover span {
|
color: #333;
|
}
|
|
.theme-cool .el-menu--popup .el-menu-item.is-active {
|
background-color: #409EFF;
|
}
|
|
.theme-cool .el-menu--popup .el-menu-item.is-active:before {
|
content: '';
|
top: 0;
|
left: 0;
|
bottom: 0;
|
width: 4px;
|
background: #409eff;
|
position: absolute;
|
}
|
|
.theme-cool .el-menu--popup .el-menu-item.is-active i, .theme-cool .el-menu--popup .el-menu-item.is-active span {
|
color: #fff;
|
}
|
|
.theme-cool .avue-header {
|
background: linear-gradient(120deg, #25aff3, #008ad3);
|
}
|
|
.theme-cool .avue-tags {
|
padding: 0 3px;
|
margin: 8px 0;
|
-webkit-box-shadow: none;
|
box-shadow: none;
|
background-color: transparent;
|
}
|
|
.theme-cool .avue-tags .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;
|
}
|
|
.theme-cool .avue-tags .el-tabs__header .el-tabs__item.is-active {
|
border: none;
|
color: #008ad3;
|
}
|
|
.theme-cool .avue-logo {
|
background: #fff;
|
-webkit-box-shadow: none;
|
box-shadow: none;
|
}
|
|
.theme-cool .avue-sidebar--tip {
|
background-color: transparent;
|
color: #333;
|
}
|
|
.theme-cool .el-dropdown {
|
color: #fff;
|
}
|
|
.theme-cool .avue-logo_title {
|
font-weight: 400;
|
color: #008ad3;
|
}
|
|
.theme-cool .logo_title,
|
.theme-cool .avue-breadcrumb {
|
color: #fff;
|
}
|
|
.theme-cool .logo_title i,
|
.theme-cool .avue-breadcrumb i {
|
color: #fff;
|
}
|
|
.theme-cool .avue-top .el-menu-item i,
|
.theme-cool .avue-top .el-menu-item span {
|
color: #fff;
|
}
|
|
.theme-cool .avue-top .el-menu-item:hover i,
|
.theme-cool .avue-top .el-menu-item:hover span {
|
color: #fff;
|
}
|
|
.theme-cool .avue-sidebar {
|
-webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
|
box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
|
background-color: #fff;
|
padding-top: 70px;
|
}
|
|
.theme-cool .avue-sidebar .el-menu-item, .theme-cool .avue-sidebar .el-submenu__title {
|
font-size: 13px;
|
}
|
|
.theme-cool .avue-sidebar .el-menu-item i, .theme-cool .avue-sidebar .el-menu-item span, .theme-cool .avue-sidebar .el-submenu__title i, .theme-cool .avue-sidebar .el-submenu__title span {
|
color: #000;
|
}
|
|
.theme-cool .avue-sidebar .el-menu-item:hover, .theme-cool .avue-sidebar .el-submenu__title:hover {
|
background: transparent;
|
}
|
|
.theme-cool .avue-sidebar .el-menu-item:hover i, .theme-cool .avue-sidebar .el-menu-item:hover span, .theme-cool .avue-sidebar .el-submenu__title:hover i, .theme-cool .avue-sidebar .el-submenu__title:hover span {
|
color: #000;
|
}
|
|
.theme-cool .avue-sidebar .el-menu-item.is-active, .theme-cool .avue-sidebar .el-submenu__title.is-active {
|
background-color: #e5f1fb;
|
}
|
|
.theme-cool .avue-sidebar .el-menu-item.is-active::before, .theme-cool .avue-sidebar .el-submenu__title.is-active::before {
|
width: 0;
|
}
|
|
.theme-cool .avue-sidebar .el-menu-item.is-active i, .theme-cool .avue-sidebar .el-menu-item.is-active span, .theme-cool .avue-sidebar .el-submenu__title.is-active i, .theme-cool .avue-sidebar .el-submenu__title.is-active span {
|
color: #25aff3;
|
}
|
|
.theme-cool .top-search .el-input__inner {
|
color: #333;
|
}
|
|
.theme-cool .top-search input::-webkit-input-placeholder,
|
.theme-cool .top-search textarea::-webkit-input-placeholder {
|
/* WebKit browsers */
|
color: #fff;
|
}
|
|
.theme-cool .top-search input:-moz-placeholder,
|
.theme-cool .top-search textarea:-moz-placeholder {
|
/* Mozilla Firefox 4 to 18 */
|
color: #fff;
|
}
|
|
.theme-cool .top-search input::-moz-placeholder,
|
.theme-cool .top-search textarea::-moz-placeholder {
|
/* Mozilla Firefox 19+ */
|
color: #fff;
|
}
|
|
.theme-cool .top-search input:-ms-input-placeholder,
|
.theme-cool .top-search textarea:-ms-input-placeholder {
|
/* Internet Explorer 10+ */
|
color: #fff;
|
}
|
|
.theme-cool .top-bar__item i {
|
color: #fff;
|
}
|
/*# sourceMappingURL=cool.css.map */
|