|
|
@@ -4219,6 +4219,12 @@ body {
|
|
|
background-color: #ffffff;
|
|
|
border-color: #ebeef5;
|
|
|
}
|
|
|
+ .delete_btn:hover
|
|
|
+ {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #f56c6c;
|
|
|
+ background-color: #f56c6c30;
|
|
|
+ }
|
|
|
|
|
|
// 编辑
|
|
|
.editor_btn {
|
|
|
@@ -4258,6 +4264,14 @@ body {
|
|
|
border-color: #ebeef5;
|
|
|
}
|
|
|
|
|
|
+ .marke_normal_btn:hover
|
|
|
+ {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #2e64fa;
|
|
|
+ background-color: #2e64fa30;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
//标记为异常
|
|
|
.marke_anomaly_btn {
|
|
|
width: 90px;
|
|
|
@@ -4270,6 +4284,13 @@ body {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
+ .marke_anomaly_btn:hover
|
|
|
+ {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #f56c6c;
|
|
|
+ background-color: #f56c6c30;
|
|
|
+ }
|
|
|
+
|
|
|
//标记为正常 禁用
|
|
|
.marke_anomaly_btn_disable {
|
|
|
width: 90px;
|
|
|
@@ -4295,6 +4316,13 @@ body {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
+ .marke_miss_exam_btn:hover
|
|
|
+ {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #2e64fa;
|
|
|
+ background-color: #2e64fa30;
|
|
|
+ }
|
|
|
+
|
|
|
.marke_miss_exam_btn_gray {
|
|
|
width: 90px;
|
|
|
height: 36px !important;
|
|
|
@@ -4319,6 +4347,14 @@ body {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
+ .re_cut_btn_100:hover
|
|
|
+ {
|
|
|
+ background-color: #2e64fa30;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #2e64fa;
|
|
|
+ }
|
|
|
+
|
|
|
//重新切割
|
|
|
.re_cut_btn {
|
|
|
width: calc(50% - 10px);
|
|
|
@@ -4331,6 +4367,14 @@ body {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
+ .re_cut_btn:hover
|
|
|
+ {
|
|
|
+ background-color: #2e64fa30;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #2e64fa;
|
|
|
+ }
|
|
|
+
|
|
|
//灰色按钮
|
|
|
.abnormal_other_btn {
|
|
|
width: calc(50% - 10px);
|
|
|
@@ -4357,6 +4401,9 @@ body {
|
|
|
|
|
|
.delete_paper_btn:hover {
|
|
|
background-color: #f56c6c30;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #f56c6c;
|
|
|
}
|
|
|
|
|
|
.delete_paper_btn_100 {
|