闫增涛
2024-06-04 28f79c906721eea9ff2c74cf87ae1179a831d534
src/books/English/view/components/chapter001.vue
@@ -505,7 +505,7 @@
          <div class="bodystyle">
            <h3 id="c002" class="fl al-cn">
              <span class="bjh3">Listening</span>
              <audio :src="resource.listenOne" controls></audio>
              <audio :src="resource.listenOne" controls class="audio"></audio>
            </h3>
            <p>
              <b
@@ -517,12 +517,16 @@
            <p class="center">
              <img class="img-0" alt="" src="../../assets/images/0013-3.jpg" />
            </p>
            <!-- <div>
              <matching :rawData="rawData" :item="question" :value="value"></matching>
            </div> -->
            <div>
              <ul class="fl ju-bt">
                <li>Speakers Chinese Cultural Symbols</li>
                <li style="width:40%;text-align:center">Descriptions</li>
              </ul>
              <matching :rawData="rawData" :item="question"></matching>
            </div>
            <h3 id="c003" class="fl al-cn">
              <span class="bjh3">Reading</span>
              <audio :src="resource.readingOne" controls></audio>
              <audio :src="resource.readingOne" controls class="audio"></audio>
            </h3>
            <p>
              1.How was Chinese culture introduced to the world in ancient
@@ -731,6 +735,7 @@
              :src="resource.readingTwo"
              controls
              style="margin-left: 10px"
              class="audio"
            ></audio>
            <p>wonderland /ˈwʌndəlænd/ <i>n.</i> 有许多奇妙事物的地方</p>
            <div class="bkbj">
@@ -2331,19 +2336,19 @@
        left: [
          {
            oldId: "FB34",
            txt: "Silk",
            txt: "Martin    Silk",
          },
          {
            oldId: "64D6",
            txt: "The Great Wall",
            txt: "Jessica  The Great Wall",
          },
          {
            oldId: "2ED4",
            txt: "Chinese Food",
            txt: "Soren  Chinese Food",
          },
          {
            oldId: "44DE",
            txt: "Chinese Tea",
            txt: "Chinese    Tea",
          },
        ],
        right: [
@@ -2382,12 +2387,12 @@
          },
          {
            id: "2ED4",
            linkValue: "C",
            linkValue: "It is very delicious and I like the hot and spicy Sichuan lavor hest.",
            value: "Chinese Food",
          },
          {
            id: "44DE",
            linkValue: "D",
            linkValue: "It was first discovered and drank in China and my favorileLongjing tca is praduced near the West Lake in Hangzhou.",
            value: "Chinese Tea",
          },
        ],
@@ -2400,6 +2405,10 @@
              txt: "It is one of China's must-see sights for visitors, which shows thewisdom of Chinese people.",
            },
            {
              oldId: "44DE",
              txt: "It was first discovered and drank in China and my favoriteLongjing tea is produced near the West Lake in Hangzhou.",
            },
            {
              oldId: "FB34",
              txt: "The clothing material is quite popular among Roman women inancient times.",
            },
@@ -2407,15 +2416,12 @@
              oldId: "2ED4",
              txt: "It is very delicious and I like the hot and spicy Sichuan lavor hest.",
            },
            {
              oldId: "44DE",
              txt: "It was first discovered and drank in China and my favoriteLongjing tea is produced near the West Lake in Hangzhou.",
            },
          ],
          values: [
            {
              oldId: "FB34",
              txt: "Silk",
              txt: "Martin  Silk",
            },
            {
              oldId: "64D6",
@@ -2439,6 +2445,7 @@
        titleDescription: "1",
        userChoise: [],
        value: [],
        answerImg:require("@/books/English/assets/images/matching-one.png")
      },
      questionData: {
        warnUp: {
@@ -2794,4 +2801,11 @@
select {
  height: 24px;
}
.mini-audio {
  width: 200px;
  height: 200px;
  position: fixed;
  right:0;
  background-color: red;
}
</style>