namejr 4 лет назад
Родитель
Сommit
cc9274c176
3 измененных файлов с 22 добавлено и 5 удалено
  1. 1 1
      EBook.Web/Common/mtm_passage.css
  2. 20 3
      EBook.Web/EBook.Web.csproj
  3. 1 1
      EBook.sln

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

@@ -425,5 +425,5 @@ ul {
     background-color: #ffeeb2 !important;
 }
 .wordStyle[data-nowclick='1'][data-setstatus='1'] .underlineContent[showflag='0'],.phraseStyle[data-nowclick='1'][data-setstatus='1'] .underlineContent[showflag='0'],.phraseStyle[data-nowclick='1'][data-setstatus='1'] .underlineContent[showflag='0'] span,.sentenceStyle[data-nowclick='1'][data-setstatus='1'] .underlineContent[showflag='0'],.sentenceStyle[data-nowclick='1'][data-setstatus='1'] .underlineContent[showflag='0'] span{
-    color: #ffeeb2 !important;
+    color: #ffeeb2 !important;  /* 关闭知识点卡片后取消背景渲染,对应这个已经无效果了 */
 }

+ 20 - 3
EBook.Web/EBook.Web.csproj

@@ -42,19 +42,32 @@
     <Prefer32Bit>false</Prefer32Bit>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\..\..\word\FSCloud\V2.1\svn\code\PC\FSCModule\Website\DLL\Newtonsoft.Json.dll</HintPath>
+    <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+      <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
+      <Private>True</Private>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Data" />
     <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="System.Net.Http" />
+    <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
+      <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
+      <Private>True</Private>
+    </Reference>
     <Reference Include="System.Web.ApplicationServices" />
     <Reference Include="System.Web.DynamicData" />
     <Reference Include="System.Web.Entity" />
     <Reference Include="System.Web.Extensions" />
     <Reference Include="System.Drawing" />
     <Reference Include="System.Web" />
+    <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
+      <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
+      <Private>True</Private>
+    </Reference>
+    <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
+      <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
+      <Private>True</Private>
+    </Reference>
     <Reference Include="System.Xml" />
     <Reference Include="System.Configuration" />
     <Reference Include="System.Web.Services" />
@@ -83,6 +96,7 @@
     <Content Include="AnsText\data20214161842.txt" />
     <Content Include="AnsText\data2021422主体课文.txt" />
     <Content Include="AnsText\data2021422高亮.txt" />
+    <Content Include="AnsText\data2021520.txt" />
     <Content Include="AnsText\GCZD.json" />
     <Content Include="AnsText\22034.json" />
     <Content Include="AnsText\220341.json" />
@@ -185,6 +199,7 @@
     <Content Include="Lghp\data202142.lghp" />
     <Content Include="Lghp\data2021411.lghp" />
     <Content Include="Lghp\data20214121828.lghp" />
+    <Content Include="Lghp\data2021520.lghp" />
     <None Include="Lghp\gaicuo.lghp" />
     <None Include="Lghp\TS.lghp" />
     <Content Include="NK\tasklib_book.css" />
@@ -195,6 +210,7 @@
     <Content Include="Scripts\jquery.js" />
     <Content Include="Scripts\MarkKlg1.js" />
     <Content Include="Scripts\mtm_book.js" />
+    <Content Include="Scripts\OnlySelfUse.js" />
     <Content Include="Scripts\StudentAudiovisual.js" />
     <Content Include="Scripts\TextTraining.js" />
     <Content Include="Service\jquery.js" />
@@ -275,6 +291,7 @@
     <Content Include="Lghp\GCZD.lghp" />
     <Content Include="Lghp\newduokong.lghp" />
     <Content Include="Lghp\jieduan.lghp" />
+    <Content Include="packages.config" />
     <None Include="Properties\PublishProfiles\WebEBook.pubxml" />
     <Content Include="TagWord\data\html.json" />
     <Content Include="TagWord\data\24960.json" />

+ 1 - 1
EBook.sln

@@ -1,7 +1,7 @@
 
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 14
-VisualStudioVersion = 14.0.25420.1
+VisualStudioVersion = 14.0.23107.0
 MinimumVisualStudioVersion = 10.0.40219.1
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EBook.Web", "EBook.Web\EBook.Web.csproj", "{6A251522-274C-48FB-91F4-562769BA8F88}"
 EndProject