|
|
@@ -10,6 +10,7 @@ p{word-break: break-word;word-wrap: break-word;clear:both;line-height: 22px;}
|
|
|
}
|
|
|
.answer-body[data-astatus='1'][data-iscflag='1'],.answer-body[data-astatus='2'][data-iscflag='1'] {
|
|
|
line-height: 22px;
|
|
|
+ display:inline !important;
|
|
|
}
|
|
|
p .answer-body{
|
|
|
margin-left:5px;
|
|
|
@@ -18,7 +19,7 @@ p .answer-body:first-child{
|
|
|
margin-left:0px;
|
|
|
}
|
|
|
.answer-border {border:solid #66b6ff 1px;}
|
|
|
-.noanswer-border {border-bottom: 1px solid #66b6ff;}
|
|
|
+.noanswer-border {border-bottom: 1px solid #66b6ff;display:inline !important;}
|
|
|
/*作答音频区域*/
|
|
|
.answer-audio-range { border-radius: 5px;border:solid #66b6ff 1px;height:20px;display:none;margin-bottom:-6px;}
|
|
|
.answer-audio-range img {float:left;margin-left:3px;margin-top:2px;width:15px;height:15px;}
|