调整部分样式

develop
就眠仪式 2020-12-03 17:09:06 +08:00
parent 4e25f1d035
commit f9b65f5f3f
2 changed files with 10 additions and 8 deletions

View File

@ -83,13 +83,19 @@
font-size: 14px;
}
.pear-nav-control.pc li{
display: inline-block;
}
.pear-nav-control.pc .layui-nav-bar {
top: 0px !important;
}
.pear-nav-control.pc .layui-this * {
color: #5FB878!important;
font-weight: 600;
background-color: whitesmoke;
}
.pear-nav-control.pc *{
color: darkslategray!important;
}
.pear-nav-control.pc .layui-nav-bar{
display: none!important;

View File

@ -215,14 +215,10 @@ layui.define(['table', 'jquery', 'element', 'form', 'tab', 'menu', 'frame'],
style += '.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{background-color:' + color +
'!important}';
style += ".pear-nav-control.pc .layui-this *{color:" + color + "!important}";
style += '.pear-social-entrance {background-color:' + color + '!important}';
style += '.pear-admin .pe-collaspe {background-color:' + color + '!important}';
/* if ($("iframe").contents().find("#customTheme").length > 0) {
$("iframe").contents().find("#customTheme").remove();
} */
$("#pearadmin-bg-color").html(style);
}
};