mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
修改样式
This commit is contained in:
parent
5f97275dfd
commit
27e81fed3a
@ -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;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
> a {
|
||||
color: #333 !important;
|
||||
|
||||
&:hover {
|
||||
color: #098 !important;
|
||||
background: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user