调整部分样式
parent
4e25f1d035
commit
f9b65f5f3f
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue