修改样式

This commit is contained in:
Anyon 2022-01-19 16:32:02 +08:00
parent 5f97275dfd
commit 27e81fed3a
3 changed files with 21 additions and 6 deletions

View File

@ -329,11 +329,20 @@
> .layui-header {
background: none !important;
.layui-nav-item > a {
color: #666 !important;
.layui-nav-item {
&.layui-this > a {
color: #098 !important;
font-weight: bold;
background: none !important;
}
> a {
color: #333 !important;
&:hover {
color: #333 !important;
color: #098 !important;
background: none !important;
}
}
}
}

View File

@ -1674,11 +1674,17 @@ label.think-checkbox {
.layui-layout-theme-white > .layui-header {
background: none !important;
}
.layui-layout-theme-white > .layui-header .layui-nav-item.layui-this > a {
color: #098 !important;
font-weight: bold;
background: none !important;
}
.layui-layout-theme-white > .layui-header .layui-nav-item > a {
color: #666 !important;
color: #333 !important;
}
.layui-layout-theme-white > .layui-header .layui-nav-item > a:hover {
color: #333 !important;
color: #098 !important;
background: none !important;
}
.layui-layout-theme-white > .layui-body > .think-page-body > .layui-card > .layui-card-header {
height: 50px;

File diff suppressed because one or more lines are too long