修改后台样式

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,127 +1,121 @@
@charset "UTF-8"; @charset "UTF-8";
@import "_config.less"; @import "_config.less";
.layui-layout-theme-white { .layui-layout-theme-white > .layui-layout-admin {
> .layui-side {
box-shadow: none;
background-color: #fff !important;
> .layui-layout-admin { .layui-logo {
> .layui-side { color: #333;
box-shadow: none; box-shadow: none;
background-color: #fff !important; font-weight: bold;
}
.layui-logo { .layui-side-scroll {
color: #333; display: flex !important;
box-shadow: none; box-sizing: border-box;
font-weight: bold;
.layui-nav-child {
background: none !important;
} }
.layui-side-scroll { .layui-side-icon {
display: flex !important; width: 60px;
box-sizing: border-box; display: none;
background: #fff;
.layui-nav-child { a {
background: none !important; height: 60px;
display: block;
text-align: center;
line-height: 60px;
} }
.layui-side-icon { .layui-icon {
width: 60px; color: #999;
display: none; }
> .layui-this {
background: #fff; background: #fff;
a {
height: 60px;
display: block;
text-align: center;
line-height: 60px;
}
.layui-icon { .layui-icon {
color: #999; color: #090 !important;
}
> .layui-this {
background: #fff;
.layui-icon {
color: #098 !important;
}
} }
} }
}
.layui-side-tree { .layui-side-tree {
flex: 1; flex: 1;
.layui-nav-item { .layui-nav-item {
background: none !important;
border-bottom-color: #fff;
a {
color: #333 !important;
background: none !important; background: none !important;
border-bottom-color: #fff; border-bottom: none !important;
a { &:hover {
color: #333 !important; color: #090 !important;
}
}
.layui-this, &.layui-this {
> a {
color: #090 !important;
background: none !important; background: none !important;
border-bottom: none !important; font-weight: bold !important;
&:hover { &:hover {
color: #098 !important;
}
}
.layui-this, &.layui-this {
> a {
color: #098 !important;
background: none !important; background: none !important;
font-weight: bold !important;
&:hover {
background: none !important;
}
} }
} }
&ed > a {
color: #999 !important;
}
} }
}
}
}
> .layui-body { &ed > a {
> .think-page-body > .layui-card { color: #999 !important;
&:before {
top: 0;
left: 0;
bottom: 0;
z-index: 4;
content: '';
position: absolute;
box-shadow: @ShadowBodyRight;
}
> .layui-card-header {
box-shadow: none !important;
border-left: @BoxBottomLine;
}
}
}
> .layui-header {
background: none !important;
.layui-nav-item {
&.layui-this > a {
color: #098 !important;
font-weight: bold;
background: none !important;
}
> a {
color: #333 !important;
&:hover {
color: #098 !important;
background: none !important;
} }
} }
} }
} }
} }
> .layui-body > .think-page-body > .layui-card {
&:before {
top: 0;
left: 0;
bottom: 0;
z-index: 4;
content: '';
position: absolute;
box-shadow: @ShadowBodyRight;
}
> .layui-card-header {
border-left: @BoxBottomLine;
}
}
> .layui-header {
background: #fff !important;
.layui-nav-item {
&.layui-this > a {
color: #090 !important;
font-weight: bold;
background: none !important;
}
> a {
color: #333 !important;
&:hover {
color: #090 !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