主题切换问题
parent
32e227bf48
commit
781fae182e
|
|
@ -25,6 +25,15 @@
|
||||||
color: black!important;
|
color: black!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.light-theme .bottom-nav {
|
||||||
|
background-color: white!important;
|
||||||
|
box-shadow: none;
|
||||||
|
border-top: whitesmoke 1px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.light-theme .bottom-nav *{
|
||||||
|
color: dimgray;
|
||||||
|
}
|
||||||
|
|
||||||
/** 通 用 框 架 布 局 */
|
/** 通 用 框 架 布 局 */
|
||||||
.pear-admin .layui-header {
|
.pear-admin .layui-header {
|
||||||
|
|
|
||||||
|
|
@ -114,6 +114,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.pear-nav-tree .layui-nav-child dd a span{
|
||||||
|
margin-left: 25px!important;
|
||||||
|
}
|
||||||
|
.pear-nav-tree .layui-nav-child dd a i{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* #409eff */
|
/* #409eff */
|
||||||
|
|
||||||
/** 亮 样 式*/
|
/** 亮 样 式*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue