lujianhong 4 vuotta sitten
vanhempi
commit
774e713e15
1 muutettua tiedostoa jossa 10 lisäystä ja 5 poistoa
  1. 10 5
      EBook.Web/Common/tasklib_book.css

+ 10 - 5
EBook.Web/Common/tasklib_book.css

@@ -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,17 +116,21 @@ table{
     word-wrap:break-word;
     word-break:break-all;
 }
+.checkbox{
+    background:#fff !important;
+}
 .cBoxCls{
-    width: 20px;
-	height: 20px;
+    width: 15px;
+	height: 15px;
 	border-radius: 4px;
 	border: solid 1px #92d0ff;
     display:inline-block;
     position: relative;
-    top: 4px;
+    top: 2px;
 }
 .cBoxCls[data-status='1'] {
     background-image: url('../Images/checkbox2x.png');
     background-repeat:no-repeat;
-    background-position: 0px 4px;
+    background-position: 0px 2px;
+    background-size:15px 10.5px;
 }