YM
2024-05-29 d82733fc757f080c8910049ae12567454ee1aeac
src/books/English/view/components/chapter001.vue
@@ -46,176 +46,281 @@
              >Ⅰ.Write down the English words for the Chinese cultural symbols
              in the following pictures.</b
            >
            <span class="btn-box" @click="showAnswerTwo = !showAnswerTwo">
              <svg
              xmlns="http://www.w3.org/2000/svg"
              width="20.501"
              height="20.501"
              viewBox="0 0 20.501 20.501"
            >
              <path
                class="a"
                d="M3344.717-15308.5H3337.4a10.186,10.186,0,0,1-7.25-3,10.185,10.185,0,0,1-3-7.25A10.262,10.262,0,0,1,3337.4-15329a10.26,10.26,0,0,1,10.249,10.248,10.129,10.129,0,0,1-2.2,6.341v3.177A.734.734,0,0,1,3344.717-15308.5Zm-9.606-7.29h4.493l.527,1.419c.071.182.156.386.254.608a2.428,2.428,0,0,0,.273.512.986.986,0,0,0,.315.262.971.971,0,0,0,.454.1,1.05,1.05,0,0,0,.773-.327,1.025,1.025,0,0,0,.319-.723,3.3,3.3,0,0,0-.277-1.051l-.062-.161-2.889-7.313c-.119-.321-.228-.607-.335-.873a2.972,2.972,0,0,0-.323-.616,1.56,1.56,0,0,0-.5-.469,1.552,1.552,0,0,0-.781-.181,1.535,1.535,0,0,0-.773.181,1.475,1.475,0,0,0-.5.477,3.674,3.674,0,0,0-.362.739l-.239.627-.054.135-2.824,7.355c-.095.229-.179.46-.25.688a1.529,1.529,0,0,0-.073.477.978.978,0,0,0,.323.72,1.039,1.039,0,0,0,.746.315.838.838,0,0,0,.716-.3,4.676,4.676,0,0,0,.466-.985l.062-.165.527-1.449Zm3.747-1.5h-3.293l1.812-5.124,1.481,5.123Z"
                transform="translate(-3327.144 15329)"
              />
            </svg>
            </span>
            <!-- <button
              @click="showAnswerTwo = !showAnswerTwo"
              class="parimary-btn"
            >
              显示答案
            </button> -->
          </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')"
                  @change="setBookQuestion"
                />
                <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>
              <div>
                <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')"
                    @change="setBookQuestion"
                  />
                  <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>
              <p
                class="event-header-text-bc pd-5"
                style="width: 90%"
                v-if="showAnswerTwo"
              >
                答案:Chinese knot
              </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')"
                  @change="setBookQuestion"
                />
                <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>
              <div>
                <p class="center">
                  <el-image
                    :src="imgTwo"
                    :preview-src-list="[imgTwo]"
                    style="width: 94%"
                  />
                </p>
                <p class="center">
                  2.<input
                    class="input-bottom-border fz-18"
                    v-model="questionData.warnUp.two.value"
                    @blur="handleQuestion('two')"
                    @change="setBookQuestion"
                  />
                  <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>
              <p
                class="event-header-text-bc pd-5"
                style="width: 90%"
                v-if="showAnswerTwo"
              >
                答案:Chinese medicine
              </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')"
                  @change="setBookQuestion"
                />
                <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>
              <div>
                <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')"
                    @change="setBookQuestion"
                  />
                  <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>
              <p
                class="event-header-text-bc pd-5"
                style="width: 90%"
                v-if="showAnswerTwo"
              >
                答案:Chinese calligraphy
              </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')"
                  @change="setBookQuestion"
                />
                <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>
              <div>
                <p class="center">
                  <el-image
                    :src="imgFour"
                    :preview-src-list="[imgFour]"
                    style="width: 93%"
                  />
                </p>
                <p class="center">
                  4.<input
                    class="input-bottom-border fz-18"
                    v-model="questionData.warnUp.four.value"
                    @blur="handleQuestion('four')"
                    @change="setBookQuestion"
                  />
                  <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>
              <p
                class="event-header-text-bc pd-5"
                style="width: 90%"
                v-if="showAnswerTwo"
              >
                答案:Taichi
              </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')"
                  @change="setBookQuestion"
                />
                <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>
              <div>
                <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')"
                    @change="setBookQuestion"
                  />
                  <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>
              <p
                class="event-header-text-bc pd-5"
                style="width: 90%"
                v-if="showAnswerTwo"
              >
                答案:sweet dumpling
              </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')"
                  @change="setBookQuestion"
                />
                <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>
              <div>
                <p class="center">
                  <el-image
                    :src="imgSix"
                    :preview-src-list="[imgSix]"
                    style="width: 92%"
                  />
                </p>
                <p class="center">
                  6.<input
                    class="input-bottom-border fz-18"
                    v-model="questionData.warnUp.six.value"
                    @blur="handleQuestion('six')"
                    @change="setBookQuestion"
                  />
                  <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>
              <p
                class="event-header-text-bc pd-5"
                style="width: 90%"
                v-if="showAnswerTwo"
              >
                答案:Chinese chess
              </p>
            </div>
          </div>
          <p class="t0">
            <b>Ⅱ.What other symbols can you think of?</b>
            <button class="parimary-btn" @click="showAnswer('wp-seven')">
            <!-- <button
              class="parimary-btn"
              @click="showAnswerOne = !showAnswerOne"
            >
              显示答案
            </button>
            </button> -->
            <span class="btn-box" @click="showAnswerOne = !showAnswerOne">
              <svg
              xmlns="http://www.w3.org/2000/svg"
              width="20.501"
              height="20.501"
              viewBox="0 0 20.501 20.501"
            >
              <path
                class="a"
                d="M3344.717-15308.5H3337.4a10.186,10.186,0,0,1-7.25-3,10.185,10.185,0,0,1-3-7.25A10.262,10.262,0,0,1,3337.4-15329a10.26,10.26,0,0,1,10.249,10.248,10.129,10.129,0,0,1-2.2,6.341v3.177A.734.734,0,0,1,3344.717-15308.5Zm-9.606-7.29h4.493l.527,1.419c.071.182.156.386.254.608a2.428,2.428,0,0,0,.273.512.986.986,0,0,0,.315.262.971.971,0,0,0,.454.1,1.05,1.05,0,0,0,.773-.327,1.025,1.025,0,0,0,.319-.723,3.3,3.3,0,0,0-.277-1.051l-.062-.161-2.889-7.313c-.119-.321-.228-.607-.335-.873a2.972,2.972,0,0,0-.323-.616,1.56,1.56,0,0,0-.5-.469,1.552,1.552,0,0,0-.781-.181,1.535,1.535,0,0,0-.773.181,1.475,1.475,0,0,0-.5.477,3.674,3.674,0,0,0-.362.739l-.239.627-.054.135-2.824,7.355c-.095.229-.179.46-.25.688a1.529,1.529,0,0,0-.073.477.978.978,0,0,0,.323.72,1.039,1.039,0,0,0,.746.315.838.838,0,0,0,.716-.3,4.676,4.676,0,0,0,.466-.985l.062-.165.527-1.449Zm3.747-1.5h-3.293l1.812-5.124,1.481,5.123Z"
                transform="translate(-3327.144 15329)"
              />
            </svg>
            </span>
          </p>
          <p class="t0">
            <input
              v-model="questionData.warnUp.seven"
              class="input-bottom-border w100 fz-18"
              class="input-bottom-border fz-18"
              style="width: 100%"
            />
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="width: 100%"
            v-if="showAnswerOne"
          >
            答案:1. Hanfu 2. Qipao 3. Tang Suit 4. Chinese tea 5. Chinese silk
            6. Chinese calligraphy & painting 7. Chinese embroidery 8. Chinese
            papercut 9. Chinese lantern 10. Moon cake 11. Memorial archway 12.
            Chopsticks 13. Compass 14. Chinese kite 15. Kungfu 16. Opera facial
            makeup
          </p>
        </div>
      </div>
@@ -247,9 +352,6 @@
              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>
@@ -257,14 +359,29 @@
            <span class="bjh3">Reading</span>
            <audio :src="resource.readingOne" controls></audio>
          </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?
            <button class="parimary-btn" @click="showAnswer('rd-one')">
            <!-- <button
              class="parimary-btn"
              @click="showAnswerThree = !showAnswerThree"
            >
              显示答案
            </button>
            </button> -->
            <span class="btn-box" @click="showAnswerThree = !showAnswerThree">
              <svg
              xmlns="http://www.w3.org/2000/svg"
              width="20.501"
              height="20.501"
              viewBox="0 0 20.501 20.501"
            >
              <path
                class="a"
                d="M3344.717-15308.5H3337.4a10.186,10.186,0,0,1-7.25-3,10.185,10.185,0,0,1-3-7.25A10.262,10.262,0,0,1,3337.4-15329a10.26,10.26,0,0,1,10.249,10.248,10.129,10.129,0,0,1-2.2,6.341v3.177A.734.734,0,0,1,3344.717-15308.5Zm-9.606-7.29h4.493l.527,1.419c.071.182.156.386.254.608a2.428,2.428,0,0,0,.273.512.986.986,0,0,0,.315.262.971.971,0,0,0,.454.1,1.05,1.05,0,0,0,.773-.327,1.025,1.025,0,0,0,.319-.723,3.3,3.3,0,0,0-.277-1.051l-.062-.161-2.889-7.313c-.119-.321-.228-.607-.335-.873a2.972,2.972,0,0,0-.323-.616,1.56,1.56,0,0,0-.5-.469,1.552,1.552,0,0,0-.781-.181,1.535,1.535,0,0,0-.773.181,1.475,1.475,0,0,0-.5.477,3.674,3.674,0,0,0-.362.739l-.239.627-.054.135-2.824,7.355c-.095.229-.179.46-.25.688a1.529,1.529,0,0,0-.073.477.978.978,0,0,0,.323.72,1.039,1.039,0,0,0,.746.315.838.838,0,0,0,.716-.3,4.676,4.676,0,0,0,.466-.985l.062-.165.527-1.449Zm3.747-1.5h-3.293l1.812-5.124,1.481,5.123Z"
                transform="translate(-3327.144 15329)"
              />
            </svg>
            </span>
          </p>
          <textarea
            v-model="questionData.reading.one"
@@ -274,12 +391,37 @@
            class="fz-16 fm-son"
            @change="setBookQuestion"
          ></textarea>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 91%"
            v-if="showAnswerThree"
          >
            答案:The Silk Road &nbsp;&nbsp;&nbsp; Immigrants Sinologist
          </p>
          <p>
            2.China offers so much to see and explore.What took you by surprise
            about China?
            <button class="parimary-btn" @click="showAnswer('rd-two')">
            <!-- <button
              class="parimary-btn"
              @click="showAnswerFour = !showAnswerFour"
            >
              显示答案
            </button>
            </button> -->
            <span class="btn-box" @click="showAnswerFour = !showAnswerFour">
              <svg
              xmlns="http://www.w3.org/2000/svg"
              width="20.501"
              height="20.501"
              viewBox="0 0 20.501 20.501"
            >
              <path
                class="a"
                d="M3344.717-15308.5H3337.4a10.186,10.186,0,0,1-7.25-3,10.185,10.185,0,0,1-3-7.25A10.262,10.262,0,0,1,3337.4-15329a10.26,10.26,0,0,1,10.249,10.248,10.129,10.129,0,0,1-2.2,6.341v3.177A.734.734,0,0,1,3344.717-15308.5Zm-9.606-7.29h4.493l.527,1.419c.071.182.156.386.254.608a2.428,2.428,0,0,0,.273.512.986.986,0,0,0,.315.262.971.971,0,0,0,.454.1,1.05,1.05,0,0,0,.773-.327,1.025,1.025,0,0,0,.319-.723,3.3,3.3,0,0,0-.277-1.051l-.062-.161-2.889-7.313c-.119-.321-.228-.607-.335-.873a2.972,2.972,0,0,0-.323-.616,1.56,1.56,0,0,0-.5-.469,1.552,1.552,0,0,0-.781-.181,1.535,1.535,0,0,0-.773.181,1.475,1.475,0,0,0-.5.477,3.674,3.674,0,0,0-.362.739l-.239.627-.054.135-2.824,7.355c-.095.229-.179.46-.25.688a1.529,1.529,0,0,0-.073.477.978.978,0,0,0,.323.72,1.039,1.039,0,0,0,.746.315.838.838,0,0,0,.716-.3,4.676,4.676,0,0,0,.466-.985l.062-.165.527-1.449Zm3.747-1.5h-3.293l1.812-5.124,1.481,5.123Z"
                transform="translate(-3327.144 15329)"
              />
            </svg>
            </span>
          </p>
          <textarea
            v-model="questionData.reading.two"
@@ -289,6 +431,15 @@
            class="fz-16 fm-son"
            @change="setBookQuestion"
          ></textarea>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 91%"
            v-if="showAnswerFour"
          >
            答案:(1)Various delicious food (2)Unique architectures (3)Beautiful
            (4)Intangible cultural heritage, such as Taichi, shadow puppet show,
            traditional Chinese medicine, Peking Opera scenery
          </p>
          <p class="center"><b>My Experience in Wonderland</b></p>
          <p class="block">
            “So how was your journey to China?” asks Alexandra.“Highly
@@ -299,16 +450,16 @@
          </p>
          <p>
            My
            <span class="word-bc" @click="saveWord('incredible')"
            <span class="word-bc" @click="saveWord($event,'incredible')"
              >incredible</span
            >
            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
            <span class="word-bc" @click="saveWord('cuisine')">cuisine</span>
            <span class="word-bc" @click="saveWord($event,'cuisine')">cuisine</span>
            and of course the huge variety of
            <span class="word-bc" @click="saveWord('landscapes')"
            <span class="word-bc" @click="saveWord($event,'landscapes')"
              >landscapes</span
            >.
          </p>
@@ -316,12 +467,12 @@
            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
            <span class="word-bc" @click="saveWord('hospitable')"
            <span class="word-bc" @click="saveWord($event,'hospitable')"
              >hospitable</span
            >
            towards foreigners.These Chinese friends made my understanding of
            Chinese culture and
            <span class="word-bc" @click="saveWord('civilization')"
            <span class="word-bc" @click="saveWord($event,'civilization')"
              >civilization</span
            >
            much easier,enjoyable and memorable.I consider China my second home
@@ -329,7 +480,7 @@
          </p>
          <p>
            You cannot
            <span class="word-bc" @click="saveWord('explore')">explore</span>
            <span class="word-bc" @click="saveWord($event,'explore')">explore</span>
            China properly if you do not try its delicious variety of food.If
            you ate
          </p>
@@ -358,14 +509,14 @@
            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
            <span class="word-bc" @click="saveWord('mouth-watering')"
            <span class="word-bc" @click="saveWord($event,'mouth-watering')"
              >mouth-watering</span
            >
            and
            <span class="word-bc" @click="saveWord('stimulating')"
            <span class="word-bc" @click="saveWord($event,'stimulating')"
              >stimulating</span
            >.For a
            <span class="word-bc" @click="saveWord('foodie')">foodie</span> like
            <span class="word-bc" @click="saveWord($event,'foodie')">foodie</span> like
            me,China is a heaven.I simply cannot live without Chinese food.
          </p>
          <p>
@@ -374,11 +525,11 @@
            its own story and history.From the big and advanced cities like
            Shanghai or Guangzhou to the ancient cities like Xi’an and
            Hangzhou,each city has its
            <span class="word-bc" @click="saveWord('unique')">unique</span>
            <span class="word-bc" @click="saveWord($event,'unique')">unique</span>
            <span
              class="word-bc"
              style="margin-left: 5px"
              @click="saveWord('atmosphere')"
              @click="saveWord($event,'atmosphere')"
              >atmosphere</span
            >
            that attracts you.I visited more than a dozen cities and came across
@@ -553,6 +704,14 @@
            style="margin-left: 40px; width: 92%"
            class="fz-16 textarea-text"
          ></textarea>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:Chinese food is very delicious. Sichuan and Hunan cuisines are
            quite mouth-watering and stimulating.
          </p>
          <p>2.When and why did the author start her journey to China?</p>
          <textarea
            v-model="testData.tx.two"
@@ -561,6 +720,14 @@
            style="margin-left: 40px; width: 92%"
            class="fz-16 textarea-text"
          ></textarea>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:When the author got selected as a foreign student for PhD
            studies at one university in 2017, she started her journey to China.
          </p>
          <p>3.What are the author’s expectations of her stay in China?</p>
          <textarea
            v-model="testData.tx.three"
@@ -569,6 +736,13 @@
            style="margin-left: 40px; width: 92%"
            class="fz-16 textarea-text"
          ></textarea>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:The author looks forward to exploring more during her stay.
          </p>
          <p>4.What did the author think of Chinese people?</p>
          <textarea
            v-model="testData.tx.four"
@@ -577,6 +751,14 @@
            style="margin-left: 40px; width: 92%"
            class="fz-16 textarea-text"
          ></textarea>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:The author thought the local Chinese were very friendly and
            hospitable.
          </p>
          <p>5.What’s the author’s impression of the cities in China?</p>
          <textarea
            v-model="testData.tx.five"
@@ -585,6 +767,16 @@
            style="margin-left: 40px; width: 92%"
            class="fz-16 textarea-text"
          ></textarea>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:Each city has its unique atmosphere with charming features and
            unique landscapes.
          </p>
          Each city has its unique atmosphere with charming features and unique
          landscapes.
          <p><b>Ⅱ.Language focus.</b></p>
          <p>
            A.Fill in the blanks with the proper words in the passage.The
@@ -624,6 +816,13 @@
              style="width: 60px"
            />atmosphere that attracts people.
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:cuisine, landscapes, civilization, explore, unique
          </p>
          <p>
            B.Underline the following expressions in the passage and make
            sentences with them.
@@ -636,6 +835,14 @@
              style="width: 77%"
            />
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:She got selected as the cultural ambassador to show Chinese
            culture on campus.
          </p>
          <p>
            2.be curious about<input
              v-model="testData.line.two"
@@ -643,6 +850,14 @@
              class="input-bottom-border"
              style="width: 75%"
            />
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:Many foreigners are curious about the amazing Chinese martial
            arts.
          </p>
          <p>
            3.along the way<input
@@ -652,6 +867,14 @@
              style="width: 77%"
            />
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:I suggest that you go to Tibet by train so that you can enjoy
            the natural scenery along the way.
          </p>
          <p>
            4.come across<input
              v-model="testData.line.four"
@@ -660,6 +883,14 @@
              style="width: 79%"
            />
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:He came across the temple fair in Beijing during the Spring
            Festival.
          </p>
          <p>
            5.look forward to<input
              v-model="testData.line.five"
@@ -667,6 +898,14 @@
              class="input-bottom-border"
              style="width: 76%"
            />
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:She is looking forward to visiting the incredible cities in
            China.
          </p>
        </div>
      </div>
@@ -699,6 +938,13 @@
              class="input-bottom-border"
            />
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:孔子开创了平民化的教育。
          </p>
          <p>
            2.Lei Zu invented the technology of reeling silk(缫丝术)and
            greatly promoted the development of ancient Chinese civilization.
@@ -709,6 +955,13 @@
              type="text"
              class="input-bottom-border"
            />
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:嫘祖发明了中国缫丝技术,这极大地促进了中国古代文明的发展。
          </p>
          <p>
            3.Lu Yu,the author of <i>The Classic of Tea</i>,explored Chinese tea
@@ -721,6 +974,13 @@
              class="input-bottom-border"
            />
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:陆羽,《茶经》的作者,对中国茶道进行了深入的研究。
          </p>
          <p>
            4.Zhang Zhongjing was a doctor who had an incredible influence on
            Chinese medical science.
@@ -731,6 +991,13 @@
              type="text"
              class="input-bottom-border"
            />
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:张仲景是一位对中国医学有着重大影响的医学家。
          </p>
          <p>
            <b>Ⅲ.Grammar focus:The conditional sentence—if-clause.</b>
@@ -756,6 +1023,14 @@
              class="input-bottom-border"
            />.
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:If you try using sticks, you can enjoy the fun of having a
            real Chinese meal.
          </p>
          <p>
            2.Go to my Chinese New Year party.You will meet my Chinese friends
            there.
@@ -768,6 +1043,14 @@
              class="input-bottom-border"
            />.
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:If you go to my Chinese New Year party, you will meet my
            Chinese friends there.
          </p>
          <p>3.Drink some Longjing tea,and you will love it.</p>
          <p>
            <b>If</b
@@ -776,6 +1059,13 @@
              v-model="testData.gr.three"
              class="input-bottom-border"
            />.
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:If you drink some Longjing tea, you will love it.
          </p>
          <p>
            4.One day I will go to Xi’an,and I will visit the terracotta
@@ -789,6 +1079,14 @@
              class="input-bottom-border"
            />.
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案:If I go to Xi’an one day, I will visit the terracotta
            warriors.
          </p>
          <p>
            5.Ask foreigners about their favorite Chinese food.Kung Pao Chicken
            would possibly be in top three.
@@ -800,6 +1098,14 @@
              type="text"
              class="input-bottom-border"
            />.
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案: If you ask foreigners about their favorite Chinese food, Kung
            Pao Chicken would possible be in top three
          </p>
          <p>
            B.Complete the following sentences using <i>if</i> or
@@ -846,10 +1152,25 @@
            />I go to Sichuan,I will visit Chengdu Research Base of Giant Panda
            Breeding.
          </p>
          <p
            class="event-header-text-bc pd-5"
            style="margin-left: 40px; width: 93%"
            v-if="showQuestionAnswer"
          >
            答案: 1.whether &nbsp; 2.if &nbsp; 3.whether &nbsp; 4.whether
            &nbsp; 5.if
          </p>
          <ul class="fl ju-ev" style="width: 50%">
            <li><button>提交</button></li>
            <li><button @click="setTestData">保存</button></li>
            <li><button>查看答案</button></li>
            <li><button class="btn-border btn-w">提交</button></li>
            <li><button @click="setTestData" class="btn-border btn-w">保存</button></li>
            <li>
              <button
                @click="showQuestionAnswer = !showQuestionAnswer"
                class="parimary-btn"
              >
                查看答案
              </button>
            </li>
          </ul>
        </div>
      </div>
@@ -995,9 +1316,70 @@
            />
          </p>
          <div class="bk-wh">
            <p>
              exquisite ancient incredible unique traditional outstanding mouth-watering diverse hospitable enjoyable memorable charming
            <p class="dl-box">
              <span class="word-bc mr-20 dl-span" @click="saveWord($event,'exquisite')"
                >exquisite</span
              >
              <span class="word-bc mr-20 dl-span" @click="saveWord($event,'ancient')"
                >ancient</span
              ><span
                class="word-bc mr-20 dl-span"
                @click="saveWord($event,'incredible')"
                >incredible</span
              ><span class="word-bc mr-20 dl-span" @click="saveWord($event,'unique')"
                >unique</span
              ><span
                class="word-bc mr-20 dl-span"
                @click="saveWord($event,'traditional')"
                >traditional</span
              ><span
                class="word-bc mr-20 dl-span"
                @click="saveWord($event,'outstanding')"
                >outstanding</span
              ><span
                class="word-bc mr-20 dl-span"
                @click="saveWord($event,'mouth-watering')"
                >mouth-watering</span
              ><span class="word-bc mr-20 dl-span" @click="saveWord($event,'diverse')"
                >diverse</span
              ><span
                class="word-bc mr-20 dl-span"
                @click="saveWord($event,'hospitable')"
                >hospitable</span
              ><span
                class="word-bc mr-20 dl-span"
                @click="saveWord($event,'enjoyable')"
                >enjoyable</span
              ><span
                class="word-bc mr-20 dl-span"
                @click="saveWord($event,'memorable')"
                >memorable</span
              ><span class="word-bc mr-20 dl-span" @click="saveWord($event,'charming')"
                >charming</span
              >
            </p>
          </div>
          <div class="resource-primary-border" style="padding: 8px">
            <el-carousel
              :autoplay="false"
              trigger="click"
              class="bones-carousel carousel-image"
              arrow="always"
              indicator-position="none"
            >
              <el-carousel-item
                v-for="(item, index) in pptList"
                :key="index"
                class="bones-carousel-item"
              >
                <el-image
                  :src="item"
                  :preview-src-list="pptList"
                  :preview-teleported="true"
                  class="open-image"
                />
              </el-carousel-item>
            </el-carousel>
          </div>
        </div>
      </div>
@@ -1036,191 +1418,252 @@
          </div>
          <div class="fl ju-bt">
            <div class="left" style="width: 48%">
              <p class="center">
                <el-image :src="imgSeven" :preview-src-list="[imgSeven]" />
              </p>
              <p class="center">
                1.
                <select v-model="dropdownData.one.value">
                  <option
                    v-for="(item, index) in dropDownList"
                    :key="index"
                    :value="item"
                  >
                    {{ item }}
                  </option>
                </select>
                <span class="icon-box">
                  <i
                    class="el-icon-check correct-icon"
                    v-if="dropdownData.one.isRight"
                  ></i>
                  <i
                    class="el-icon-close error-icon"
                    v-if="dropdownData.one.isRight == false"
                  ></i>
                </span>
              <div>
                <p class="center">
                  <el-image :src="imgSeven" :preview-src-list="[imgSeven]" />
                </p>
                <p class="center">
                  1.
                  <select v-model="dropdownData.one.value">
                    <option
                      v-for="(item, index) in dropDownList"
                      :key="index"
                      :value="item"
                    >
                      {{ item }}
                    </option>
                  </select>
                  <span class="icon-box">
                    <i
                      class="el-icon-check correct-icon"
                      v-if="dropdownData.one.isRight"
                    ></i>
                    <i
                      class="el-icon-close error-icon"
                      v-if="dropdownData.one.isRight == false"
                    ></i>
                  </span>
                </p>
              </div>
              <p
                class="event-header-text-bc pd-5"
                style="width: 90%"
                v-if="showAnswerFive"
              >
                答案:intercity train
              </p>
            </div>
            <div class="right" style="width: 48%">
              <p class="center">
                <el-image
                  :src="imgEnight"
                  :preview-src-list="[imgEnight]"
                  style="width: 98%"
                />
              </p>
              <p class="center">
                2.
                <select v-model="dropdownData.two.value">
                  <option
                    v-for="(item, index) in dropDownList"
                    :key="index"
                    :value="item"
                  >
                    {{ item }}
                  </option>
                </select>
                <span class="icon-box">
                  <i
                    class="el-icon-check correct-icon"
                    v-if="dropdownData.two.isRight"
                  ></i>
                  <i
                    class="el-icon-close error-icon"
                    v-if="dropdownData.two.isRight == false"
                  ></i>
                </span>
              <div>
                <p class="center">
                  <el-image
                    :src="imgEnight"
                    :preview-src-list="[imgEnight]"
                    style="width: 98%"
                  />
                </p>
                <p class="center">
                  2.
                  <select v-model="dropdownData.two.value">
                    <option
                      v-for="(item, index) in dropDownList"
                      :key="index"
                      :value="item"
                    >
                      {{ item }}
                    </option>
                  </select>
                  <span class="icon-box">
                    <i
                      class="el-icon-check correct-icon"
                      v-if="dropdownData.two.isRight"
                    ></i>
                    <i
                      class="el-icon-close error-icon"
                      v-if="dropdownData.two.isRight == false"
                    ></i>
                  </span>
                </p>
              </div>
              <p
                class="event-header-text-bc pd-5"
                style="width: 90%"
                v-if="showAnswerFive"
              >
                答案:online shopping
              </p>
            </div>
          </div>
          <div class="fl ju-bt">
            <div class="left" style="width: 48%">
              <p class="center">
                <el-image :src="imgNine" :preview-src-list="[imgNine]" />
              </p>
              <p class="center">
                3.
                <select v-model="dropdownData.three.value">
                  <option
                    v-for="(item, index) in dropDownList"
                    :key="index"
                    :value="item"
                  >
                    {{ item }}
                  </option>
                </select>
                <span class="icon-box">
                  <i
                    class="el-icon-check correct-icon"
                    v-if="dropdownData.three.isRight"
                  ></i>
                  <i
                    class="el-icon-close error-icon"
                    v-if="dropdownData.three.isRight == false"
                  ></i>
                </span>
              <div>
                <p class="center">
                  <el-image :src="imgNine" :preview-src-list="[imgNine]" />
                </p>
                <p class="center">
                  3.
                  <select v-model="dropdownData.three.value">
                    <option
                      v-for="(item, index) in dropDownList"
                      :key="index"
                      :value="item"
                    >
                      {{ item }}
                    </option>
                  </select>
                  <span class="icon-box">
                    <i
                      class="el-icon-check correct-icon"
                      v-if="dropdownData.three.isRight"
                    ></i>
                    <i
                      class="el-icon-close error-icon"
                      v-if="dropdownData.three.isRight == false"
                    ></i>
                  </span>
                </p>
              </div>
              <p
                class="event-header-text-bc pd-5"
                style="width: 90%"
                v-if="showAnswerFive"
              >
                答案:electronic payment
              </p>
            </div>
            <div class="right" style="width: 48%">
              <p class="center">
                <el-image
                  :src="imgTen"
                  :preview-src-list="[imgTen]"
                  style="width: 94%"
                />
              </p>
              <p class="center">
                4.
                <select v-model="dropdownData.four.value">
                  <option
                    v-for="(item, index) in dropDownList"
                    :key="index"
                    :value="item"
                  >
                    {{ item }}
                  </option>
                </select>
                <span class="icon-box">
                  <i
                    class="el-icon-check correct-icon"
                    v-if="dropdownData.four.isRight"
                  ></i>
                  <i
                    class="el-icon-close error-icon"
                    v-if="dropdownData.four.isRight == false"
                  ></i>
                </span>
              <div>
                <p class="center">
                  <el-image
                    :src="imgTen"
                    :preview-src-list="[imgTen]"
                    style="width: 94%"
                  />
                </p>
                <p class="center">
                  4.
                  <select v-model="dropdownData.four.value">
                    <option
                      v-for="(item, index) in dropDownList"
                      :key="index"
                      :value="item"
                    >
                      {{ item }}
                    </option>
                  </select>
                  <span class="icon-box">
                    <i
                      class="el-icon-check correct-icon"
                      v-if="dropdownData.four.isRight"
                    ></i>
                    <i
                      class="el-icon-close error-icon"
                      v-if="dropdownData.four.isRight == false"
                    ></i>
                  </span>
                </p>
              </div>
              <p
                class="event-header-text-bc pd-5"
                style="width: 90%"
                v-if="showAnswerFive"
              >
                答案:shared bike
              </p>
            </div>
          </div>
          <div class="fl ju-bt">
            <div class="left" style="width: 48%">
              <p class="center">
                <el-image :src="imgEleven" :preview-src-list="[imgEleven]" />
              </p>
              <p class="center">
                5.
                <select v-model="dropdownData.five.value">
                  <option
                    v-for="(item, index) in dropDownList"
                    :key="index"
                    :value="item"
                  >
                    {{ item }}
                  </option>
                </select>
                <span class="icon-box">
                  <i
                    class="el-icon-check correct-icon"
                    v-if="dropdownData.five.isRight"
                  ></i>
                  <i
                    class="el-icon-close error-icon"
                    v-if="dropdownData.five.isRight == false"
                  ></i>
                </span>
              <div>
                <p class="center">
                  <el-image :src="imgEleven" :preview-src-list="[imgEleven]" />
                </p>
                <p class="center">
                  5.
                  <select v-model="dropdownData.five.value">
                    <option
                      v-for="(item, index) in dropDownList"
                      :key="index"
                      :value="item"
                    >
                      {{ item }}
                    </option>
                  </select>
                  <span class="icon-box">
                    <i
                      class="el-icon-check correct-icon"
                      v-if="dropdownData.five.isRight"
                    ></i>
                    <i
                      class="el-icon-close error-icon"
                      v-if="dropdownData.five.isRight == false"
                    ></i>
                  </span>
                </p>
              </div>
              <p
                class="event-header-text-bc pd-5"
                style="width: 90%"
                v-if="showAnswerFive"
              >
                答案:take-away service
              </p>
            </div>
            <div class="right" style="width: 48%">
              <p class="center">
                <el-image
                  :src="imgTwelve"
                  :preview-src-list="[imgTwelve]"
                  style="width: 98%"
                />
              </p>
              <p class="center">
                6.
                <select v-model="dropdownData.six.value">
                  <option
                    v-for="(item, index) in dropDownList"
                    :key="index"
                    :value="item"
                  >
                    {{ item }}
                  </option>
                </select>
                <span class="icon-box">
                  <i
                    class="el-icon-check correct-icon"
                    v-if="dropdownData.six.isRight"
                  ></i>
                  <i
                    class="el-icon-close error-icon"
                    v-if="dropdownData.six.isRight == false"
                  ></i>
                </span>
              <div>
                <p class="center">
                  <el-image
                    :src="imgTwelve"
                    :preview-src-list="[imgTwelve]"
                    style="width: 98%"
                  />
                </p>
                <p class="center">
                  6.
                  <select v-model="dropdownData.six.value">
                    <option
                      v-for="(item, index) in dropDownList"
                      :key="index"
                      :value="item"
                    >
                      {{ item }}
                    </option>
                  </select>
                  <span class="icon-box">
                    <i
                      class="el-icon-check correct-icon"
                      v-if="dropdownData.six.isRight"
                    ></i>
                    <i
                      class="el-icon-close error-icon"
                      v-if="dropdownData.six.isRight == false"
                    ></i>
                  </span>
                </p>
              </div>
              <p
                class="event-header-text-bc pd-5"
                style="width: 90%"
                v-if="showAnswerFive"
              >
                答案:facial recognition
              </p>
            </div>
          </div>
          <div class="fl ju-ev" style="width: 50%">
            <button @click="setDropdownData">保存</button>
            <button>提交</button>
            <button @click="handleDropdown('judge')">判断正确</button>
            <button @click="handleDropdown('answer')">查看答案</button>
          <div class="fl ju-ev" style="width: 70%">
            <button @click="setDropdownData" class="btn-border btn-w">
              保存
            </button>
            <button class="btn-border btn-w">提交</button>
            <button @click="handleDropdown('judge')" class="btn-border btn-w">判断正确</button>
            <button
              @click="showAnswerFive = !showAnswerFive"
              class="parimary-btn"
            >
              查看答案
            </button>
          </div>
        </div>
      </div>
@@ -1233,6 +1676,7 @@
<script>
import getResourcePath from "@/assets/methods/resources";
export default {
  name: "chapter-one",
  data() {
@@ -1250,32 +1694,44 @@
      imgEleven: require("../../assets/images/0019-5.jpg"),
      imgTwelve: require("../../assets/images/0019-6.jpg"),
      imgThirteen: require("../../assets/images/grammar.jpg"),
      showAnswerOne: false,
      showAnswerTwo: false,
      showAnswerThree: false,
      showAnswerFour: false,
      showAnswerFive: false,
      showImg: false,
      showQuestionAnswer: false,
      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",
          },
          seven: "",
        },
@@ -1383,6 +1839,35 @@
          answer: "facial recognition",
        },
      },
      pptList: [
        require("../../assets/images/ppt/ppt_01.png"),
        require("../../assets/images/ppt/ppt_02.png"),
        require("../../assets/images/ppt/ppt_03.png"),
        require("../../assets/images/ppt/ppt_04.png"),
        require("../../assets/images/ppt/ppt_05.png"),
        require("../../assets/images/ppt/ppt_06.png"),
        require("../../assets/images/ppt/ppt_07.png"),
        require("../../assets/images/ppt/ppt_08.png"),
        require("../../assets/images/ppt/ppt_09.png"),
        require("../../assets/images/ppt/ppt_10.png"),
        require("../../assets/images/ppt/ppt_11.png"),
        require("../../assets/images/ppt/ppt_12.png"),
        require("../../assets/images/ppt/ppt_13.png"),
        require("../../assets/images/ppt/ppt_14.png"),
        require("../../assets/images/ppt/ppt_15.png"),
        require("../../assets/images/ppt/ppt_16.png"),
        require("../../assets/images/ppt/ppt_17.png"),
        require("../../assets/images/ppt/ppt_18.png"),
        require("../../assets/images/ppt/ppt_19.png"),
        require("../../assets/images/ppt/ppt_20.png"),
        require("../../assets/images/ppt/ppt_21.png"),
        require("../../assets/images/ppt/ppt_22.png"),
        require("../../assets/images/ppt/ppt_23.png"),
        require("../../assets/images/ppt/ppt_24.png"),
        require("../../assets/images/ppt/ppt_25.png"),
        require("../../assets/images/ppt/ppt_26.png"),
        require("../../assets/images/ppt/ppt_27.png"),
      ],
    };
  },
  mounted() {
@@ -1401,8 +1886,8 @@
    this.getPath();
  },
  methods: {
    saveWord(word) {
      this.$emit("saveCharacters", word);
    saveWord(event,word) {
      this.$emit("saveCharacters", event,word);
    },
    setTestData() {
      localStorage.setItem("english-testOne", JSON.stringify(this.testData));
@@ -1425,16 +1910,7 @@
      );
    },
    showAnswer(type) {
      if (type == "wp-seven") {
        this.questionData.warnUp.seven =
          "1. Hanfu 2. Qipao 3. Tang Suit 4. Chinese tea 5. Chinese silk";
      } else if (type == "rd-one") {
        this.questionData.reading.one =
          "(1)The Silk Road  (2)Immigrants Sinologist";
      } else if (type == "rd-two") {
        this.questionData.reading.two =
          "(1)Various delicious food (2)Unique architectures (3)Beautiful scenery (4)Intangible cultural heritage, such as Taichi, shadow puppet show, traditional Chinese medicine, Peking Opera";
      } else if (type == "showImg") {
      if (type == "showImg") {
        this.showImg = !this.showImg;
      }
    },
@@ -1479,8 +1955,6 @@
          item.value == item.answer
            ? (item.isRight = true)
            : (item.isRight = false);
        } else if (type == "answer") {
          item.value = item.answer;
        }
      }
      this.dropdownData = dropdownDatas;
@@ -1509,4 +1983,28 @@
  height: 3px;
  background-color: #f9a71b;
}
.mr-20 {
  margin-right: 20px;
}
.dl-box {
  display: flex;
  flex-wrap: wrap;
  .dl-span {
    display: inline-block;
    text-indent: 0;
    margin-bottom: 15px;
    height: 20px;
    line-height: 20px;
  }
}
.btn-w {
  font-size: 14px;
  border-width:1px;
  min-width: 80px;
  background-color:#fff;
  &:hover {
    background-color:#0bab87 ;
    color: #fff;
  }
}
</style>