修改样式

This commit is contained in:
Anyon 2022-02-10 14:39:06 +08:00
parent d2aa8d0817
commit 4ffbc9730d
7 changed files with 9 additions and 5 deletions

View File

@ -123,7 +123,7 @@
} }
.layui-icon, span { .layui-icon, span {
color: @mainColor; color: @textColor;
} }
} }
} }
@ -147,13 +147,13 @@
border-bottom: none !important; border-bottom: none !important;
&:hover { &:hover {
color: @mainColor; color: @textColor;
} }
} }
.layui-this, &.layui-this { .layui-this, &.layui-this {
> a { > a {
color: @mainColor; color: @textColor;
background: none !important; background: none !important;
font-weight: bold !important; font-weight: bold !important;

View File

@ -5,6 +5,7 @@
@iconWidth: 100px !important; @iconWidth: 100px !important;
@mainColor: #393D49 !important; @mainColor: #393D49 !important;
@textColor: #009988 !important;
@import (multiple)"_layout_2.less"; @import (multiple)"_layout_2.less";
} }

View File

@ -5,6 +5,7 @@
@iconWidth: 100px !important; @iconWidth: 100px !important;
@mainColor: #0E54C4 !important; @mainColor: #0E54C4 !important;
@textColor: #009988 !important;
@import (multiple)"_layout_2.less"; @import (multiple)"_layout_2.less";
} }

View File

@ -5,6 +5,7 @@
@iconWidth: 100px !important; @iconWidth: 100px !important;
@mainColor: #098 !important; @mainColor: #098 !important;
@textColor: #009988 !important;
@import (multiple)"_layout_2.less"; @import (multiple)"_layout_2.less";
} }

View File

@ -5,6 +5,7 @@
@iconWidth: 100px !important; @iconWidth: 100px !important;
@mainColor: #AA3130 !important; @mainColor: #AA3130 !important;
@textColor: #009988 !important;
@import (multiple)"_layout_2.less"; @import (multiple)"_layout_2.less";
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long