|
@@ -31,10 +31,10 @@
|
|
|
}
|
|
|
/*===================================字体颜色===================================*/
|
|
|
.color_one{
|
|
|
- color:$color_one;
|
|
|
+ color: $color_one;
|
|
|
}
|
|
|
.color_warn{
|
|
|
- color:$color_warn;
|
|
|
+ color: $color_warn;
|
|
|
}
|
|
|
.color_ff{
|
|
|
color: $color_ff;
|
|
@@ -52,10 +52,10 @@
|
|
|
color: $color_f5;
|
|
|
}
|
|
|
.color_FF6666{
|
|
|
- color:$color_FF6666;
|
|
|
+ color: $color_FF6666;
|
|
|
}
|
|
|
.color_0183FA{
|
|
|
- color:$color_0183FA;
|
|
|
+ color: $color_0183FA;
|
|
|
}
|
|
|
.color_A11DDF{
|
|
|
color: $color_A11DDF;
|
|
@@ -116,9 +116,9 @@
|
|
|
line-height:40px;
|
|
|
font-size:14px;
|
|
|
border-radius: 6px;
|
|
|
- color: #FF6666;
|
|
|
- border: 1px solid #FF6666;
|
|
|
- background: #ffffff;
|
|
|
+ color: $buttonColorB;
|
|
|
+ border: 1px solid $buttonColorB;
|
|
|
+ background: $buttonColorA;
|
|
|
cursor:pointer;
|
|
|
margin:0;
|
|
|
text-align:center;
|
|
@@ -127,9 +127,9 @@
|
|
|
}
|
|
|
}
|
|
|
.del-button-one-90:hover{
|
|
|
- border:1px solid #FF6666;
|
|
|
- background: #FF6666;
|
|
|
- color:#fff;
|
|
|
+ border:1px solid $buttonColorB;
|
|
|
+ background: $buttonColorB;
|
|
|
+ color:$buttonColorA;
|
|
|
}
|
|
|
.add-button-one-90{
|
|
|
font-weight:500;
|
|
@@ -138,9 +138,9 @@
|
|
|
line-height:40px;
|
|
|
font-size:14px;
|
|
|
border-radius: 6px;
|
|
|
- color: #0045af;
|
|
|
- border: 1px solid #0045af;
|
|
|
- background: #ffffff;
|
|
|
+ color: $buttonColorC;
|
|
|
+ border: 1px solid $buttonColorC;
|
|
|
+ background: $buttonColorA;
|
|
|
cursor:pointer;
|
|
|
margin:0;
|
|
|
text-align:center;
|
|
@@ -149,9 +149,9 @@
|
|
|
}
|
|
|
}
|
|
|
.add-button-one-90:hover{
|
|
|
- border:1px solid #0045af;
|
|
|
- background: #0045af;
|
|
|
- color:#fff;
|
|
|
+ border:1px solid $buttonColorC;
|
|
|
+ background: $buttonColorC;
|
|
|
+ color:$buttonColorA;
|
|
|
}
|
|
|
.add-button-one-120{
|
|
|
font-weight:500;
|
|
@@ -160,9 +160,9 @@
|
|
|
line-height:40px;
|
|
|
font-size:14px;
|
|
|
border-radius: 6px;
|
|
|
- color: #0045af;
|
|
|
- border: 1px solid #0045af;
|
|
|
- background: #ffffff;
|
|
|
+ color: $buttonColorC;
|
|
|
+ border: 1px solid $buttonColorC;
|
|
|
+ background: $buttonColorA;
|
|
|
cursor:pointer;
|
|
|
margin:0;
|
|
|
text-align:center;
|
|
@@ -171,9 +171,9 @@
|
|
|
}
|
|
|
}
|
|
|
.add-button-one-120:hover{
|
|
|
- border:1px solid #0045af;
|
|
|
- background: #0045af;
|
|
|
- color:#fff;
|
|
|
+ border:1px solid $buttonColorC;
|
|
|
+ background: $buttonColorC;
|
|
|
+ color:$buttonColorA;
|
|
|
}
|
|
|
.add-button-one-150{
|
|
|
font-weight:500;
|
|
@@ -182,9 +182,9 @@
|
|
|
line-height:40px;
|
|
|
font-size:14px;
|
|
|
border-radius: 6px;
|
|
|
- color: #0045af;
|
|
|
- border: 1px solid #0045af;
|
|
|
- background: #ffffff;
|
|
|
+ color: $buttonColorC;
|
|
|
+ border: 1px solid $buttonColorC;
|
|
|
+ background: $buttonColorA;
|
|
|
cursor:pointer;
|
|
|
margin:0;
|
|
|
text-align:center;
|
|
@@ -193,9 +193,9 @@
|
|
|
}
|
|
|
}
|
|
|
.add-button-one-150:hover{
|
|
|
- border:1px solid #0045af;
|
|
|
- background: #0045af;
|
|
|
- color:#fff;
|
|
|
+ border:1px solid $buttonColorC;
|
|
|
+ background: $buttonColorC;
|
|
|
+ color:$buttonColorA;
|
|
|
}
|
|
|
.add-button-two-90{
|
|
|
font-weight:500;
|
|
@@ -204,9 +204,9 @@
|
|
|
line-height:40px;
|
|
|
font-size:14px;
|
|
|
border-radius: 6px;
|
|
|
- color: #0183FA;
|
|
|
- border: 1px solid #0183FA;
|
|
|
- background: #ffffff;
|
|
|
+ color: $buttonColorD;
|
|
|
+ border: 1px solid $buttonColorD;
|
|
|
+ background: $buttonColorA;
|
|
|
cursor:pointer;
|
|
|
margin:0;
|
|
|
text-align:center;
|
|
@@ -215,9 +215,9 @@
|
|
|
}
|
|
|
}
|
|
|
.add-button-two-90:hover{
|
|
|
- border:1px solid #0183FA;
|
|
|
- background: #0183FA;
|
|
|
- color:#fff;
|
|
|
+ border:1px solid $buttonColorD;
|
|
|
+ background: $buttonColorD;
|
|
|
+ color:$buttonColorA;
|
|
|
}
|
|
|
.inquire-button-one{
|
|
|
font-weight:500;
|
|
@@ -228,15 +228,15 @@
|
|
|
height: 40px;
|
|
|
line-height:40px;
|
|
|
border-radius: 6px;
|
|
|
- border: 1px solid #0045af;
|
|
|
- color:#ffffff;
|
|
|
- background:#0045af;
|
|
|
+ border: 1px solid $buttonColorC;
|
|
|
+ color:$buttonColorA;
|
|
|
+ background:$buttonColorC;
|
|
|
margin:0 10px 0 0;
|
|
|
}
|
|
|
.inquire-button-one:hover{
|
|
|
- color:#ffffff;
|
|
|
- background:#0183FA;
|
|
|
- border: 1px solid #0183FA;
|
|
|
+ color:$buttonColorA;
|
|
|
+ background:$buttonColorD;
|
|
|
+ border: 1px solid $buttonColorD;
|
|
|
}
|
|
|
.inquire-button-two{
|
|
|
font-weight:500;
|
|
@@ -247,15 +247,15 @@
|
|
|
height: 40px;
|
|
|
line-height:40px;
|
|
|
border-radius: 6px;
|
|
|
- border: 1px solid #FFC000;
|
|
|
- color:#ffffff;
|
|
|
- background:#FFC000;
|
|
|
+ border: 1px solid $buttonColorE;
|
|
|
+ color:$buttonColorA;
|
|
|
+ background:$buttonColorE;
|
|
|
margin:0 10px 0 0;
|
|
|
}
|
|
|
.inquire-button-two:hover{
|
|
|
- color:#ffffff;
|
|
|
- background:#FFD700;
|
|
|
- border: 1px solid #FFD700;
|
|
|
+ color:$buttonColorA;
|
|
|
+ background:$buttonColorE;
|
|
|
+ border: 1px solid $buttonColorE;
|
|
|
}
|
|
|
.reset-button-one{
|
|
|
font-weight:500;
|
|
@@ -266,16 +266,16 @@
|
|
|
height: 40px;
|
|
|
line-height:40px;
|
|
|
border-radius: 6px;
|
|
|
- border: 1px solid #DCDFE6;
|
|
|
- color:#606266;
|
|
|
+ border: 1px solid $buttonColorF;
|
|
|
+ color:$buttonColorG;
|
|
|
font-size: 14px;
|
|
|
- background:#ffffff;
|
|
|
+ background:$buttonColorA;
|
|
|
margin:0;
|
|
|
}
|
|
|
.reset-button-one:hover{
|
|
|
- color:#0183FA;
|
|
|
+ color:$buttonColorD;
|
|
|
background:rgba(1,131,250,0.1);
|
|
|
- border: 1px solid #0183FA;
|
|
|
+ border: 1px solid $buttonColorD;
|
|
|
}
|
|
|
//===========================浮窗按钮样式===========================
|
|
|
.dialog-footer-box{
|
|
@@ -287,52 +287,52 @@
|
|
|
width:70px;
|
|
|
line-height:30px;
|
|
|
text-align: center;
|
|
|
- border:1px solid #E0E0E0;
|
|
|
- background:#E0E0E0;
|
|
|
- color:#999999;
|
|
|
+ border:1px solid $buttonColorG;
|
|
|
+ background:$buttonColorG;
|
|
|
+ color:$buttonColorH;
|
|
|
cursor: pointer;
|
|
|
font-size:12px;
|
|
|
margin:0 10px;
|
|
|
border-radius:6px;
|
|
|
}
|
|
|
.dialog-footer-button-info:hover{
|
|
|
- border:1px solid #999999;
|
|
|
- color:#fff;
|
|
|
- background:#999999;
|
|
|
+ border:1px solid $buttonColorH;
|
|
|
+ color:$buttonColorA;
|
|
|
+ background:$buttonColorH;
|
|
|
}
|
|
|
.dialog-footer-button-primary{
|
|
|
width:70px;
|
|
|
line-height:30px;
|
|
|
text-align: center;
|
|
|
- border:1px solid #0045AF;
|
|
|
- color:#fff;
|
|
|
- background:#0045AF;
|
|
|
+ border:1px solid $buttonColorC;
|
|
|
+ color:$buttonColorA;
|
|
|
+ background:$buttonColorC;
|
|
|
cursor: pointer;
|
|
|
font-size:12px;
|
|
|
margin:0 10px;
|
|
|
border-radius:6px;
|
|
|
}
|
|
|
.dialog-footer-button-primary:hover{
|
|
|
- border:1px solid #409eff;
|
|
|
- color:#fff;
|
|
|
- background:#409eff;
|
|
|
+ border:1px solid $buttonColorI;
|
|
|
+ color:$buttonColorA;
|
|
|
+ background:$buttonColorI;
|
|
|
}
|
|
|
.dialog-footer-button-border{
|
|
|
width:70px;
|
|
|
line-height:30px;
|
|
|
text-align: center;
|
|
|
- border:1px solid #0045AF;
|
|
|
- color:#0045AF;
|
|
|
- background:#fff;
|
|
|
+ border:1px solid $buttonColorC;
|
|
|
+ color:$buttonColorC;
|
|
|
+ background:$buttonColorA;
|
|
|
cursor: pointer;
|
|
|
font-size:12px;
|
|
|
margin:0 10px;
|
|
|
border-radius:6px;
|
|
|
}
|
|
|
.dialog-footer-button-border:hover{
|
|
|
- border:1px solid #409eff;
|
|
|
- color:#fff;
|
|
|
- background:#409eff;
|
|
|
+ border:1px solid $buttonColorI;
|
|
|
+ color:$buttonColorA;
|
|
|
+ background:$buttonColorI;
|
|
|
}
|
|
|
}
|
|
|
//===========================表格内按钮===========================
|
|
@@ -345,7 +345,7 @@
|
|
|
flex:1;
|
|
|
}
|
|
|
.table-button-p{
|
|
|
- color:$list_button_color;
|
|
|
+ color:$buttonColorD;
|
|
|
line-height:23px;
|
|
|
font-size:14px;
|
|
|
cursor:pointer;
|
|
@@ -357,7 +357,7 @@
|
|
|
.table-min-button{
|
|
|
//flex:1;
|
|
|
height:23px;
|
|
|
- color:$list_button_color;
|
|
|
+ color:$buttonColorD;
|
|
|
line-height:23px;
|
|
|
font-size:14px;
|
|
|
cursor:pointer;
|
|
@@ -368,8 +368,8 @@
|
|
|
width:90px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid $list_button_back;
|
|
|
- color:$list_button_color;
|
|
|
+ border:1px solid $buttonColorD;
|
|
|
+ color:$buttonColorD;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -383,8 +383,8 @@
|
|
|
width:120px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid $list_button_back;
|
|
|
- color:$list_button_color;
|
|
|
+ border:1px solid $buttonColorD;
|
|
|
+ color:$buttonColorD;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -397,17 +397,17 @@
|
|
|
}
|
|
|
//悬浮样式
|
|
|
.table-button-one-90:hover{
|
|
|
- border:1px solid $list_button_back;
|
|
|
- background: $list_button_back;
|
|
|
- color:$color_ff;
|
|
|
+ border:1px solid $buttonColorD;
|
|
|
+ background: $buttonColorD;
|
|
|
+ color:$buttonColorA;
|
|
|
}
|
|
|
.table-button-one-120{
|
|
|
font-weight:500;
|
|
|
width:120px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid $list_button_back;
|
|
|
- color:$list_button_color;
|
|
|
+ border:1px solid $buttonColorD;
|
|
|
+ color:$buttonColorD;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -419,17 +419,17 @@
|
|
|
}
|
|
|
//悬浮样式
|
|
|
.table-button-one-120:hover{
|
|
|
- border:1px solid $list_button_back;
|
|
|
- background: $list_button_back;
|
|
|
- color:$color_ff;
|
|
|
+ border:1px solid $buttonColorD;
|
|
|
+ background: $buttonColorD;
|
|
|
+ color:$buttonColorA;
|
|
|
}
|
|
|
.table-button-warning-90{
|
|
|
font-weight:500;
|
|
|
width:90px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid $color_FFC76E;
|
|
|
- color:$color_FFC76E;
|
|
|
+ border:1px solid $buttonColorJ;
|
|
|
+ color:$buttonColorJ;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -440,16 +440,16 @@
|
|
|
}
|
|
|
}
|
|
|
.table-button-warning-90:hover{
|
|
|
- color:$color_ff!important;
|
|
|
- background: $color_FFC76E;
|
|
|
+ color:$buttonColorA!important;
|
|
|
+ background: $buttonColorJ;
|
|
|
}
|
|
|
.table-button-warning-120{
|
|
|
font-weight:500;
|
|
|
width:120px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid $color_FFC76E;
|
|
|
- color:$color_FFC76E;
|
|
|
+ border:1px solid $buttonColorJ;
|
|
|
+ color:$buttonColorJ;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -460,8 +460,8 @@
|
|
|
}
|
|
|
}
|
|
|
.table-button-warning-120:hover{
|
|
|
- color:$color_ff!important;
|
|
|
- background: $color_FFC76E;
|
|
|
+ color:$buttonColorA!important;
|
|
|
+ background: $buttonColorJ;
|
|
|
}
|
|
|
|
|
|
.table-button-grey-90{
|
|
@@ -469,8 +469,8 @@
|
|
|
width:90px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid #999;
|
|
|
- color:#999;
|
|
|
+ border:1px solid $buttonColorH;
|
|
|
+ color:$buttonColorH;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -481,16 +481,16 @@
|
|
|
}
|
|
|
}
|
|
|
.table-button-grey-90:hover{
|
|
|
- color:$color_ff!important;
|
|
|
- background: #999;
|
|
|
+ color:$buttonColorA!important;
|
|
|
+ background: $buttonColorH;
|
|
|
}
|
|
|
.table-button-grey-120{
|
|
|
font-weight:500;
|
|
|
width:120px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid #999;
|
|
|
- color:#999;
|
|
|
+ border:1px solid $buttonColorH;
|
|
|
+ color:$buttonColorH;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -501,8 +501,8 @@
|
|
|
}
|
|
|
}
|
|
|
.table-button-grey-120:hover{
|
|
|
- color:$color_ff!important;
|
|
|
- background: #999;
|
|
|
+ color:$buttonColorA!important;
|
|
|
+ background: $buttonColorH;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -511,8 +511,8 @@
|
|
|
width:90px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid #39A922;
|
|
|
- color:#39A922;
|
|
|
+ border:1px solid $buttonColorK;
|
|
|
+ color:$buttonColorK;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -523,16 +523,16 @@
|
|
|
}
|
|
|
}
|
|
|
.table-button-success-90:hover{
|
|
|
- color:$color_ff!important;
|
|
|
- background: #39A922;
|
|
|
+ color:$buttonColorA!important;
|
|
|
+ background: $buttonColorK;
|
|
|
}
|
|
|
.table-button-success-120{
|
|
|
font-weight:500;
|
|
|
width:120px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid #39A922;
|
|
|
- color:#39A922;
|
|
|
+ border:1px solid $buttonColorK;
|
|
|
+ color:$buttonColorK;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -547,8 +547,8 @@
|
|
|
width:120px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid #39A922;
|
|
|
- color:#39A922;
|
|
|
+ border:1px solid $buttonColorK;
|
|
|
+ color:$buttonColorK;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
margin:0;
|
|
@@ -558,8 +558,8 @@
|
|
|
}
|
|
|
}
|
|
|
.table-button-success-120:hover{
|
|
|
- color:$color_ff!important;
|
|
|
- background: #39A922;
|
|
|
+ color:$buttonColorA!important;
|
|
|
+ background: $buttonColorK;
|
|
|
}
|
|
|
|
|
|
.table-button-purple-90{
|
|
@@ -567,8 +567,8 @@
|
|
|
width:90px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid #C179F4;
|
|
|
- color:#C179F4;
|
|
|
+ border:1px solid $buttonColorL;
|
|
|
+ color:$buttonColorL;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -579,16 +579,16 @@
|
|
|
}
|
|
|
}
|
|
|
.table-button-purple-90:hover{
|
|
|
- color:$color_ff!important;
|
|
|
- background: #C179F4;
|
|
|
+ color:$buttonColorA!important;
|
|
|
+ background: $buttonColorL;
|
|
|
}
|
|
|
.table-button-purple-120{
|
|
|
font-weight:500;
|
|
|
width:120px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid #C179F4;
|
|
|
- color:#C179F4;
|
|
|
+ border:1px solid $buttonColorL;
|
|
|
+ color:$buttonColorL;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -599,16 +599,16 @@
|
|
|
}
|
|
|
}
|
|
|
.table-button-purple-120:hover{
|
|
|
- color:$color_ff!important;
|
|
|
- background: #C179F4;
|
|
|
+ color:$buttonColorA!important;
|
|
|
+ background: $buttonColorL;
|
|
|
}
|
|
|
.table-button-dark-90{
|
|
|
font-weight:500;
|
|
|
width:90px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid #0045AF;
|
|
|
- color:#0045AF;
|
|
|
+ border:1px solid $buttonColorC;
|
|
|
+ color:$buttonColorC;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -620,17 +620,17 @@
|
|
|
}
|
|
|
//悬浮样式
|
|
|
.table-button-dark-90:hover{
|
|
|
- border:1px solid #0045AF;
|
|
|
- background: #0045AF;
|
|
|
- color:$color_ff;
|
|
|
+ border:1px solid $buttonColorC;
|
|
|
+ background: $buttonColorC;
|
|
|
+ color:$buttonColorA;
|
|
|
}
|
|
|
.table-button-dark-120{
|
|
|
font-weight:500;
|
|
|
width:120px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid #0045AF;
|
|
|
- color:#0045AF;
|
|
|
+ border:1px solid $buttonColorC;
|
|
|
+ color:$buttonColorC;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -642,17 +642,17 @@
|
|
|
}
|
|
|
//悬浮样式
|
|
|
.table-button-dark-120:hover{
|
|
|
- border:1px solid #0045AF;
|
|
|
- background: #0045AF;
|
|
|
- color:$color_ff;
|
|
|
+ border:1px solid $buttonColorC;
|
|
|
+ background: $buttonColorC;
|
|
|
+ color:$buttonColorA;
|
|
|
}
|
|
|
.table-button-red-90{
|
|
|
font-weight:500;
|
|
|
width:90px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid #FF6666;
|
|
|
- color:#FF6666;
|
|
|
+ border:1px solid $buttonColorB;
|
|
|
+ color:$buttonColorB;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -664,17 +664,17 @@
|
|
|
}
|
|
|
//悬浮样式
|
|
|
.table-button-red-90:hover{
|
|
|
- border:1px solid #FF6666;
|
|
|
- background: #FF6666;
|
|
|
- color:$color_ff;
|
|
|
+ border:1px solid $buttonColorB;
|
|
|
+ background: $buttonColorB;
|
|
|
+ color:$buttonColorA;
|
|
|
}
|
|
|
.table-button-red-120{
|
|
|
font-weight:500;
|
|
|
width:120px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid #FF6666;
|
|
|
- color:#FF6666;
|
|
|
+ border:1px solid $buttonColorB;
|
|
|
+ color:$buttonColorB;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
cursor:pointer;
|
|
@@ -689,8 +689,8 @@
|
|
|
width:120px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- border:1px solid #FF6666;
|
|
|
- color:#FF6666;
|
|
|
+ border:1px solid $buttonColorB;
|
|
|
+ color:$buttonColorB;
|
|
|
font-size:14px;
|
|
|
border-radius: 4px;
|
|
|
margin:0;
|
|
@@ -701,29 +701,29 @@
|
|
|
}
|
|
|
//悬浮样式
|
|
|
.table-button-red-120:hover{
|
|
|
- border:1px solid #FF6666;
|
|
|
- background: #FF6666;
|
|
|
- color:$color_ff;
|
|
|
+ border:1px solid $buttonColorB;
|
|
|
+ background: $buttonColorB;
|
|
|
+ color:$buttonColorA;
|
|
|
}
|
|
|
.table-more-p{
|
|
|
font-weight:500;
|
|
|
width:90px;
|
|
|
height:30px;
|
|
|
line-height:30px;
|
|
|
- color:#0183FA;
|
|
|
+ color:$buttonColorD;
|
|
|
font-size:14px;
|
|
|
cursor:pointer;
|
|
|
margin:0;
|
|
|
text-align:center;
|
|
|
}
|
|
|
.table-type-color-red{
|
|
|
- color:#FF6666;
|
|
|
+ color:$buttonColorB;
|
|
|
}
|
|
|
.table-type-color-ash{
|
|
|
- color:#999999;
|
|
|
+ color:$buttonColorH;
|
|
|
}
|
|
|
.table-type-color-green{
|
|
|
- color:#52D273;
|
|
|
+ color:$buttonColorK;
|
|
|
}
|
|
|
//===========================导出按钮=======================
|
|
|
.form-dropdown-box{
|
|
@@ -731,20 +731,20 @@
|
|
|
}
|
|
|
//===========================考试级别颜色=======================
|
|
|
.exam-level-1{
|
|
|
- color:$exam1;
|
|
|
- border:1px solid $exam1;
|
|
|
+ color:$buttonColorD;
|
|
|
+ border:1px solid $buttonColorD;
|
|
|
border-radius:4px;
|
|
|
}
|
|
|
.exam-level-2{
|
|
|
- color:$exam2;
|
|
|
- border:1px solid $exam2;
|
|
|
+ color:$buttonColorJ;
|
|
|
+ border:1px solid $buttonColorJ;
|
|
|
border-radius:4px;
|
|
|
}
|
|
|
.exam-level-3{
|
|
|
- color:$exam3;
|
|
|
- border:1px solid $exam3;
|
|
|
+ color:$buttonColorM;
|
|
|
+ border:1px solid $buttonColorM;
|
|
|
border-radius:4px;
|
|
|
}
|
|
|
.table-type-color-red{
|
|
|
- color:#FF6666;
|
|
|
+ color:$buttonColorB;
|
|
|
}
|