Browse Source

恢复显示样式

namejr 4 years ago
parent
commit
8d362b8dad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EBook.Web/Common/tasklib_book.css

+ 1 - 1
EBook.Web/Common/tasklib_book.css

@@ -1,7 +1,7 @@
 body {text-align:left;}
 p{word-break: break-word;word-wrap: break-word;clear:both;}
 /*作答区域外层*/
-.answer-body {background-color:#eaf6ff;border-radius: 5px;display:inline;margin-bottom:-1px;margin-top:8px;}
+.answer-body {background-color:#eaf6ff;border-radius: 5px;display:inline-block;margin-bottom:-1px;margin-top:8px;}
 .answer-border {border:solid #66b6ff 1px;}
 /*作答音频区域*/
 .answer-audio-range { border-radius: 5px;border:solid #66b6ff 1px;height:20px;background-color:#eaf6ff;display:none;margin-bottom:-6px;}