调整部分样式
parent
4e25f1d035
commit
f9b65f5f3f
|
|
@ -83,13 +83,19 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pear-nav-control.pc li{
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.pear-nav-control.pc .layui-nav-bar {
|
.pear-nav-control.pc .layui-nav-bar {
|
||||||
top: 0px !important;
|
top: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pear-nav-control.pc .layui-this * {
|
.pear-nav-control.pc .layui-this * {
|
||||||
color: #5FB878!important;
|
background-color: whitesmoke;
|
||||||
font-weight: 600;
|
}
|
||||||
|
.pear-nav-control.pc *{
|
||||||
|
color: darkslategray!important;
|
||||||
}
|
}
|
||||||
.pear-nav-control.pc .layui-nav-bar{
|
.pear-nav-control.pc .layui-nav-bar{
|
||||||
display: none!important;
|
display: none!important;
|
||||||
|
|
|
||||||
|
|
@ -216,13 +216,9 @@ 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 +
|
style += '.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{background-color:' + color +
|
||||||
'!important}';
|
'!important}';
|
||||||
|
|
||||||
style += ".pear-nav-control.pc .layui-this *{color:" + color + "!important}";
|
|
||||||
|
|
||||||
style += '.pear-social-entrance {background-color:' + color + '!important}';
|
style += '.pear-social-entrance {background-color:' + color + '!important}';
|
||||||
style += '.pear-admin .pe-collaspe {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);
|
$("#pearadmin-bg-color").html(style);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue