From e5a42538eda99a4860bddc417e107ef230df8837 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 23 五月 2024 12:17:02 +0800
Subject: [PATCH] 合书

---
 src/books/English/view/components/chapter001.vue |  648 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 641 insertions(+), 7 deletions(-)

diff --git a/src/books/English/view/components/chapter001.vue b/src/books/English/view/components/chapter001.vue
index f43e5dd..90be500 100644
--- a/src/books/English/view/components/chapter001.vue
+++ b/src/books/English/view/components/chapter001.vue
@@ -1,15 +1,649 @@
 <template>
-  <div>
-    绗竴绔�
+  <div class="chapter" num="0">
+    <div class="page-box" page="6">
+      <div class="bodystyle">
+        <h1 id="a005">
+          <img class="img-0" alt="" src="../../assets/images/dy1.jpg" />
+        </h1>
+        <p class="img"></p>
+        <p><b>This unit will help you to:</b></p>
+        <p>鉃� Learn words and expressions related to history and culture</p>
+        <p>
+          鉃� Review the structure of the conditional sentence (if-clause) and the
+          simple sentence
+        </p>
+        <p>鉃� Make polite or indirect recommendation</p>
+        <p>鉃� Be able to compose an event poster</p>
+        <p>鉃� Appreciate diversified Chinese culture</p>
+        <p class="center">
+          <img class="img-b" alt="" src="../../assets/images/0011-2.jpg" />
+        </p>
+        <p class="img"></p>
+      </div>
+    </div>
+    <div class="page-box" page="7">
+      <div class="w100 mb-20" style="padding-right: 20px">
+        <div
+          class="event-header-bc fl al-end"
+          style="height: 100px; padding-left: 40px"
+        >
+          <div class="preface-header-box event-header-text-bc">
+            <span class="l-text">鏂版爣鍑嗛�氱敤鑱屽満鑻辫</span>
+            <span class="g-text event-text-color">鍩虹妯″潡涓�</span>
+          </div>
+        </div>
+      </div>
+      <div class="padding-93">
+        <div class="bodystyle">
+          <h2 id="b001">
+            <img class="img-0" alt="" src="../../assets/images/dy1-le1.jpg" />
+          </h2>
+          <h3 id="c001"><span class="bjh3">Warm-up</span></h3>
+          <p>
+            <b
+              >鈪�.Write down the English words for the Chinese cultural symbols
+              in the following pictures.</b
+            >
+          </p>
+          <div class="fl ju-bt">
+            <div class="left" style="width: 48%">
+              <p class="center">
+                <el-image :src="imgOne" :preview-src-list="[imgOne]" />
+              </p>
+              <p class="center">
+                1.<input
+                  v-model="questionData.warnUp.one.value"
+                  class="input-bottom-border fz-18"
+                  @blur="handleQuestion('one')"
+                />
+                <span class="icon-box">
+                  <i
+                    class="el-icon-check correct-icon"
+                    v-if="questionData.warnUp.one.isRight"
+                  ></i>
+                  <i
+                    class="el-icon-close error-icon"
+                    v-if="questionData.warnUp.one.isRight == false"
+                  ></i>
+                </span>
+              </p>
+            </div>
+            <div class="right" style="width: 48%">
+              <p class="center">
+                <el-image
+                  :src="imgTwo"
+                  :preview-src-list="[imgTwo]"
+                  style="width: 96%"
+                />
+              </p>
+              <p class="center">
+                2.<input
+                  class="input-bottom-border fz-18"
+                  v-model="questionData.warnUp.two.value"
+                  @blur="handleQuestion('two')"
+                />
+                <span class="icon-box">
+                  <i
+                    class="el-icon-check correct-icon"
+                    v-if="questionData.warnUp.two.isRight"
+                  ></i>
+                  <i
+                    class="el-icon-close error-icon"
+                    v-if="questionData.warnUp.two.isRight == false"
+                  ></i>
+                </span>
+              </p>
+            </div>
+          </div>
+
+          <div class="fl ju-bt">
+            <div class="left" style="width: 48%">
+              <p class="center">
+                <el-image :src="imgThree" :preview-src-list="[imgThree]" />
+              </p>
+              <p class="center">
+                3.<input
+                  class="input-bottom-border fz-18"
+                  v-model="questionData.warnUp.three.value"
+                  @blur="handleQuestion('three')"
+                />
+                <span class="icon-box">
+                  <i
+                    class="el-icon-check correct-icon"
+                    v-if="questionData.warnUp.three.isRight"
+                  ></i>
+                  <i
+                    class="el-icon-close error-icon"
+                    v-if="questionData.warnUp.three.isRight == false"
+                  ></i>
+                </span>
+              </p>
+            </div>
+            <div class="right" style="width: 48%">
+              <p class="center">
+                <el-image
+                  :src="imgFour"
+                  :preview-src-list="[imgFour]"
+                  style="width: 94%"
+                />
+              </p>
+              <p class="center">
+                4.<input
+                  class="input-bottom-border fz-18"
+                  v-model="questionData.warnUp.four.value"
+                  @blur="handleQuestion('four')"
+                />
+                <span class="icon-box">
+                  <i
+                    class="el-icon-check correct-icon"
+                    v-if="questionData.warnUp.four.isRight"
+                  ></i>
+                  <i
+                    class="el-icon-close error-icon"
+                    v-if="questionData.warnUp.four.isRight == false"
+                  ></i>
+                </span>
+              </p>
+            </div>
+          </div>
+
+          <div class="fl ju-bt">
+            <div class="left" style="width: 48%">
+              <p class="center">
+                <el-image :src="imgFive" :preview-src-list="[imgFive]" />
+              </p>
+              <p class="center">
+                5.<input
+                  class="input-bottom-border fz-18"
+                  v-model="questionData.warnUp.five.value"
+                  @blur="handleQuestion('five')"
+                />
+                <span class="icon-box">
+                  <i
+                    class="el-icon-check correct-icon"
+                    v-if="questionData.warnUp.five.isRight"
+                  ></i>
+                  <i
+                    class="el-icon-close error-icon"
+                    v-if="questionData.warnUp.five.isRight == false"
+                  ></i>
+                </span>
+              </p>
+            </div>
+            <div class="right" style="width: 48%">
+              <p class="center">
+                <el-image
+                  :src="imgSix"
+                  :preview-src-list="[imgSix]"
+                  style="width: 94%"
+                />
+              </p>
+              <p class="center">
+                6.<input
+                  class="input-bottom-border fz-18"
+                  v-model="questionData.warnUp.six.value"
+                  @blur="handleQuestion('six')"
+                />
+                <span class="icon-box">
+                  <i
+                    class="el-icon-check correct-icon"
+                    v-if="questionData.warnUp.six.isRight"
+                  ></i>
+                  <i
+                    class="el-icon-close error-icon"
+                    v-if="questionData.warnUp.six.isRight == false"
+                  ></i>
+                </span>
+              </p>
+            </div>
+          </div>
+          <p class="t0">
+            <b>鈪�.What other symbols can you think of?</b>
+            <button class="parimary-btn" @click="showAnswer('seven')">
+              鏄剧ず绛旀
+            </button>
+          </p>
+          <p class="t0">
+            <input
+              v-model="questionData.warnUp.seven"
+              class="input-bottom-border w100 fz-18"
+            />
+          </p>
+        </div>
+      </div>
+      <div class="preface-bottom">
+        <span class="contet-num-box">2</span>
+      </div>
+    </div>
+    <div class="page-box" page="8">
+      <ul class="preface-odd-header w100 fl ju-bt">
+        <li class=""></li>
+        <li>
+          <span class="chapter-left-bc">MODULE 1</span>
+          <span class="chapter-right-bc fw-bl chapter-right-cl">CHINA,A WONDERLAND</span>
+        </li>
+      </ul>
+      <div class="padding-102">
+        <div class="bodystyle">
+          <h3 id="c002"><span class="bjh3">Listening</span></h3>
+          <p>
+            <b
+              >Four foreigners are talking about their impressions on Chinese
+              culture.Listen to the recording and match the items with the
+              corresponding descriptions.</b
+            >
+          </p>
+          <p class="center">
+            <img class="img-g" alt="" src="../../assets/images/0013-1.jpg" />
+          </p>
+          <p class="center">
+            <img class="img-0" alt="" src="../../assets/images/0013-3.jpg" />
+          </p>
+          <h3 id="c003"><span class="bjh3">Reading</span></h3>
+          <p class="center">
+            <img class="img-g" alt="" src="../../assets/images/0013-2.jpg" />
+          </p>
+          <p>
+            1.How was Chinese culture introduced to the world in ancient times?
+          </p>
+          <p>
+            2.China offers so much to see and explore.What took you by surprise
+            about China?
+          </p>
+          <p class="center"><b>My Experience in Wonderland</b></p>
+          <p class="block">
+            鈥淪o how was your journey to China?鈥� asks Alexandra.鈥淗ighly
+            enjoyable,鈥� responds Alice.鈥淵ou should visit it sometime.鈥�
+          </p>
+          <p class="right">
+            鈥�<i>Alice in Wonderland </i>(鈥淭hrough the Looking Glass鈥�)
+          </p>
+          <p>
+            My incredible journey to China started in 2017 when I got selected
+            as a foreign student for PhD studies at one university.When I
+            arrived in China,I was like Alice in Alice in Wonderland.I was
+            curious about the people,the culture,the cuisine and of course the
+            huge variety of landscapes.
+          </p>
+          <p>
+            I found many great people and made several Chinese friends along the
+            way.These friends made me see China through the eyes of the locals.I
+            always found Chinese people very friendly and hospitable towards
+            foreigners.These Chinese friends made my understanding of Chinese
+            culture and civilization much easier,enjoyable and memorable.I
+            consider China my second home and love it like my own country!
+          </p>
+          <p>
+            You cannot explore China properly if you do not try its delicious
+            variety of food.If you ate
+          </p>
+        </div>
+      </div>
+      <div class="preface-bottom">
+        <span class="contet-num-box">3</span>
+      </div>
+    </div>
+    <!--  -->
+    <div class="bodystyle">
+      <p>
+        a new kind of food every day for one whole year,the list of Chinese food
+        would still never end! Though I love to eat almost all kinds of Chinese
+        cuisine,I found Sichuan and Hunan cuisine quite mouth-watering and
+        stimulating.For a foodie like me,China is a heaven.I simply cannot live
+        without Chinese food.
+      </p>
+      <p>
+        Like I said earlier,China is a huge wonderland.It has thousands of years
+        of rich and beautiful culture.Every city you visit tells you its own
+        story and history.From the big and advanced cities like Shanghai or
+        Guangzhou to the ancient cities like Xi鈥檃n and Hangzhou,each city has
+        its unique atmosphere that attracts you.I visited more than a dozen
+        cities and came across their charming features and unique landscapes
+        such as Huangshan,the Great Wall,Canton Tower.
+      </p>
+      <p>
+        There is so much to explore and I am looking forward to it during my
+        stay.This is a whole new exciting experience for me,and it will always
+        be remembered.
+      </p>
+      <p class="center">
+        <img class="img-g" alt="" src="../../assets/images/0014-1.jpg" />
+      </p>
+      <p><span class="zt-cs">Words &amp; Expressions</span></p>
+      <p>wonderland /藞w蕦nd蓹l忙nd/ <i>n.</i> 鏈夎澶氬濡欎簨鐗╃殑鍦版柟</p>
+      <div class="bkbj">
+        <p><i>land or place full of marvels or wonderful things</i></p>
+      </div>
+      <p>incredible /瑟n藞kred蓹bl/ <i>adj.</i> 闅句互缃俊鐨�</p>
+      <div class="bkbj">
+        <p><i>impossible or very difficult to believe</i></p>
+      </div>
+      <p>cuisine /kw瑟藞zi藧n/ <i>n.</i> 锛堥�氬父鎸囨槀璐电殑椁愰涓殑锛� 楗彍锛岃彍鑲�</p>
+      <div class="bkbj">
+        <p><i>the food served in a restaurant (usually an expensive one)</i></p>
+      </div>
+      <p>landscape /藞l忙ndske瑟p/ <i>n.</i> 锛堥檰涓婏級 椋庢櫙锛屾櫙鑹�</p>
+      <div class="bkbj">
+        <p><i>scenery of an area of land</i></p>
+      </div>
+      <p>hospitable /h蓲藞sp瑟t蓹bl/ <i>adj.</i> 濂藉鐨�</p>
+      <div class="bkbj">
+        <p><i>pleased to welcome and entertain guests</i></p>
+      </div>
+      <p>
+        civilization /藢s瑟v蓹la瑟藞ze瑟蕛n/ <i>n.</i> 锛堢壒瀹氭椂鏈熸垨鍦板尯鐨勶級 绀句細鏂囨槑
+      </p>
+      <div class="bkbj">
+        <p>
+          <i
+            >a society,its culture and its way of life (during a particular
+            period of time or in a particular part of the world)</i
+          >
+        </p>
+      </div>
+      <p>explore /瑟k藞spl蓴藧(r)/ <i>v.</i> 鎺㈢储锛涜�冨療</p>
+      <div class="bkbj">
+        <p>
+          <i
+            >to travel into or around an area or a country in order to learn
+            about it</i
+          >
+        </p>
+      </div>
+      <p>mouth-watering <i>adj.</i> 浠や汉鍨傛稁鐨勶紱缇庡懗鐨�</p>
+      <div class="bkbj">
+        <p><i>that makes one want to eat; extremely delicious</i></p>
+      </div>
+      <p>stimulating /藞st瑟mjule瑟t瑟艐/ <i>adj.</i> 澧炲姞娲诲姏鐨勶紱澧炶繘鍋ュ悍鐨�</p>
+      <div class="bkbj">
+        <p>
+          <i>making you feel more active and healthy</i> foodie /藞fu藧di/
+          <i>n.</i> 鍚冭揣锛涚編椋熷
+        </p>
+      </div>
+      <p>
+        <i
+          >a person who is very interested in cooking and eating different kinds
+          of food</i
+        >
+        unique /ju<i>藞</i>ni藧k/ <i>adj.</i> 鍞竴鐨勶紱鐙竴鏃犱簩鐨�
+      </p>
+      <div class="bkbj">
+        <p><i>being the only one of its type</i></p>
+      </div>
+      <p>atmosphere /藞忙tm蓹sf瑟蓹(r)/ <i>n.</i> 姘旀皼锛涙皼鍥�</p>
+      <div class="bkbj">
+        <p>
+          <i
+            >the feeling or mood that you have in a particular place or
+            situation</i
+          >
+        </p>
+      </div>
+      <p>get selected as ...琚�変负鈥︹��</p>
+      <p>(a) variety of ...鍚勭鍚勬牱鐨勨�︹��</p>
+      <p>come across 鍋堕亣锛涚鍒�</p>
+      <p>be curious about ...瀵光�︹�︽劅鍒板ソ濂�</p>
+      <p>along the way 娌块��</p>
+      <div class="bj-note">
+        <p><b>Notes:</b></p>
+        <p>
+          <i>Alice in Wonderland</i> 锛�<i>Alice's Adventures in Wonderland</i
+          >鐨勭畝鍐欙紝涓枃璇戜负銆婄埍涓戒笣姊︽父浠欏銆嬶級锛屾槸19涓栫邯鑻卞浗浣滃鍒樻槗鏂峰崱缃楀皵鍒涗綔鐨勮憲鍚嶅効绔ユ枃瀛︿綔鍝侊紝璁茶堪浜嗕竴涓悕鍙埍涓戒笣鐨勮嫳鍥藉皬濂冲涓轰簡杩介�愪竴鍙彛鐫�鎬�琛ㄣ�佷細璇磋瘽鐨勫厰瀛愯�屼笉鎱庢帀鍏ヤ簡鍏斿瓙娲烇紝浠庤�岃繘鍏ヤ簡涓�涓濂囩殑鍥藉害骞剁粡鍘嗕簡涓�绯诲垪濂囧够鍐掗櫓鐨勬晠浜嬨��
+        </p>
+      </div>
+      <p><b>鈪�.Reading comprehension.</b></p>
+      <p>
+        A.Mark the items that made the author curious when she arrived in China.
+      </p>
+      <p>鈻� Language</p>
+      <p>鈻� People</p>
+      <p>鈻� Culture</p>
+      <p>鈻� Cuisine</p>
+      <p>鈻� Folk art</p>
+      <p>鈻� Landscapes</p>
+      <p>鈻� Transportation</p>
+      <p>B.Write down the answer to each question according to the passage.</p>
+      <p>1.What鈥檙e the author鈥檚 comments about Chinese food?</p>
+      <p>_________________________________________</p>
+      <p>_________________________________________</p>
+      <p>2.When and why did the author start her journey to China?</p>
+      <p>_________________________________________</p>
+      <p>_________________________________________</p>
+      <p>3.What are the author鈥檚 expectations of her stay in China?</p>
+      <p>_________________________________________</p>
+      <p>_________________________________________</p>
+      <p>4.What did the author think of Chinese people?</p>
+      <p>_________________________________________</p>
+      <p>_________________________________________</p>
+      <p>5.What鈥檚 the author鈥檚 impression of the cities in China?</p>
+      <p>_________________________________________</p>
+      <p>_________________________________________</p>
+      <p><b>鈪�.Language focus.</b></p>
+      <p>
+        A.Fill in the blanks with the proper words in the passage.The initial
+        letters of the words have been given.
+      </p>
+      <p>
+        In 2017,the author arrived in China.When she arrived,she was like Alice
+        in <i>Alice in Wonderland</i>.She was curious about the people,the
+        culture,the c_________,and of course the huge variety of
+        l_________.Chinese friends helped her a lot in understanding Chinese
+        culture and c_________.The author believes that one cannot
+        e_________China properly if he/she does not try its delicious variety of
+        food.China has thousands of years of rich and beautiful culture.Each
+        city has its u_________atmosphere that attracts people.
+      </p>
+      <p>
+        B.Underline the following expressions in the passage and make sentences
+        with them.
+      </p>
+      <p>1.get selected as__________________________</p>
+      <p>2.be curious about_________________________</p>
+      <p>3.along the way___________________________</p>
+      <p>4.come across____________________________</p>
+      <p>5.look forward to__________________________</p>
+      <p>C.Translate the following sentences into Chinese.</p>
+      <p>
+        1.Confucius created an atmosphere of education for the ordinary people.
+      </p>
+      <p>_________________________________________</p>
+      <p>
+        2.Lei Zu invented the technology of reeling silk锛堢极涓濇湳锛塧nd greatly
+        promoted the development of ancient Chinese civilization.
+      </p>
+      <p>_________________________________________</p>
+      <p>
+        3.Lu Yu,the author of <i>The Classic of Tea</i>,explored Chinese tea
+        culture in depth.
+      </p>
+      <p>_________________________________________</p>
+      <p>
+        4.Zhang Zhongjing was a doctor who had an incredible influence on
+        Chinese medical science.
+      </p>
+      <p>_________________________________________</p>
+      <p><b>鈪�.Grammar focus:The conditional sentence鈥攊f-clause.</b></p>
+      <p>A.Combine the following sentences into if-clauses.</p>
+      <p>
+        1.Try using sticks.You can enjoy the fun of having a real Chinese meal.
+      </p>
+      <p>
+        <b>If</b
+        >_______________________________________________________________.
+      </p>
+      <p>
+        2.Go to my Chinese New Year party.You will meet my Chinese friends
+        there.
+      </p>
+      <p>
+        <b>If</b>______________________________________________________________.
+      </p>
+      <p>3.Drink some Longjing tea,and you will love it.</p>
+      <p>
+        <b>If</b
+        >_______________________________________________________________.
+      </p>
+      <p>
+        4.One day I will go to Xi鈥檃n,and I will visit the terracotta warriors.
+      </p>
+      <p>
+        <b>If</b>______________________________________________________________.
+      </p>
+      <p>
+        5.Ask foreigners about their favorite Chinese food.Kung Pao Chicken
+        would possibly be in top three.
+      </p>
+      <p>
+        <b>If</b
+        >_______________________________________________________________.
+      </p>
+      <p>
+        B.Complete the following sentences using <i>if</i> or <i>whether</i>.
+      </p>
+      <p>1.I was wondering_______to go for a walk in the Summer Palace.</p>
+      <p>
+        2.We can spend the afternoon on the beach_______the weather is fine.
+      </p>
+      <p>
+        3.I called Wang to find out_______or not he really went to see the
+        Peking opera show.
+      </p>
+      <p>
+        4.We鈥檙e not interested in________we get great jobs and that kind of
+        thing.
+      </p>
+      <p>
+        5.________I go to Sichuan,I will visit Chengdu Research Base of Giant
+        Panda Breeding.
+      </p>
+      <h3 id="c004"><span class="bjh3">Mini-project</span></h3>
+      <p>
+        China is a great country with a fascinating culture.Its ancient
+        civilization,rich history,and unique customs make it one of the most
+        interesting countries in the world.There are so many interesting facts
+        about Chinese culture.Work in groups and interview your group members
+        about their knowledge of Chinese culture,and then:
+      </p>
+      <p>1.Find out interesting facts they know about Chinese culture;</p>
+      <p>2.Finish the worksheet and report to the class.</p>
+      <div class="fieldset">
+        <p>Questions:1.Who are you going to interview?</p>
+        <p>銆�銆�銆�銆�2.What is he/she interested in about Chinese culture?</p>
+        <p>銆�銆�銆�銆�3.What does he/she know about it?</p>
+      </div>
+      <p class="left">
+        <img
+          class="img-gn"
+          alt=""
+          src="../../assets/images/dy1-worksheet.jpg"
+        />
+      </p>
+      <p class="center">
+        <img class="img-a" alt="" src="../../assets/images/0018-1.jpg" />
+      </p>
+      <p class="left">
+        <img class="img-gn" alt="" src="../../assets/images/dy1-wordbank.jpg" />
+      </p>
+      <div class="bk-wh">
+        <p>
+          exquisite銆�ancient銆�incredible銆�unique銆�traditional銆�outstanding銆�mouth-watering銆�diverse銆�hospitable銆�enjoyable銆�memorable銆�charming
+        </p>
+      </div>
+    </div>
   </div>
 </template>
 
 <script>
-  export default {
-    name:'chapter-one'
-  }
+export default {
+  name: "chapter-one",
+  data() {
+    return {
+      imgOne: require("../../assets/images/0012-1.jpg"),
+      imgTwo: require("../../assets/images/0012-2.jpg"),
+      imgThree: require("../../assets/images/0012-3.jpg"),
+      imgFour: require("../../assets/images/0012-4.jpg"),
+      imgFive: require("../../assets/images/0012-5.jpg"),
+      imgSix: require("../../assets/images/0012-6.jpg"),
+      questionData: {
+        warnUp: {
+          one: {
+            value: "",
+            isRight: null,
+          },
+          two: {
+            value: "",
+            isRight: null,
+          },
+          three: {
+            value: "",
+            isRight: null,
+          },
+          four: {
+            value: "",
+            isRight: null,
+          },
+          five: {
+            value: "",
+            isRight: null,
+          },
+          six: {
+            value: "",
+            isRight: null,
+          },
+          seven: "",
+        },
+      },
+    };
+  },
+  methods: {
+    showAnswer(type) {
+      if (type == "seven") {
+        this.questionData.warnUp.seven = "This is a good idear.";
+      }
+    },
+    handleQuestion(type) {
+      if (type == "one") {
+        this.questionData.warnUp.one.value
+          ? (this.questionData.warnUp.one.isRight =
+              this.questionData.warnUp.one.value == "浣犲ソ")
+          : (this.questionData.warnUp.one.isRight = null);
+      } else if (type == "two") {
+        this.questionData.warnUp.two.value
+          ? (this.questionData.warnUp.two.isRight =
+              this.questionData.warnUp.two.value == "浣犲ソ")
+          : (this.questionData.warnUp.two.isRight = null);
+      } else if (type == "three") {
+        this.questionData.warnUp.three.value
+          ? (this.questionData.warnUp.three.isRight =
+              this.questionData.warnUp.three.value == "浣犲ソ")
+          : (this.questionData.warnUp.three.isRight = null);
+      } else if (type == "four") {
+        this.questionData.warnUp.four.value
+          ? (this.questionData.warnUp.four.isRight =
+              this.questionData.warnUp.four.value == "浣犲ソ")
+          : (this.questionData.warnUp.four.isRight = null);
+      } else if (type == "five") {
+        this.questionData.warnUp.five.value
+          ? (this.questionData.warnUp.five.isRight =
+              this.questionData.warnUp.five.value == "浣犲ソ")
+          : (this.questionData.warnUp.five.isRight = null);
+      } else if (type == "six") {
+        this.questionData.warnUp.six.value
+          ? (this.questionData.warnUp.six.isRight =
+              this.questionData.warnUp.six.value == "浣犲ソ")
+          : (this.questionData.warnUp.six.isRight = null);
+      }
+    },
+  },
+};
 </script>
 
 <style lang="less" scoped>
-
-</style>
\ No newline at end of file
+p {
+  font-size: 16px !important;
+}
+.bodystyle {
+  margin: 0 !important;
+}
+</style>

--
Gitblit v1.9.1