|
|
@@ -25,7 +25,8 @@ p .answer-body:first-child{
|
|
|
.no-answer { color:#989898;text-decoration:none;border-bottom: 1px solid #979797;}
|
|
|
.bad-answer { color:red; }
|
|
|
.good-answer { color:green; }
|
|
|
-.select-answer {background:#ffefe4;}
|
|
|
+.select-answer{background:#ffefe4;}
|
|
|
+.select-answer .cBoxCls{background:#ffefe4;}
|
|
|
.select-answer .answer-text {color:#ff6600;}
|
|
|
.select-answer .answer-point-range span {color:#ff6600;}
|
|
|
/*一题多空样式*/
|
|
|
@@ -115,6 +116,9 @@ table{
|
|
|
word-wrap:break-word;
|
|
|
word-break:break-all;
|
|
|
}
|
|
|
+.checkbox{
|
|
|
+ background:#fff !important;
|
|
|
+}
|
|
|
.cBoxCls{
|
|
|
width: 15px;
|
|
|
height: 15px;
|
|
|
@@ -122,7 +126,7 @@ table{
|
|
|
border: solid 1px #92d0ff;
|
|
|
display:inline-block;
|
|
|
position: relative;
|
|
|
- top: 3px;
|
|
|
+ top: 2px;
|
|
|
}
|
|
|
.cBoxCls[data-status='1'] {
|
|
|
background-image: url('../Images/checkbox2x.png');
|