From aa69bbdc334707391579590aab7cf859ad4ab427 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期四, 13 六月 2024 16:57:15 +0800
Subject: [PATCH] 优化

---
 src/books/mathBook/view/components/chapter001.vue    |   12 
 src/books/artAndDrama/view/components/header.vue     |    6 
 src/books/artAndDrama/view/components/chapter002.vue |    5 
 src/books/artAndDrama/view/components/chapter001.vue |  379 +++++++++++++++++------------------------------------
 src/books/lifeCare/view/components/index.vue         |    2 
 src/books/mathBook/assets/main.less                  |    2 
 src/App.vue                                          |    2 
 7 files changed, 139 insertions(+), 269 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 6512410..58ee2a9 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -65,7 +65,7 @@
         process.env.VUE_APP_RESOURCE_CTX +
           (process.env.VUE_APP_ENV == "product"
             ? process.env.VUE_APP_BOOK_ID
-            : "lifeCare")
+            : "mathBook")
       );
       // 娴嬭瘯璇曡30椤�
       // this.activeBook.tryPageCount = 10;
diff --git a/src/books/artAndDrama/view/components/chapter001.vue b/src/books/artAndDrama/view/components/chapter001.vue
index 51a51c5..661d83d 100644
--- a/src/books/artAndDrama/view/components/chapter001.vue
+++ b/src/books/artAndDrama/view/components/chapter001.vue
@@ -3,7 +3,7 @@
     <div class="page-box" page="4" style="min-height: auto">
       <div v-if="showPageList.indexOf(4) > -1">
         <h1 id="a004">
-            <!-- 杩欓噷鐨勫姩鍥炬湁闂锛屾病鏈夎儗鏅浘鐗� -->
+          <!-- 杩欓噷鐨勫姩鍥炬湁闂锛屾病鏈夎儗鏅浘鐗� -->
           <img class="img-0" alt="" src="../../assets/images/dy1.jpg" />
           <audio :src="auidoPathOne" class="audio" controls></audio>
         </h1>
@@ -21,17 +21,17 @@
           </div>
         </div>
         <p><br /></p>
-        <h1><img class="img-0" alt="" src="../../assets/images/ym.jpg" /></h1>
+        <!-- 姝ゆ涓洪〉鑴氶儴鍒嗭紙闇�瑕佽缃〉鐮侊級 -->
+        <div class="page-footer">
+          <img class="page-footer-image" src="../../assets/images/ym.jpg" alt="Page Image" />
+          <div class="page-footer-number-right">1</div>
+        </div>
       </div>
     </div>
     <div class="page-box" page="5" style="min-height: auto">
       <div v-if="showPageList.indexOf(5) > -1">
         <h1>
-          <img
-            src="../../assets/images/header-green.png"
-            alt=""
-            style="width: 100%; height: auto"
-          />
+          <img src="../../assets/images/header-green.png" alt="" style="width: 100%; height: auto" />
         </h1>
         <div class="bodystyle">
           <img src="../../assets/images/page5.png" alt="" />
@@ -43,8 +43,7 @@
             鍦ㄨ瑷�琛ㄨ堪涓紝涓轰簡绐佸嚭鎴栧己璋冩煇浜涙剰鎬濓紝鎴戜滑浼氫娇鐢ㄢ�滈�昏緫閲嶉煶鈥濊繖涓�鎶�宸с�傚悓鏍蜂竴鍙ヨ瘽锛屼笉鍚岀殑閫昏緫閲嶉煶鍙互琛ㄨ揪鍑轰笉涓�鏍风殑鎰忔�濄��
           </p>
           <p>
-            <span class="hs1">鈼�</span
-            >澶у0鏈楄涓嬮潰鐨勫彞瀛愶紝杩炰竴杩炰笉鍚岄�昏緫閲嶉煶寮鸿皟鐨勬剰鎬濄��
+            <span class="hs1">鈼�</span>澶у0鏈楄涓嬮潰鐨勫彞瀛愶紝杩炰竴杩炰笉鍚岄�昏緫閲嶉煶寮鸿皟鐨勬剰鎬濄��
           </p>
           <h1>
             <audio :src="auidoPathTwo" class="audio" controls></audio>
@@ -55,26 +54,16 @@
         </div>
         <p><br /></p>
         <!-- 姝ゆ涓洪〉鑴氶儴鍒嗭紙闇�瑕佽缃〉鐮侊級 -->
-	<div style="position: relative;">  
-      <h1 style="position: relative; z-index: 1;">  
-      <img class="img-0" alt="" src="../../assets/images/ym.jpg" />  
-      <div style="position: absolute; z-index: 99; background-color: rgba(208,226,179); width: 30px; height: 30px; border-radius: 50%; left: 98px; bottom: 38px; text-align: center; line-height: 30px; font-size: 20px;">2</div>     
-      </h1>  
-	</div>
-        <!-- <div style="position: relative; "> 
-            <div style="position: absolute; z-index: 99;background-color: rgba(208,226,179); width: 30px; height: 30px; border-radius: 50%; left: 98px; top: 38px; text-align: center; font-size: 25px;">2</div>
-            <h1 style="position: relative; z-index: 1;"><img class="img-0" alt="" src="../../assets/images/ym.jpg" /></h1>
-        </div> -->
+        <div class="page-footer">
+          <img class="page-footer-image" src="../../assets/images/ym.jpg" alt="Page Image" />
+          <div class="page-footer-number-left">2</div>
+        </div>
       </div>
     </div>
     <div class="page-box" page="6" style="min-height: auto">
       <div v-if="showPageList.indexOf(6) > -1">
         <h1>
-          <img
-            src="../../assets/images/page6-header-green.png"
-            alt=""
-            style="height: auto; width: 100%"
-          />
+          <img src="../../assets/images/page6-header-green.png" alt="" style="height: auto; width: 100%" />
         </h1>
         <div class="bodystyle">
           <h1 class="lefth3" id="c002">
@@ -96,35 +85,23 @@
           <p>A.鍥㈢粨鐨�</p>
           <p>B.浼樼鐨�</p>
           <p>C.鏉炬暎鐨�</p>
-          <video
-            :src="videoPathOne"
-            webkit-playsinline="true"
-            x-webkit-airplay="true"
-            playsinline="true"
-            x5-video-orientation="h5"
-            x5-video-player-fullscreen="true"
-            x5-playsinline=""
-            controls
-            controlslist="nodownload"
-            class="w100"
-            style="margin-top: 40px; border-radius: 10px; border: 2px solid green;"
-          ></video>
+          <video :src="videoPathOne" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true"
+            x5-video-orientation="h5" x5-video-player-fullscreen="true" x5-playsinline="" controls
+            controlslist="nodownload" class="w100"
+            style="margin-top: 40px; border-radius: 10px; border: 2px solid green;"></video>
           <h2>瑙嗛: 鎴戜滑鏄竴瀹朵汉</h2>
         </div>
-
-        <p class="center">
-          <img class="img-0" alt="" src="../../assets/images/ym.jpg" />
-        </p>
+        <!-- 姝ゆ涓洪〉鑴氶儴鍒嗭紙闇�瑕佽缃〉鐮侊級 -->
+        <div class="page-footer">
+          <img class="page-footer-image" src="../../assets/images/ym.jpg" alt="Page Image" />
+          <div class="page-footer-number-right">3</div>
+        </div>
       </div>
     </div>
     <div class="page-box" page="7" style="min-height: auto">
       <div v-if="showPageList.indexOf(7) > -1">
         <h1>
-          <img
-            src="../../assets/images/header-green.png"
-            alt=""
-            style="width: 100%; height: auto"
-          />
+          <img src="../../assets/images/header-green.png" alt="" style="width: 100%; height: auto" />
         </h1>
         <div class="bodystyle">
           <img src="../../assets/images/page5.png" alt="" />
@@ -133,38 +110,28 @@
             <img class="img-gn1" alt="" src="../../assets/images/rhybx.jpg" />
           </h3>
           <p>
-            <span class="hs1">鈼�</span
-            >璇峰皢浠ヤ笅璇炬枃閫夋澶у0鏈楄鍑烘潵锛屽姞鐐圭殑瀛楄閲嶈銆�
+            <span class="hs1">鈼�</span>璇峰皢浠ヤ笅璇炬枃閫夋澶у0鏈楄鍑烘潵锛屽姞鐐圭殑瀛楄閲嶈銆�
           </p>
           <h1><audio :src="auidoPathThree" class="audio" controls></audio></h1>
-        
+
           <div class="bj3">
             <p class="center">
-              <span class="hs"
-                >鏄�<a id="w1"><sup>1</sup></a>锛堣妭閫夛級</span>
+              <span class="hs">鏄�<a id="w1"><sup>1</sup></a>锛堣妭閫夛級</span>
             </p>
             <p class="center">鏈辫嚜娓�</p>
             <p class="block">
-              鐩兼湜鐫�锛�<span class="un1">鐩兼湜鐫�</span>锛屼笢椋庢潵浜嗭紝鏄ュぉ鐨勮剼姝�<span
-                class="un1"
-                >杩�</span
-              >浜嗐��
+              鐩兼湜鐫�锛�<span class="un1">鐩兼湜鐫�</span>锛屼笢椋庢潵浜嗭紝鏄ュぉ鐨勮剼姝�<span class="un1">杩�</span>浜嗐��
             </p>
             <p class="block">
-              涓�鍒囬兘鍍�<span class="un1">鍒氱潯閱�</span>鐨勬牱瀛愶紝娆f鐒�<span
-                class="un1"
-                >寮犲紑</span
-              >浜嗙溂銆傚北<span class="un1">鏈楁鼎</span>璧锋潵浜嗭紝姘�<span class="un1"
-                >娑�</span
-              >璧锋潵浜嗭紝澶槼鐨勮劯<span class="un1">绾�</span>璧锋潵浜嗐��
+              涓�鍒囬兘鍍�<span class="un1">鍒氱潯閱�</span>鐨勬牱瀛愶紝娆f鐒�<span class="un1">寮犲紑</span>浜嗙溂銆傚北<span
+                class="un1">鏈楁鼎</span>璧锋潵浜嗭紝姘�<span class="un1">娑�</span>璧锋潵浜嗭紝澶槼鐨勮劯<span class="un1">绾�</span>璧锋潵浜嗐��
             </p>
           </div>
           <h3 class="lefth3" id="c004">
             <img class="img-gn1" alt="" src="../../assets/images/czysj.jpg" />
           </h3>
           <p>
-            <span class="hs1">鈼�</span
-            >鍦ㄣ�婁竴鍧楀ザ閰�嬬殑鏁呬簨涓紝灏忚殏铓佷滑閮芥湁鍚勮嚜鐨勭珛鍦猴紝浣犺兘鐞嗚В浠栦滑鐨勬兂娉曞悧锛熻浣犲拰鍚屼即鏍规嵁鏁呬簨鍐呭璁ㄨ涓�涓嬨��
+            <span class="hs1">鈼�</span>鍦ㄣ�婁竴鍧楀ザ閰�嬬殑鏁呬簨涓紝灏忚殏铓佷滑閮芥湁鍚勮嚜鐨勭珛鍦猴紝浣犺兘鐞嗚В浠栦滑鐨勬兂娉曞悧锛熻浣犲拰鍚屼即鏍规嵁鏁呬簨鍐呭璁ㄨ涓�涓嬨��
           </p>
           <hr />
           <p class="note">
@@ -173,65 +140,43 @@
             涓冨勾绾т笂鍐屻�嬶紝2椤碉紝鍖椾含锛屼汉姘戞暀鑲插嚭鐗堢ぞ锛�2016銆�
           </p>
         </div>
-
         <!-- 姝ゆ涓洪〉鑴氶儴鍒嗭紙闇�瑕佽缃〉鐮侊級 -->
-        <div> 
-            <div style="position: absolute; z-index: 99;background-color: rgba(208,226,179); width: 30px; height: 30px; border-radius: 50%; margin-left: 98px; margin-top: 38px; text-align: center; font-size: 25px;">4</div>
-            <h1 style="position: relative; z-index: 1;"><img class="img-0" alt="" src="../../assets/images/ym.jpg" /></h1>
+        <div class="page-footer">
+          <img class="page-footer-image" src="../../assets/images/ym.jpg" alt="Page Image" />
+          <div class="page-footer-number-left">4</div>
         </div>
       </div>
     </div>
     <div class="page-box" page="8" style="min-height: auto">
       <div v-if="showPageList.indexOf(8) > -1">
         <h1>
-          <img
-            src="../../assets/images/header-green.png"
-            alt=""
-            style="width: 100%; height: auto"
-          />
+          <img src="../../assets/images/header-green.png" alt="" style="width: 100%; height: auto" />
         </h1>
         <div class="bodystyle">
           <img src="../../assets/images/page5.png" alt="" />
           <h2 id="b003">绗笁璇俱��鍐呭績鐨勫0闊�</h2>
           <h1 class="lefth3 openImgBox" id="c005">
-            <img
-              class="img-gn1"
-              alt=""
-              src="../../assets/images/1-3.gif"
-              style="height: auto; width: 50%"
-            />
+            <img class="img-gn1" alt="" src="../../assets/images/1-3.gif" style="height: auto; width: 50%" />
           </h1>
           <p>
-            <span class="hs1">鈼�</span
-            >璇峰皢浠ヤ笅璇炬枃閫夋澶у0鏈楄鍑烘潵锛屽姞鐐圭殑瀛楄閲嶈銆�
+            <span class="hs1">鈼�</span>璇峰皢浠ヤ笅璇炬枃閫夋澶у0鏈楄鍑烘潵锛屽姞鐐圭殑瀛楄閲嶈銆�
           </p>
           <h1><audio :src="auidoPathTwo" class="audio" controls></audio></h1>
           <div class="bj3">
             <p class="center">
-              <span class="hs"
-                >鏄�<a id="w1"></a><sup>1</sup>锛堣妭閫夛級</span
-              >
+              <span class="hs">鏄�<a id="w1"></a><sup>1</sup>锛堣妭閫夛級</span>
             </p>
             <p class="center">鏈辫嚜娓�</p>
             <p class="block">
-              灏忚崏鍋峰伔鍦颁粠鍦熼噷<span class="un1">閽诲嚭鏉�</span>锛�<span class="un1"
-                >瀚╁鐨�</span
-              >锛�<span class="un1">缁跨豢鐨�</span>銆傚洯瀛愰噷锛岀敯閲庨噷锛�<span
-                class="un1"
-                >鐬�</span
-              >鍘伙紝涓�澶х墖涓�澶х墖婊℃槸鐨勩��<span class="un1">鍧�</span>鐫�锛�<span
-                class="un1"
-                >韬�</span
-              >鐫�锛�<span class="un1">鎵�</span>涓や釜<span class="un1">婊�</span
-              >鍎匡紝<span class="un1">韪�</span>鍑犺剼<span class="un1">鐞�</span
-              >锛�<span class="un1">璧�</span>鍑犺稛<span class="un1">璺�</span
-              >锛�<span class="un1">鎹�</span>鍑犲洖<span class="un1">杩疯棌</span
-              >銆傞<span class="un1">杞绘倓鎮�</span>鐨勶紝鑽�<span class="un1"
-                >杞坏缁�</span
-              >鐨勩��
+              灏忚崏鍋峰伔鍦颁粠鍦熼噷<span class="un1">閽诲嚭鏉�</span>锛�<span class="un1">瀚╁鐨�</span>锛�<span
+                class="un1">缁跨豢鐨�</span>銆傚洯瀛愰噷锛岀敯閲庨噷锛�<span class="un1">鐬�</span>鍘伙紝涓�澶х墖涓�澶х墖婊℃槸鐨勩��<span class="un1">鍧�</span>鐫�锛�<span
+                class="un1">韬�</span>鐫�锛�<span class="un1">鎵�</span>涓や釜<span class="un1">婊�</span>鍎匡紝<span
+                class="un1">韪�</span>鍑犺剼<span class="un1">鐞�</span>锛�<span class="un1">璧�</span>鍑犺稛<span
+                class="un1">璺�</span>锛�<span class="un1">鎹�</span>鍑犲洖<span class="un1">杩疯棌</span>銆傞<span
+                class="un1">杞绘倓鎮�</span>鐨勶紝鑽�<span class="un1">杞坏缁�</span>鐨勩��
             </p>
           </div>
-           <hr />
+          <hr />
           <p class="note">
             <a id="m1">1</a>
             鏈辫嚜娓咃細銆婃槬銆嬶紝瑙佹俯鍎掓晱绛夛細銆婁箟鍔℃暀鑲叉暀绉戜功 璇枃
@@ -239,20 +184,16 @@
           </p>
         </div>
       </div>
-          <!-- 姝ゆ涓洪〉鑴氶儴鍒嗭紙闇�瑕佽缃〉鐮侊級 -->
-          <div> 
-            <div style="position: absolute; z-index: 99;background-color: rgba(208,226,179); width: 30px; height: 30px; border-radius: 50%; margin-left: 98px; margin-top: 38px; text-align: center; font-size: 25px;">6</div>
-            <h1 style="position: relative; z-index: 1;"><img class="img-0" alt="" src="../../assets/images/ym.jpg" /></h1>
-        </div>
+      <!-- 姝ゆ涓洪〉鑴氶儴鍒嗭紙闇�瑕佽缃〉鐮侊級 -->
+      <div class="page-footer">
+        <img class="page-footer-image" src="../../assets/images/ym.jpg" alt="Page Image" />
+        <div class="page-footer-number-right">5</div>
+      </div>
     </div>
     <div class="page-box" page="9" style="min-height: auto">
       <div v-if="showPageList.indexOf(9) > -1">
         <h1>
-          <img
-            src="../../assets/images/header-green.png"
-            alt=""
-            style="width: 100%; height: auto"
-          />
+          <img src="../../assets/images/header-green.png" alt="" style="width: 100%; height: auto" />
         </h1>
         <div class="bodystyle">
           <img src="../../assets/images/page5.png" alt="" />
@@ -260,44 +201,29 @@
             <img class="img-gn1" alt="" src="../../assets/images/czysj.jpg" />
           </h3>
           <h1 class="center openImgBox">
-            <img
-              class="img-e"
-              alt=""
-              src="../../assets/images/1-4.gif"
-              style="height: auto; width: 50%"
-            />
+            <img class="img-e" alt="" src="../../assets/images/1-4.gif" style="height: auto; width: 50%" />
           </h1>
           <p>
-            <span class="hs1">鈼�</span
-            >鐢熸椿涓紝鎴戜滑鎬讳細閬囧埌鍚勭鍚勬牱鐨勮鎯戙�傞潰瀵硅鎯戞椂锛屾垜浠殑鍐呭績甯稿父浼氭湁涓や釜涓嶅悓鐨勫0闊冲嚭鐜帮細涓�涓0闊宠姹傛垜浠弗浜庡緥宸憋紝鍙︿竴涓0闊宠姹傛垜浠殢蹇冩墍娆层�傝浣犲垎鏋愪竴涓嬶紝褰撹殏铓侀槦闀块潰瀵规帀钀界殑濂堕叒娓g殑璇辨儜鏃讹紝浠栧唴蹇冪殑涓や釜澹伴煶浼氳浜涗粈涔堝憿锛�
+            <span
+              class="hs1">鈼�</span>鐢熸椿涓紝鎴戜滑鎬讳細閬囧埌鍚勭鍚勬牱鐨勮鎯戙�傞潰瀵硅鎯戞椂锛屾垜浠殑鍐呭績甯稿父浼氭湁涓や釜涓嶅悓鐨勫0闊冲嚭鐜帮細涓�涓0闊宠姹傛垜浠弗浜庡緥宸憋紝鍙︿竴涓0闊宠姹傛垜浠殢蹇冩墍娆层�傝浣犲垎鏋愪竴涓嬶紝褰撹殏铓侀槦闀块潰瀵规帀钀界殑濂堕叒娓g殑璇辨儜鏃讹紝浠栧唴蹇冪殑涓や釜澹伴煶浼氳浜涗粈涔堝憿锛�
           </p>
           <p>姝d箟闃熼暱锛氣��
-            <input
-                v-model="questionData.warnUp.one.value"
-                class="input-bottom-border fz-18"
-                @blur="handleQuestion('one')"
-                @change="setBookQuestion" />鈥�</p>
-          <p>榛戞殫闃熼暱锛氣��        <input
-                v-model="questionData.warnUp.one.value"
-                class="input-bottom-border fz-18"
-                @blur="handleQuestion('two')"
-                @change="setBookQuestion" />鈥�</p>
+            <input v-model="questionData.warnUp.one" class="input-bottom-border fz-18" @change="setBookQuestion" />鈥�
+          </p>
+          <p>榛戞殫闃熼暱锛氣�� <input v-model="questionData.warnUp.two" class="input-bottom-border fz-18"
+              @change="setBookQuestion" />鈥�</p>
         </div>
       </div>
-        <!-- 姝ゆ涓洪〉鑴氶儴鍒嗭紙闇�瑕佽缃〉鐮侊級 -->
-        <div> 
-            <div style="position: absolute; z-index: 99;background-color: rgba(208,226,179); width: 30px; height: 30px; border-radius: 50%; margin-left: 98px; margin-top: 38px; text-align: center; font-size: 25px;">8</div>
-            <h1 style="position: relative; z-index: 1;"><img class="img-0" alt="" src="../../assets/images/ym.jpg" /></h1>
-        </div>
+      <!-- 姝ゆ涓洪〉鑴氶儴鍒嗭紙闇�瑕佽缃〉鐮侊級 -->
+      <div class="page-footer">
+        <img class="page-footer-image" src="../../assets/images/ym.jpg" alt="Page Image" />
+        <div class="page-footer-number-left">6</div>
+      </div>
     </div>
     <div class="page-box" page="10" style="min-height: auto">
       <div v-if="showPageList.indexOf(10) > -1">
         <h1>
-          <img
-            src="../../assets/images/page6-header-green.png"
-            alt=""
-            style="width: 100%; height: auto"
-          />
+          <img src="../../assets/images/page6-header-green.png" alt="" style="width: 100%; height: auto" />
         </h1>
         <div class="bodystyle">
           <h2 id="b004">绗洓璇俱��韬复鍏跺</h2>
@@ -305,61 +231,37 @@
             <img class="img-gn1" alt="" src="../../assets/images/rhybx.jpg" />
           </h3>
           <p>
-            <span class="hs1">鈼�</span
-            >璇峰皢浠ヤ笅璇炬枃閫夋澶у0鏈楄鍑烘潵锛屽姞鐐圭殑瀛楄閲嶈銆�
+            <span class="hs1">鈼�</span>璇峰皢浠ヤ笅璇炬枃閫夋澶у0鏈楄鍑烘潵锛屽姞鐐圭殑瀛楄閲嶈銆�
           </p>
           <h1>
-            <audio :src="auidoPathTwo" class="audio" controls></audio>  
+            <audio :src="auidoPathTwo" class="audio" controls></audio>
           </h1>
 
           <div class="bj3">
             <p class="center">
-              <span class="hs"
-                >鏄�<a id="w1"><sup>1</sup></a
-                >锛堣妭閫夛級</span
-              >
+              <span class="hs">鏄�<a id="w1"><sup>1</sup></a>锛堣妭閫夛級</span>
             </p>
             <p class="center">鏈辫嚜娓�</p>
             <p class="block">
-              <span class="un1">妗�</span>鏍戙��<span class="un1">鏉�</span
-              >鏍戙��<span class="un1">姊�</span
-              >鏍戯紝浣犱笉璁╂垜锛屾垜涓嶈浣狅紝閮藉紑婊′簡鑺辫刀瓒熷効銆傜孩鐨勫儚<span class="un1"
-                >鐏�</span
-              >锛岀矇鐨勫儚<span class="un1">闇�</span>锛岀櫧鐨勫儚<span class="un1"
-                >闆�</span
-              >銆傝姳閲屽甫鐫�鐢滃懗鍎库�︹��
+              <span class="un1">妗�</span>鏍戙��<span class="un1">鏉�</span>鏍戙��<span
+                class="un1">姊�</span>鏍戯紝浣犱笉璁╂垜锛屾垜涓嶈浣狅紝閮藉紑婊′簡鑺辫刀瓒熷効銆傜孩鐨勫儚<span class="un1">鐏�</span>锛岀矇鐨勫儚<span
+                class="un1">闇�</span>锛岀櫧鐨勫儚<span class="un1">闆�</span>銆傝姳閲屽甫鐫�鐢滃懗鍎库�︹��
             </p>
           </div>
           <h3 class="lefth3" id="c008">
             <img class="img-gn1" alt="" src="../../assets/images/czysj.jpg" />
           </h3>
           <p>
-            <span class="hs1">鈼�</span
-            >鍋囧浣犳槸鎼繍濂堕叒鐨勮殏铓侊紝浣犺鎬庝箞鎼繍涓嶅悓褰㈢姸銆佸ぇ灏忕殑濂堕叒鍛紵璇峰厛涓鸿嚜宸辫璁′竴涓墽鏈惂锛�
+            <span class="hs1">鈼�</span>鍋囧浣犳槸鎼繍濂堕叒鐨勮殏铓侊紝浣犺鎬庝箞鎼繍涓嶅悓褰㈢姸銆佸ぇ灏忕殑濂堕叒鍛紵璇峰厛涓鸿嚜宸辫璁′竴涓墽鏈惂锛�
           </p>
           <p>
-            鎴戞槸铓傝殎 <input
-                v-model="questionData.warnUp.one.value"
-                class="input-bottom-border fz-18"
-                style=" width: 10%;"
-                @blur="handleQuestion('three')"
-                @change="setBookQuestion" />锛堝悕瀛楋級锛屼粖澶╂槸 
-                <input
-                v-model="questionData.warnUp.one.value"
-                class="input-bottom-border fz-18"
-                style=" width: 10%;"
-                @blur="handleQuestion('four')"
-                @change="setBookQuestion" />锛堝ぉ姘旓級锛屾垜鐨勫ザ閰壒鍒� <input
-                v-model="questionData.warnUp.one.value"
-                class="input-bottom-border fz-18"
-                style=" width: 10%;"
-                @blur="handleQuestion('five')"
-                @change="setBookQuestion" />锛堣交/閲嶏級锛屾垜鎰熻濂� <input
-                v-model="questionData.warnUp.one.value"
-                class="input-bottom-border fz-18"
-                style=" width: 10%;"
-                @blur="handleQuestion('six')"
-                @change="setBookQuestion" />锛堣韩浣撴劅瑙夛級鍟婏紒
+            鎴戞槸铓傝殎 <input v-model="questionData.warnUp.three" class="input-bottom-border fz-18" style=" width: 10%;"
+              @change="setBookQuestion" />锛堝悕瀛楋級锛屼粖澶╂槸
+            <input v-model="questionData.warnUp.four" class="input-bottom-border fz-18" style=" width: 10%;"
+              @change="setBookQuestion" />锛堝ぉ姘旓級锛屾垜鐨勫ザ閰壒鍒� <input v-model="questionData.warnUp.five"
+              class="input-bottom-border fz-18" style=" width: 10%;" @change="setBookQuestion" />锛堣交/閲嶏級锛屾垜鎰熻濂� <input
+              v-model="questionData.warnUp.six" class="input-bottom-border fz-18" style=" width: 10%;"
+              @change="setBookQuestion" />锛堣韩浣撴劅瑙夛級鍟婏紒
           </p>
           <hr />
           <p class="note">
@@ -369,18 +271,16 @@
           </p>
         </div>
       </div>
-      <p class="center">
-        <img class="img-0" alt="" src="../../assets/images/ym.jpg" />
-      </p>
+      <!-- 姝ゆ涓洪〉鑴氶儴鍒嗭紙闇�瑕佽缃〉鐮侊級 -->
+      <div class="page-footer">
+        <img class="page-footer-image" src="../../assets/images/ym.jpg" alt="Page Image" />
+        <div class="page-footer-number-right">7</div>
+      </div>
     </div>
     <div class="page-box" page="11" style="min-height: auto">
       <div v-if="showPageList.indexOf(11) > -1">
         <h1>
-          <img
-            src="../../assets/images/header-green.png"
-            alt=""
-            style="width: 100%; height: auto"
-          />
+          <img src="../../assets/images/header-green.png" alt="" style="width: 100%; height: auto" />
         </h1>
         <div class="bodystyle">
           <img src="../../assets/images/page5.png" alt="" />
@@ -388,23 +288,20 @@
             <img class="img-e" alt="" src="../../assets/images/1-5.gif" />
           </p>
           <p>
-            <span class="hs1">鈼�</span
-            >铓傝殎闃熼暱鎶婂ザ閰福鐣欑粰浜嗗勾榫勬渶灏忕殑铓傝殎锛岃耽寰椾簡澶у鐨勮鍙�傚湪鐢熸椿涓紝浣犳浘缁忓儚鈥滆殏铓侀槦闀库�濅竴鏍风埍鎶ゅ急灏忓悧锛熸垨鑰呭儚鈥滃皬铓傝殎鈥濅竴鏍峰緱鍒拌繃鍝ュ摜濮愬浠殑鍏崇埍鍚楋紵
+            <span class="hs1">鈼�</span>铓傝殎闃熼暱鎶婂ザ閰福鐣欑粰浜嗗勾榫勬渶灏忕殑铓傝殎锛岃耽寰椾簡澶у鐨勮鍙�傚湪鐢熸椿涓紝浣犳浘缁忓儚鈥滆殏铓侀槦闀库�濅竴鏍风埍鎶ゅ急灏忓悧锛熸垨鑰呭儚鈥滃皬铓傝殎鈥濅竴鏍峰緱鍒拌繃鍝ュ摜濮愬浠殑鍏崇埍鍚楋紵
           </p>
         </div>
       </div>
-      <p class="center">
-        <img class="img-0" alt="" src="../../assets/images/ym.jpg" />
-      </p>
+      <!-- 姝ゆ涓洪〉鑴氶儴鍒嗭紙闇�瑕佽缃〉鐮侊級 -->
+      <div class="page-footer">
+        <img class="page-footer-image" src="../../assets/images/ym.jpg" alt="Page Image" />
+        <div class="page-footer-number-left">8</div>
+      </div>
     </div>
     <div class="page-box" page="12" style="min-height: auto">
       <div v-if="showPageList.indexOf(12) > -1">
         <h1>
-          <img
-            src="../../assets/images/page6-header-green.png"
-            alt=""
-            style="width: 100%; height: auto"
-          />
+          <img src="../../assets/images/page6-header-green.png" alt="" style="width: 100%; height: auto" />
         </h1>
         <div class="bodystyle">
           <h2 id="b005">鍗曞厓娲诲姩浠诲姟</h2>
@@ -429,18 +326,16 @@
           </p>
         </div>
       </div>
-      <p class="center">
-        <img class="img-0" alt="" src="../../assets/images/ym.jpg" />
-      </p>
+      <!-- 姝ゆ涓洪〉鑴氶儴鍒嗭紙闇�瑕佽缃〉鐮侊級 -->
+      <div class="page-footer">
+        <img class="page-footer-image" src="../../assets/images/ym.jpg" alt="Page Image" />
+        <div class="page-footer-number-right">9</div>
+      </div>
     </div>
     <div class="page-box" page="13" style="min-height: auto">
       <div v-if="showPageList.indexOf(13) > -1">
         <h1>
-          <img
-            src="../../assets/images/page6-header-green.png"
-            alt=""
-            style="width: 100%; height: auto"
-          />
+          <img src="../../assets/images/page6-header-green.png" alt="" style="width: 100%; height: auto" />
         </h1>
         <div class="bodystyle">
           <h3 class="lefth3" id="c010">
@@ -451,31 +346,24 @@
             瀛旇瀺鍥涘瞾灏辨噦绀艰矊銆佺煡璋﹁锛屾槸鎴戜滑瀛︿範鐨勫ソ姒滄牱锛岃鎴戜滑杩愮敤鏈崟鍏冪殑鎴忓墽鐭ヨ瘑锛屾妸浠栫殑鏁呬簨琛ㄦ紨鍑烘潵鍚э紒
           </p>
           <p class="center">
-            <video
-            :src="videoPathOne"
-            webkit-playsinline="true"
-            x-webkit-airplay="true"
-            playsinline="true"
-            x5-video-orientation="h5"
-            x5-video-player-fullscreen="true"
-            x5-playsinline=""
-            controls
-            controlslist="nodownload"
-            class="w100"
-             style="margin-top: 40px; border-radius: 10px; border: 2px solid green;"
-          ></video>
+            <video :src="videoPathOne" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true"
+              x5-video-orientation="h5" x5-video-player-fullscreen="true" x5-playsinline="" controls
+              controlslist="nodownload" class="w100"
+              style="margin-top: 40px; border-radius: 10px; border: 2px solid green;"></video>
           <h2>瑙嗛: 鎴戜滑鏄竴瀹朵汉</h2>
           </p>
         </div>
       </div>
-      <p class="center">
-        <img class="img-0" alt="" src="../../assets/images/ym.jpg" />
-      </p>
+      <!-- 姝ゆ涓洪〉鑴氶儴鍒嗭紙闇�瑕佽缃〉鐮侊級 -->
+      <div class="page-footer">
+        <img class="page-footer-image" src="../../assets/images/ym.jpg" alt="Page Image" />
+        <div class="page-footer-number-left">10</div>
+      </div>
     </div>
   </div>
 </template>
-  
-  <script>
+
+<script>
 import matching from "@/components/matching/matching.vue";
 import { getResourcePath } from "@/assets/methods/resources";
 export default {
@@ -489,6 +377,10 @@
   //鍦ㄨ繖閲屽璋冪敤鐨勬柟娉曡繘琛屾寕杞�
   mounted() {
     this.getVidoePath();
+    const bookQuestion = localStorage.getItem("artAndDrama-book-question-one");
+    if (bookQuestion) {
+      this.questionData = JSON.parse(bookQuestion);
+    }
   },
   data() {
     return {
@@ -613,36 +505,12 @@
       },
       questionData: {
         warnUp: {
-          one: {
-            value: "",
-            isRight: null,
-            answer: "Chinese knot",
-          },
-          two: {
-            value: "",
-            isRight: null,
-            answer: "Chinese medicine",
-          },
-          three: {
-            value: "",
-            isRight: null,
-            answer: "Chinese calligraphy",
-          },
-          four: {
-            value: "",
-            isRight: null,
-            answer: "Taichi",
-          },
-          five: {
-            value: "",
-            isRight: null,
-            answer: "sweet dumpling",
-          },
-          six: {
-            value: "",
-            isRight: null,
-            answer: "Chinese chess",
-          },
+          one: "",
+          two: "",
+          three: "",
+          four: "",
+          five: "",
+          six: "",
         },
         reading: {
           one: "",
@@ -691,33 +559,36 @@
     setBookQuestion() {
       console.log("淇濆瓨");
       localStorage.setItem(
-        "english-book-question-one",
+        "artAndDrama-book-question-one",
         JSON.stringify(this.questionData)
       );
     },
   },
 };
 </script>
-  
-  <style lang="less" scoped>
+
+<style lang="less" scoped>
 .w70 {
   width: 78%;
 }
+
 .fw-400 {
   font-weight: 400 !important;
 }
+
 .fz-26 {
   font-size: 26px !important;
 }
+
 .cover-img {
   position: absolute;
   top: 33%;
   left: 23%;
 }
+
 .division-line {
   width: 2px;
   height: 100%;
   background-color: red;
 }
-</style>
-  
\ No newline at end of file
+</style>
\ No newline at end of file
diff --git a/src/books/artAndDrama/view/components/chapter002.vue b/src/books/artAndDrama/view/components/chapter002.vue
index 1fb35c7..64b2132 100644
--- a/src/books/artAndDrama/view/components/chapter002.vue
+++ b/src/books/artAndDrama/view/components/chapter002.vue
@@ -1,9 +1,8 @@
 <template>
   <div class="chapter" num="3">
-    <div class="page-box" page="14" style="min-height: auto">
+    <!-- <div class="page-box" page="14" style="min-height: auto">
       <div v-if="showPageList.indexOf(14) > -1">
         <h1 id="a004">
-          <!-- 杩欓噷鐨勫姩鍥炬湁闂锛屾病鏈夎儗鏅浘鐗� -->
           <img class="img-0" alt="" src="../../assets/images/dy2.jpg" />
           <audio :src="auidoPathOne" controls></audio>
         </h1>
@@ -65,7 +64,7 @@
         <p><br /></p>
         <h1><img class="img-0" alt="" src="../../assets/images/ym.jpg" /></h1>
       </div>
-    </div>
+    </div> -->
     <!--<div class="page-box" page="16" style="min-height: auto">
         <div v-if="showPageList.indexOf(16) > -1">
           <h1>
diff --git a/src/books/artAndDrama/view/components/header.vue b/src/books/artAndDrama/view/components/header.vue
index de54d78..3b8fa3e 100644
--- a/src/books/artAndDrama/view/components/header.vue
+++ b/src/books/artAndDrama/view/components/header.vue
@@ -25,8 +25,8 @@
                   <p class="wh-nr" style="margin: 0%;">缂栧啓濮斿憳锛�</p>
                 </li>
                 <li class="fl fl-cl">
-                  <span class="kaiti">鐜嬭胺宸濄��璋㈤湝鍗椼��鏉庢櫒鎴愩��鍛ㄥ姏鍚涖��</span>
-                  <span class="kaiti">闊╃嚂妤犺彶</span>
+                  <span class="kaiti">鐜嬭胺宸濄��璋㈤湝鍗椼��鏉庢櫒鎴愩��鍛ㄥ姏鍚涖��闊╃嚂妤犺彶</span>
+                  <!-- <span class="kaiti">闊╃嚂妤犺彶</span> -->
                 </li>
               </ul>
               <p>缇庢湳缁樼敾锛�<span class="kaiti">浣曘��鍐�</span></p>
@@ -37,7 +37,7 @@
                 <li class="fl fl-cl">
                   <span class="kaiti">鏈功閮ㄥ垎鏂囧瓧浣滃搧钁椾綔鏉冪敱涓浗鏂囧瓧钁椾綔鏉冨崗浼氭巿鏉冿紝</span>
                   <span class="kaiti">鐢佃瘽锛�010-65978917锛屼紶鐪燂細010-65978926锛�</span>
-                  <span class="kaiti">E-mail锛歸enzhuxie@126.com銆�</span>
+                  <span class="kaiti" style="text-align: left;">E-mail锛歸enzhuxie@126.com銆�</span>
                 </li>
               </ul>
               <p></p>
diff --git a/src/books/lifeCare/view/components/index.vue b/src/books/lifeCare/view/components/index.vue
index e9cef18..2e60d55 100644
--- a/src/books/lifeCare/view/components/index.vue
+++ b/src/books/lifeCare/view/components/index.vue
@@ -191,7 +191,7 @@
   },
   mounted() {
     // 榛樿鍔犺浇绔犺妭
-    this.showCatalogList = [13];
+    this.showCatalogList = [1];
     // 婊氬姩鐩戝惉鑺傛祦
     this.throttledScrollHandler = _.throttle(
       this.scrollFun,
diff --git a/src/books/mathBook/assets/main.less b/src/books/mathBook/assets/main.less
index 52000e9..4f7490e 100644
--- a/src/books/mathBook/assets/main.less
+++ b/src/books/mathBook/assets/main.less
@@ -661,7 +661,7 @@
   }
   .video-border {
     border: 1px solid #15c0f2;
-    border-radius: 20px;
+    border-radius: 10px;
   }
   .fm-st {
     font-family: "STKaiti";
diff --git a/src/books/mathBook/view/components/chapter001.vue b/src/books/mathBook/view/components/chapter001.vue
index c887734..2f327f9 100644
--- a/src/books/mathBook/view/components/chapter001.vue
+++ b/src/books/mathBook/view/components/chapter001.vue
@@ -178,8 +178,8 @@
             <span class="btn-box" @click="isShowExampleOne = !isShowExampleOne">
               <svg
                 xmlns="http://www.w3.org/2000/svg"
-                width="20.501"
-                height="20.501"
+                width="18.501"
+                height="18.501"
                 viewBox="0 0 20.501 20.501"
               >
                 <path
@@ -208,8 +208,8 @@
             <span class="btn-box" @click="isShowExampleTwo = !isShowExampleTwo">
               <svg
                 xmlns="http://www.w3.org/2000/svg"
-                width="20.501"
-                height="20.501"
+                width="18.501"
+                height="18.501"
                 viewBox="0 0 20.501 20.501"
               >
                 <path
@@ -286,8 +286,8 @@
               >
                 <svg
                   xmlns="http://www.w3.org/2000/svg"
-                  width="18.501"
-                  height="18.501"
+                  width="16.501"
+                  height="16.501"
                   viewBox="0 0 20.501 20.501"
                 >
                   <path

--
Gitblit v1.9.1