修改后台样式

This commit is contained in:
邹景立 2022-03-14 22:21:53 +08:00
parent 3577d77dac
commit ccc3bbc73b
3 changed files with 89 additions and 95 deletions

View File

@ -1,9 +1,7 @@
@charset "UTF-8"; @charset "UTF-8";
@import "_config.less"; @import "_config.less";
.layui-layout-theme-white { .layui-layout-theme-white > .layui-layout-admin {
> .layui-layout-admin {
> .layui-side { > .layui-side {
box-shadow: none; box-shadow: none;
background-color: #fff !important; background-color: #fff !important;
@ -42,7 +40,7 @@
background: #fff; background: #fff;
.layui-icon { .layui-icon {
color: #098 !important; color: #090 !important;
} }
} }
} }
@ -60,13 +58,13 @@
border-bottom: none !important; border-bottom: none !important;
&:hover { &:hover {
color: #098 !important; color: #090 !important;
} }
} }
.layui-this, &.layui-this { .layui-this, &.layui-this {
> a { > a {
color: #098 !important; color: #090 !important;
background: none !important; background: none !important;
font-weight: bold !important; font-weight: bold !important;
@ -84,8 +82,7 @@
} }
} }
> .layui-body { > .layui-body > .think-page-body > .layui-card {
> .think-page-body > .layui-card {
&:before { &:before {
top: 0; top: 0;
left: 0; left: 0;
@ -97,18 +94,16 @@
} }
> .layui-card-header { > .layui-card-header {
box-shadow: none !important;
border-left: @BoxBottomLine; border-left: @BoxBottomLine;
} }
} }
}
> .layui-header { > .layui-header {
background: none !important; background: #fff !important;
.layui-nav-item { .layui-nav-item {
&.layui-this > a { &.layui-this > a {
color: #098 !important; color: #090 !important;
font-weight: bold; font-weight: bold;
background: none !important; background: none !important;
} }
@ -117,11 +112,10 @@
color: #333 !important; color: #333 !important;
&:hover { &:hover {
color: #098 !important; color: #090 !important;
background: none !important; background: none !important;
} }
} }
} }
} }
}
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long