.theme-vip .avue-header {
|
background-color: #20222a;
|
}
|
|
.theme-vip .el-dropdown {
|
color: rgba(246, 202, 157, 0.7);
|
}
|
|
.theme-vip .avue-logo .avue-logo_title {
|
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 202, 157, 0.7)), to(#f6ca9d));
|
-webkit-background-clip: text;
|
-webkit-text-fill-color: transparent;
|
font-weight: 400;
|
}
|
|
.theme-vip .avue-breadcrumb i {
|
color: rgba(246, 202, 157, 0.7);
|
}
|
|
.theme-vip .avue-sidebar .el-menu-item.is-active:before {
|
background: rgba(246, 202, 157, 0.7);
|
}
|
|
.theme-vip .avue-sidebar .el-menu-item.is-active i, .theme-vip .avue-sidebar .el-menu-item.is-active span {
|
color: #f6ca9d;
|
}
|
|
.theme-vip .avue-tags .el-tabs__item {
|
color: rgba(0, 0, 0, 0.4) !important;
|
}
|
|
.theme-vip .avue-tags .el-tabs__item.is-active {
|
color: #f6ca9d !important;
|
border-color: #f6ca9d !important;
|
}
|
|
.theme-vip .avue-tags .el-tabs__item:before {
|
background: #f6ca9d;
|
}
|
|
.theme-vip .top-search .el-input__inner {
|
color: rgba(246, 202, 157, 0.7);
|
}
|
|
.theme-vip .top-search input::-webkit-input-placeholder,
|
.theme-vip .top-search textarea::-webkit-input-placeholder {
|
/* WebKit browsers */
|
color: rgba(246, 202, 157, 0.7);
|
}
|
|
.theme-vip .top-search input:-moz-placeholder,
|
.theme-vip .top-search textarea:-moz-placeholder {
|
/* Mozilla Firefox 4 to 18 */
|
color: rgba(246, 202, 157, 0.7);
|
}
|
|
.theme-vip .top-search input::-moz-placeholder,
|
.theme-vip .top-search textarea::-moz-placeholder {
|
/* Mozilla Firefox 19+ */
|
color: rgba(246, 202, 157, 0.7);
|
}
|
|
.theme-vip .top-search input:-ms-input-placeholder,
|
.theme-vip .top-search textarea:-ms-input-placeholder {
|
/* Internet Explorer 10+ */
|
color: rgba(246, 202, 157, 0.7);
|
}
|
|
.theme-vip .top-bar__item i {
|
color: rgba(246, 202, 157, 0.7);
|
}
|
|
.theme-vip .avue-top .el-menu-item i,
|
.theme-vip .avue-top .el-menu-item span {
|
color: rgba(246, 202, 157, 0.7);
|
}
|
|
.theme-vip .avue-top .el-menu-item:hover i,
|
.theme-vip .avue-top .el-menu-item:hover span {
|
color: #f6ca9d;
|
}
|
/*# sourceMappingURL=vip.css.map */
|