增加样式

This commit is contained in:
Anyon 2020-02-26 18:10:22 +08:00
parent 0430544c14
commit fd74c33ac8
3 changed files with 38 additions and 1 deletions

View File

@ -859,6 +859,21 @@ label.think-radio {
.color-green {
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 {
vertical-align: top !important;
}

File diff suppressed because one or more lines are too long

View File

@ -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- {
&top {
vertical-align: top !important