From 3373983d0a82587d4dd2106a7e6b79b7bd566817 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 26 六月 2024 19:51:45 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/English/view/components/chapter004.vue |   44 ++++++++++++++++++++------------------------
 1 files changed, 20 insertions(+), 24 deletions(-)

diff --git a/src/books/English/view/components/chapter004.vue b/src/books/English/view/components/chapter004.vue
index 1007cd6..9db2f15 100644
--- a/src/books/English/view/components/chapter004.vue
+++ b/src/books/English/view/components/chapter004.vue
@@ -1,37 +1,33 @@
 <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 -->
+        <!-- 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>
@@ -72,7 +68,7 @@
 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