mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
增加样式
This commit is contained in:
parent
0430544c14
commit
fd74c33ac8
@ -859,6 +859,21 @@ label.think-radio {
|
|||||||
.color-green {
|
.color-green {
|
||||||
color: #090 !important;
|
color: #090 !important;
|
||||||
}
|
}
|
||||||
|
.sub-span-red span {
|
||||||
|
color: #ec494e !important;
|
||||||
|
}
|
||||||
|
.sub-span-blue span {
|
||||||
|
color: #2494f2 !important;
|
||||||
|
}
|
||||||
|
.sub-span-desc span {
|
||||||
|
color: #999 !important;
|
||||||
|
}
|
||||||
|
.sub-span-text span {
|
||||||
|
color: #333 !important;
|
||||||
|
}
|
||||||
|
.sub-span-green span {
|
||||||
|
color: #090 !important;
|
||||||
|
}
|
||||||
.text-top {
|
.text-top {
|
||||||
vertical-align: top !important;
|
vertical-align: top !important;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -96,6 +96,28 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sub-span- {
|
||||||
|
&red span {
|
||||||
|
color: #ec494e !important
|
||||||
|
}
|
||||||
|
|
||||||
|
&blue span {
|
||||||
|
color: #2494f2 !important
|
||||||
|
}
|
||||||
|
|
||||||
|
&desc span {
|
||||||
|
color: #999 !important
|
||||||
|
}
|
||||||
|
|
||||||
|
&text span {
|
||||||
|
color: #333 !important
|
||||||
|
}
|
||||||
|
|
||||||
|
&green span {
|
||||||
|
color: #090 !important
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.text- {
|
.text- {
|
||||||
&top {
|
&top {
|
||||||
vertical-align: top !important
|
vertical-align: top !important
|
||||||
|
Loading…
x
Reference in New Issue
Block a user