From 30fdb2b193b7945a7275e5d82cc948c7e32026f2 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 7 May 2022 23:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E8=89=B2=E6=A0=B7=E5=BC=8Fcl?= =?UTF-8?q?ass=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/theme/black.css | 44 +++++++++++++++++----------------- common/css/theme/blue.css | 44 +++++++++++++++++----------------- common/css/theme/brown.css | 44 +++++++++++++++++----------------- common/css/theme/green.css | 44 +++++++++++++++++----------------- common/css/theme/orange.css | 44 +++++++++++++++++----------------- common/css/theme/purple.css | 44 +++++++++++++++++----------------- common/css/theme/red.css | 44 +++++++++++++++++----------------- common/css/theme/yellow.css | 48 ++++++++++++++++++------------------- 8 files changed, 178 insertions(+), 178 deletions(-) diff --git a/common/css/theme/black.css b/common/css/theme/black.css index 7f464185..1388a91c 100644 --- a/common/css/theme/black.css +++ b/common/css/theme/black.css @@ -10,28 +10,28 @@ .border-color-main { border-color: #333333 !important; } - + /** * 边框 搭配色、次主色、主色 */ .br-main-pair { border: 1px solid #009688 !important; } -.br-dashed-main-light { - border: solid 1px #dcdcdc !important; +.br-main-light { + border: solid 1px #dcdcdc !important; } .br-main { border: 1px solid #333333 !important; -} - +} + /** * 虚线边框 搭配色、次主色、主色 */ .br-dashed-main-pair { border: dashed 1px #009688 !important; } -.br-dashed-main-light { - border: dashed 1px #dcdcdc !important; +.br-dashed-main-light { + border: dashed 1px #dcdcdc !important; } .br-dashed-main { border: dashed 1px #333333 !important; @@ -40,11 +40,11 @@ /** * 文本颜色 搭配色、次主色、主色 */ -.cr-main-pair { - color: #009688 !important; +.cr-main-pair { + color: #009688 !important; } -.cr-main-light { - color: #dcdcdc !important; +.cr-main-light { + color: #dcdcdc !important; } .cr-main { color: #333333 !important; @@ -56,21 +56,21 @@ .bg-main-pair { background-color: #009688 !important; } -.bg-main-light { - background-color: #dcdcdc !important; -} -.bg-main { - background-color: #333333 !important; +.bg-main-light { + background-color: #dcdcdc !important; } -button[disabled].bg-main-pair { +.bg-main { + background-color: #333333 !important; +} +button[disabled].bg-main-pair { background-color: #bdece8 !important; - color: #edfbf9 !important; + color: #edfbf9 !important; } -button[disabled].bg-main-light { +button[disabled].bg-main-light { background-color: #efefef !important; - color: #b7b7b7 !important; + color: #b7b7b7 !important; } -button[disabled].bg-main { +button[disabled].bg-main { background-color: #c7c7c7 !important; - color: #e2e2e2 !important; + color: #e2e2e2 !important; } \ No newline at end of file diff --git a/common/css/theme/blue.css b/common/css/theme/blue.css index b9977044..b8126617 100644 --- a/common/css/theme/blue.css +++ b/common/css/theme/blue.css @@ -10,28 +10,28 @@ .border-color-main { border-color: #1677ff !important; } - + /** * 边框 搭配色、次主色、主色 */ .br-main-pair { border: 1px solid #d300f7 !important; } -.br-dashed-main-light { - border: solid 1px #d1e4ff !important; +.br-main-light { + border: solid 1px #d1e4ff !important; } .br-main { border: 1px solid #1677ff !important; -} - +} + /** * 虚线边框 搭配色、次主色、主色 */ .br-dashed-main-pair { border: dashed 1px #d300f7 !important; } -.br-dashed-main-light { - border: dashed 1px #d1e4ff !important; +.br-dashed-main-light { + border: dashed 1px #d1e4ff !important; } .br-dashed-main { border: dashed 1px #1677ff !important; @@ -40,11 +40,11 @@ /** * 文本颜色 搭配色、次主色、主色 */ -.cr-main-pair { - color: #d300f7 !important; +.cr-main-pair { + color: #d300f7 !important; } -.cr-main-light { - color: #d1e4ff !important; +.cr-main-light { + color: #d1e4ff !important; } .cr-main { color: #1677ff !important; @@ -56,21 +56,21 @@ .bg-main-pair { background-color: #d300f7 !important; } -.bg-main-light { - background-color: #d1e4ff !important; -} -.bg-main { - background-color: #1677ff !important; +.bg-main-light { + background-color: #d1e4ff !important; } -button[disabled].bg-main-pair { +.bg-main { + background-color: #1677ff !important; +} +button[disabled].bg-main-pair { background-color: #efcbf5 !important; - color: #faf1fb !important; + color: #faf1fb !important; } -button[disabled].bg-main-light { +button[disabled].bg-main-light { background-color: #e3eefd !important; - color: #b9d3f7 !important; + color: #b9d3f7 !important; } -button[disabled].bg-main { +button[disabled].bg-main { background-color: #bcd3f5 !important; - color: #eef4fd !important; + color: #eef4fd !important; } \ No newline at end of file diff --git a/common/css/theme/brown.css b/common/css/theme/brown.css index 0745438d..15ae46aa 100644 --- a/common/css/theme/brown.css +++ b/common/css/theme/brown.css @@ -10,28 +10,28 @@ .border-color-main { border-color: #8B4513 !important; } - + /** * 边框 搭配色、次主色、主色 */ .br-main-pair { border: 1px solid #08b7a7 !important; } -.br-dashed-main-light { - border: solid 1px #eadcd2 !important; +.br-main-light { + border: solid 1px #eadcd2 !important; } .br-main { border: 1px solid #8B4513 !important; -} - +} + /** * 虚线边框 搭配色、次主色、主色 */ .br-dashed-main-pair { border: dashed 1px #08b7a7 !important; } -.br-dashed-main-light { - border: dashed 1px #eadcd2 !important; +.br-dashed-main-light { + border: dashed 1px #eadcd2 !important; } .br-dashed-main { border: dashed 1px #8B4513 !important; @@ -40,11 +40,11 @@ /** * 文本颜色 搭配色、次主色、主色 */ -.cr-main-pair { - color: #08b7a7 !important; +.cr-main-pair { + color: #08b7a7 !important; } -.cr-main-light { - color: #eadcd2 !important; +.cr-main-light { + color: #eadcd2 !important; } .cr-main { color: #8B4513 !important; @@ -56,21 +56,21 @@ .bg-main-pair { background-color: #08b7a7 !important; } -.bg-main-light { - background-color: #eadcd2 !important; -} -.bg-main { - background-color: #8B4513 !important; +.bg-main-light { + background-color: #eadcd2 !important; } -button[disabled].bg-main-pair { +.bg-main { + background-color: #8B4513 !important; +} +button[disabled].bg-main-pair { background-color: #a6ded9 !important; - color: #dff1ef !important; + color: #dff1ef !important; } -button[disabled].bg-main-light { +button[disabled].bg-main-light { background-color: #f1e6de !important; - color: #d6bdad !important; + color: #d6bdad !important; } -button[disabled].bg-main { +button[disabled].bg-main { background-color: #e4cdbc !important; - color: #f9f4f0 !important; + color: #f9f4f0 !important; } \ No newline at end of file diff --git a/common/css/theme/green.css b/common/css/theme/green.css index b5dd11f8..9e20b5c3 100644 --- a/common/css/theme/green.css +++ b/common/css/theme/green.css @@ -10,28 +10,28 @@ .border-color-main { border-color: #20a53a !important; } - + /** * 边框 搭配色、次主色、主色 */ .br-main-pair { border: 1px solid #9933CC !important; } -.br-dashed-main-light { - border: solid 1px #cce8d2 !important; +.br-main-light { + border: solid 1px #cce8d2 !important; } .br-main { border: 1px solid #20a53a !important; -} - +} + /** * 虚线边框 搭配色、次主色、主色 */ .br-dashed-main-pair { border: dashed 1px #9933CC !important; } -.br-dashed-main-light { - border: dashed 1px #cce8d2 !important; +.br-dashed-main-light { + border: dashed 1px #cce8d2 !important; } .br-dashed-main { border: dashed 1px #20a53a !important; @@ -40,11 +40,11 @@ /** * 文本颜色 搭配色、次主色、主色 */ -.cr-main-pair { - color: #9933CC !important; +.cr-main-pair { + color: #9933CC !important; } -.cr-main-light { - color: #cce8d2 !important; +.cr-main-light { + color: #cce8d2 !important; } .cr-main { color: #20a53a !important; @@ -56,21 +56,21 @@ .bg-main-pair { background-color: #9933CC !important; } -.bg-main-light { - background-color: #cce8d2 !important; -} -.bg-main { - background-color: #20a53a !important; +.bg-main-light { + background-color: #cce8d2 !important; } -button[disabled].bg-main-pair { +.bg-main { + background-color: #20a53a !important; +} +button[disabled].bg-main-pair { background-color: #cfaae2 !important; - color: #e6deea !important; + color: #e6deea !important; } -button[disabled].bg-main-light { +button[disabled].bg-main-light { background-color: #daeade !important; - color: #9dcaa6 !important; + color: #9dcaa6 !important; } -button[disabled].bg-main { +button[disabled].bg-main { background-color: #a8c5ae !important; - color: #d8eadc !important; + color: #d8eadc !important; } \ No newline at end of file diff --git a/common/css/theme/orange.css b/common/css/theme/orange.css index 1076fbf0..986ccd71 100644 --- a/common/css/theme/orange.css +++ b/common/css/theme/orange.css @@ -10,28 +10,28 @@ .border-color-main { border-color: #fe6f04 !important; } - + /** * 边框 搭配色、次主色、主色 */ .br-main-pair { border: 1px solid #795548 !important; } -.br-dashed-main-light { - border: solid 1px #fde4d1 !important; +.br-main-light { + border: solid 1px #fde4d1 !important; } .br-main { border: 1px solid #fe6f04 !important; -} - +} + /** * 虚线边框 搭配色、次主色、主色 */ .br-dashed-main-pair { border: dashed 1px #795548 !important; } -.br-dashed-main-light { - border: dashed 1px #fde4d1 !important; +.br-dashed-main-light { + border: dashed 1px #fde4d1 !important; } .br-dashed-main { border: dashed 1px #fe6f04 !important; @@ -40,11 +40,11 @@ /** * 文本颜色 搭配色、次主色、主色 */ -.cr-main-pair { - color: #795548 !important; +.cr-main-pair { + color: #795548 !important; } -.cr-main-light { - color: #fde4d1 !important; +.cr-main-light { + color: #fde4d1 !important; } .cr-main { color: #fe6f04 !important; @@ -56,21 +56,21 @@ .bg-main-pair { background-color: #795548 !important; } -.bg-main-light { - background-color: #fde4d1 !important; -} -.bg-main { - background-color: #fe6f04 !important; +.bg-main-light { + background-color: #fde4d1 !important; } -button[disabled].bg-main-pair { +.bg-main { + background-color: #fe6f04 !important; +} +button[disabled].bg-main-pair { background-color: #b5a29c !important; - color: #8c766f !important; + color: #8c766f !important; } -button[disabled].bg-main-light { +button[disabled].bg-main-light { background-color: #fbe9dc !important; - color: #f7c49e !important; + color: #f7c49e !important; } -button[disabled].bg-main { +button[disabled].bg-main { background-color: #f7cdad !important; - color: #f7efea !important; + color: #f7efea !important; } \ No newline at end of file diff --git a/common/css/theme/purple.css b/common/css/theme/purple.css index bcbbd9af..1aad172e 100644 --- a/common/css/theme/purple.css +++ b/common/css/theme/purple.css @@ -10,28 +10,28 @@ .border-color-main { border-color: #623cec !important; } - + /** * 边框 搭配色、次主色、主色 */ .br-main-pair { border: 1px solid #993399 !important; } -.br-dashed-main-light { - border: solid 1px #d6cbfb !important; +.br-main-light { + border: solid 1px #d6cbfb !important; } .br-main { border: 1px solid #623cec !important; -} - +} + /** * 虚线边框 搭配色、次主色、主色 */ .br-dashed-main-pair { border: dashed 1px #993399 !important; } -.br-dashed-main-light { - border: dashed 1px #d6cbfb !important; +.br-dashed-main-light { + border: dashed 1px #d6cbfb !important; } .br-dashed-main { border: dashed 1px #623cec !important; @@ -40,11 +40,11 @@ /** * 文本颜色 搭配色、次主色、主色 */ -.cr-main-pair { - color: #993399 !important; +.cr-main-pair { + color: #993399 !important; } -.cr-main-light { - color: #d6cbfb !important; +.cr-main-light { + color: #d6cbfb !important; } .cr-main { color: #623cec !important; @@ -56,21 +56,21 @@ .bg-main-pair { background-color: #993399 !important; } -.bg-main-light { - background-color: #d6cbfb !important; -} -.bg-main { - background-color: #623cec !important; +.bg-main-light { + background-color: #d6cbfb !important; } -button[disabled].bg-main-pair { +.bg-main { + background-color: #623cec !important; +} +button[disabled].bg-main-pair { background-color: #d8aed8 !important; - color: #efe4ef !important; + color: #efe4ef !important; } -button[disabled].bg-main-light { +button[disabled].bg-main-light { background-color: #dcd6f1 !important; - color: #b2a7dc !important; + color: #b2a7dc !important; } -button[disabled].bg-main { +button[disabled].bg-main { background-color: #bdb0ef !important; - color: #e7e4f1 !important; + color: #e7e4f1 !important; } \ No newline at end of file diff --git a/common/css/theme/red.css b/common/css/theme/red.css index 3abf5c15..3cb01e99 100644 --- a/common/css/theme/red.css +++ b/common/css/theme/red.css @@ -10,28 +10,28 @@ .border-color-main { border-color: #ff0036 !important; } - + /** * 边框 搭配色、次主色、主色 */ .br-main-pair { border: 1px solid #3F51B5 !important; } -.br-dashed-main-light { - border: solid 1px #ffdbe2 !important; +.br-main-light { + border: solid 1px #ffdbe2 !important; } .br-main { border: 1px solid #ff0036 !important; -} - +} + /** * 虚线边框 搭配色、次主色、主色 */ .br-dashed-main-pair { border: dashed 1px #3F51B5 !important; } -.br-dashed-main-light { - border: dashed 1px #ffdbe2 !important; +.br-dashed-main-light { + border: dashed 1px #ffdbe2 !important; } .br-dashed-main { border: dashed 1px #ff0036 !important; @@ -40,11 +40,11 @@ /** * 文本颜色 搭配色、次主色、主色 */ -.cr-main-pair { - color: #3F51B5 !important; +.cr-main-pair { + color: #3F51B5 !important; } -.cr-main-light { - color: #ffdbe2 !important; +.cr-main-light { + color: #ffdbe2 !important; } .cr-main { color: #ff0036 !important; @@ -56,21 +56,21 @@ .bg-main-pair { background-color: #3F51B5 !important; } -.bg-main-light { - background-color: #ffdbe2 !important; -} -.bg-main { - background-color: #ff0036 !important; +.bg-main-light { + background-color: #ffdbe2 !important; } -button[disabled].bg-main-pair { +.bg-main { + background-color: #ff0036 !important; +} +button[disabled].bg-main-pair { background-color: #d0cbca !important; - color: #eaeaea !important; + color: #eaeaea !important; } -button[disabled].bg-main-light { +button[disabled].bg-main-light { background-color: #ffe9ed !important; - color: #ffa5b7 !important; + color: #ffa5b7 !important; } -button[disabled].bg-main { +button[disabled].bg-main { background-color: #ffa7ba !important; - color: #fff5f7 !important; + color: #fff5f7 !important; } \ No newline at end of file diff --git a/common/css/theme/yellow.css b/common/css/theme/yellow.css index 4e54abc9..45f375c6 100644 --- a/common/css/theme/yellow.css +++ b/common/css/theme/yellow.css @@ -10,28 +10,28 @@ .border-color-main { border-color: #f6c133 !important; } - + /** * 边框 搭配色、次主色、主色 */ .br-main-pair { border: 1px solid #795548 !important; } -.br-dashed-main-light { - border: solid 1px #ffebd2 !important; +.br-main-light { + border: solid 1px #ffebd2 !important; } .br-main { border: 1px solid #f6c133 !important; -} - +} + /** * 虚线边框 搭配色、次主色、主色 */ .br-dashed-main-pair { border: dashed 1px #795548 !important; } -.br-dashed-main-light { - border: dashed 1px #ffebd2 !important; +.br-dashed-main-light { + border: dashed 1px #ffebd2 !important; } .br-dashed-main { border: dashed 1px #f6c133 !important; @@ -40,11 +40,11 @@ /** * 文本颜色 搭配色、次主色、主色 */ -.cr-main-pair { - color: #795548 !important; +.cr-main-pair { + color: #795548 !important; } -.cr-main-light { - color: #ffebd2 !important; +.cr-main-light { + color: #ffebd2 !important; } .cr-main { color: #f6c133 !important; @@ -56,21 +56,21 @@ .bg-main-pair { background-color: #795548 !important; } -.bg-main-light { - background-color: #ffebd2 !important; -} -.bg-main { - background-color: #f6c133 !important; +.bg-main-light { + background-color: #ffebd2 !important; } -button[disabled].bg-main-pair { +.bg-main { + background-color: #f6c133 !important; +} +button[disabled].bg-main-pair { background-color: #b5a29c !important; - color: #8c766f !important; + color: #8c766f !important; } -button[disabled].bg-main-light { - background-color: #fbebd6 !important; - color: #ffcc40 !important; +button[disabled].bg-main-light { + background-color: #fbebd6 !important; + color: #ffcc40 !important; } -button[disabled].bg-main { - background-color: #fdd178 !important; - color: #fff7e7 !important; +button[disabled].bg-main { + background-color: #fdd178 !important; + color: #fff7e7 !important; } \ No newline at end of file