Ver Fonte

原文补充

namejr há 4 anos atrás
pai
commit
998f85ed55

+ 0 - 8
EBook.Web/Common/mtm_passage.css

@@ -232,14 +232,6 @@ body {
     color: #ffffff;
 	background-color: #ffffff;
 }
-
-
-
-
-
-
-
-
 .sentenceStyle:hover{
 	color:#1a6500;
 	border-color:#83e600;

+ 3 - 1
EBook.Web/Common/tasklib_book.js

@@ -1037,6 +1037,8 @@ function showHideAnswerEx(isShowYX, isShowAS) {
 function bindEventTeaOrignalYS(sWidthVal, isAStatus, isMAStatus) {
     IsZTKEStatus = (isMAStatus == "undefined" || isMAStatus == undefined || isMAStatus == null) ? 0 : parseInt(isMAStatus);
     var bodyWidth = $(document.body).width();
+    // 处理文本
+    dealUnderLineFunc();
     //处理答题点
     $.each($(".yaoshi"), function (index, item) {
         $(item).attr('answer-id', index);
@@ -1189,7 +1191,7 @@ function bindEventYS(sWidthVal, isAStatus, isMAStatus) {
     var bodyWidth = $(document.body).width();
     //不存在underline 属性下有内容,所以全部隐藏,若有就是源头数据有问题
     $('.underline').css("display", "none");
-    // 处理干净underline
+    // 处理文本
     dealUnderLineFunc();
     $.each($(".yaoshi"), function (index, item) {
         $(item).attr('answer-id', index);

+ 1 - 0
EBook.Web/EBook.Web.csproj

@@ -77,6 +77,7 @@
     <Content Include="AnsText\220342.json" />
     <Content Include="AnsText\err.json" />
     <None Include="AnsText\TGX.json" />
+    <Content Include="Source\原文.txt" />
     <Content Include="Common\mtm_passage.css" />
     <Content Include="Common\mtm_temp.js" />
     <Content Include="Common\tasklib_book.css" />