From dc1a81057497cdd692d8a384279e2bcded021ff2 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 27 六月 2024 09:25:21 +0800
Subject: [PATCH] 优化

---
 src/books/English/view/components/chapter004.vue |   60 ++++++++++++++++++++++++++++--------------------------------
 1 files changed, 28 insertions(+), 32 deletions(-)

diff --git a/src/books/English/view/components/chapter004.vue b/src/books/English/view/components/chapter004.vue
index 1007cd6..29f79bd 100644
--- a/src/books/English/view/components/chapter004.vue
+++ b/src/books/English/view/components/chapter004.vue
@@ -1,42 +1,38 @@
 <template>
-    <div class="chapter" num="5"> 
-      <!-- 绗洓鍗曞厓 -->
+    <div class="chapter" num="5">
+        <!-- 绗洓鍗曞厓 -->
         <!-- 58 -->
         <div class="page-box" page="64">
-            <div v-if="showPageList.indexOf(64) > -1">
-                <!-- 澶撮儴 -->
-                <div class="w100 mb-20" style="padding-right: 20px">
-                    <div class="event-header-bc-unit3 fl al-end" style="height: 100px; padding-left: 40px">
-                        <div class="preface-header-box event-header-text-bc-unit3">
-                            <span class="l-text">鏂版爣鍑嗛�氱敤鑱屽満鑻辫</span>
-                            <span class="g-text event-text-color-unit3">鍩虹妯″潡涓�</span>
-                        </div>
-                    </div>
-                </div>
-                <!-- 鍐呭 -->
-                <div class="padding-93">
-                    <div class="bodystyle">
-
-                    </div>
-                    <div class="preface-bottom">
-                        <span class="contet-num-box">58</span>
-                    </div>
-                </div>
+            <div class="bodystyle" v-if="showPageList.indexOf(64) > -1">
+                <h1 id="a005">
+                    <img class="img-0" alt="" src="../../assets/images/dy4.jpg" />
+                </h1>
+                <p class="img"></p>
+                <p><b>This unit will help you to:</b></p>
+                <p>鉃� Learn words and expressions to describe hi-tech products</p>
+                <p>鉃� Review the rules for the comparative and superlative degree of adjectives and adverbs</p>
+                <p>鉃� Get knowledge of the impact of science and technology on the way of life</p>
+                <p>鉃� Be able to write a sales letter to introduce a new product</p>
+                <p>鉃� Get inspired by the spirit of scientists</p>
+                <p class="center">
+                    <img class="img-0" alt="" src="../../assets/images/0068-1.jpg" />
+                </p>
+                <p class="img"></p>
             </div>
         </div>
-         <!-- 59 -->
-        <div class="page-box" page="65">
+        <!-- 59 -->
+        <!-- <div class="page-box" page="65">
             <div v-if="showPageList.indexOf(65) > -1">
-                <!-- 澶撮儴 -->
+
                 <ul class="preface-odd-header w100 fl ju-bt">
                     <li class=""></li>
                     <li class="fz-18">
-                        <span class="chapter-left-bc-unit3">MODULE 3</span>
+                        <span class="chapter-left-bc-unit3">MODULE 4</span>
                         <span class="chapter-right-bc-unit3 fw-bl chapter-right-cl-unit3">A BETTER WORLD WITH
                             VOLUNTEERS</span>
                     </li>
                 </ul>
-                <!-- 鍐呭 -->
+            
                 <div class="padding-93">
                     <div class="bodystyle"></div>
                 </div>
@@ -44,11 +40,11 @@
                     <span class="contet-num-box">39</span>
                 </div>
             </div>
-        </div>
+        </div> -->
         <!-- 60 -->
-        <div class="page-box" page="66">
+        <!-- <div class="page-box" page="66">
             <div v-if="showPageList.indexOf(66) > -1">
-                <!-- 澶撮儴 -->
+        
                 <div class="w100 mb-20" style="padding-right: 20px">
                     <div class="event-header-bc-unit3 fl al-end" style="height: 100px; padding-left: 40px">
                         <div class="preface-header-box event-header-text-bc-unit3">
@@ -57,7 +53,7 @@
                         </div>
                     </div>
                 </div>
-                <!-- 鍐呭 -->
+
                 <div class="padding-93">
                     <div class="bodystyle"></div>
                 </div>
@@ -65,14 +61,14 @@
                     <span class="contet-num-box">12</span>
                 </div>
             </div>
-        </div>
+        </div> -->
     </div>
 </template>
 <script>
 import matching from "@/components/matching/matching.vue";
 import { getResourcePath } from "@/assets/methods/resources";
 export default {
-    name: "chapter-three",
+    name: "chapter-Four",
     components: { matching },
     props: {
         showPageList: {

--
Gitblit v1.9.1