From e466f6eb8ba044755318ba7db654772fb7a8fa2b Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期二, 04 六月 2024 15:41:16 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/English/view/components/chapter001.vue | 35 +++++++++++++++++++++-------------- 1 files changed, 21 insertions(+), 14 deletions(-) diff --git a/src/books/English/view/components/chapter001.vue b/src/books/English/view/components/chapter001.vue index 4a537d1..11382cc 100644 --- a/src/books/English/view/components/chapter001.vue +++ b/src/books/English/view/components/chapter001.vue @@ -517,9 +517,13 @@ <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> @@ -2331,19 +2335,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 +2386,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 +2404,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 +2415,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 +2444,7 @@ titleDescription: "1", userChoise: [], value: [], + answerImg:require("@/books/English/assets/images/matching-one.png") }, questionData: { warnUp: { @@ -2794,4 +2800,5 @@ select { height: 24px; } + </style> -- Gitblit v1.9.1