Kaynağa Gözat

卡控特定字符显示样式

namejr 4 yıl önce
ebeveyn
işleme
da95b99904

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

@@ -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;}

+ 0 - 4
EBook.Web/Common/tasklib_book.js

@@ -2296,10 +2296,6 @@ function adjustFontSize(FontSize) {
         $(this).find("span").css("font-size", TFontSize + "px");
     });
     $(".LDFTimerS").css("line-height", TFontSize + "px");
-    // 正相关
-    TFontSize = 0;
-    TFontSize = 16 * FontSize / 100;
-    $("td").find("p").css("line-height", (TFontSize + 6) + "px");
 }
 // 音频进度条按下回调
 function mobileTSFunc(ID) {