|
|
@@ -14,7 +14,7 @@ p{word-break: break-word;word-wrap: break-word;clear:both;}
|
|
|
/*作答内容*/
|
|
|
.answer-text { margin-left:5px; margin-right:8px;color:#6ab7ff;line-height:25px;font-size:16px;word-break:break-word;word-wrap:break-word;display:inline-block;text-indent:0;display:none;}
|
|
|
/*评阅及点击相关样式*/
|
|
|
-.no-answer { color:#989898;text-decoration:none;border-bottom: 1px solid rgb(151,151,151);}
|
|
|
+.no-answer { color:#989898;text-decoration:none;border-bottom: 1px solid #979797;}
|
|
|
.bad-answer { color:red; }
|
|
|
.good-answer { color:green; }
|
|
|
.select-answer {background:#ffefe4;}
|