主题色样式class错误修复
parent
616d27e4d3
commit
30fdb2b193
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue