更新后台样式库

This commit is contained in:
邹景立 2024-04-13 10:23:54 +08:00
parent 8c13facb3b
commit 52e69529b4
3 changed files with 11 additions and 13 deletions

View File

@ -1487,7 +1487,6 @@ label.think-checkbox {
}) })
} }
.sub-strong { .sub-strong {
each(@colors, { each(@colors, {
&-@{key} b { &-@{key} b {
@ -1501,18 +1500,21 @@ label.think-checkbox {
}) })
} }
.think-bg { .think-bg {
@bg-styles: -red #333 #BA2E26 #E83A30, &-none {
background: none !important;
}
@bgStyles: -red #FFF #BA2E26 #E83A30,
-gray #333 #EFEFEF #F0F0F0, -gray #333 #EFEFEF #F0F0F0,
-blue #FFF #3165CC #3D7EFF, -blue #FFF #3165CC #3D7EFF,
-orig #333 #CC5A36 #FF7043, -orig #FFF #CC5A36 #FF7043,
-green #FFF #27B93A #27B93A, -green #FFF #24aa35 #10da29,
-violet #FFF #c543d8 #925cc3, -violet #FFF #c543d8 #925cc3,
-purple #FFF #6E26BA #892FE8, -purple #FFF #6E26BA #892FE8,
-brown #FFF #743F23 #914F2C, -brown #FFF #743F23 #914F2C,
-white #333 white white; -white #333 white white;
each(@bg-styles, { each(@bgStyles, {
@name: extract(@value, 1); @name: extract(@value, 1);
@color: extract(@value, 2); @color: extract(@value, 2);
@bgColor1: extract(@value, 3); @bgColor1: extract(@value, 3);
@ -1522,10 +1524,6 @@ label.think-checkbox {
background: linear-gradient(-125deg, @bgColor1, @bgColor2) !important; background: linear-gradient(-125deg, @bgColor1, @bgColor2) !important;
} }
}) })
&-none {
background: none !important;
}
} }
.text- { .text- {
@ -1551,7 +1549,7 @@ label.think-checkbox {
each(range(10, 40), { each(range(10, 40), {
&-s@{value} { &-s@{value} {
font-size: @value !important; font-size: 1px* @value !important;
} }
}) })

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long