主题切换问题

develop
Jmysy 2020-04-19 00:34:38 +08:00
parent 32e227bf48
commit 781fae182e
3 changed files with 19 additions and 1 deletions

View File

@ -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 {

View File

@ -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 */
/** 亮 样 式*/ /** 亮 样 式*/