mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改样式
This commit is contained in:
parent
d2aa8d0817
commit
4ffbc9730d
@ -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;
|
||||||
|
|
||||||
|
@ -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";
|
||||||
}
|
}
|
||||||
|
@ -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";
|
||||||
}
|
}
|
||||||
|
@ -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";
|
||||||
}
|
}
|
||||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user