From 172199d84e17b2285aef2c1112fbed3c6f25f27c Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 26 六月 2024 19:51:22 +0800 Subject: [PATCH] 涂色题 --- src/books/artAndDrama/view/components/chapter002.vue | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/books/artAndDrama/view/components/chapter002.vue b/src/books/artAndDrama/view/components/chapter002.vue index 8403619..b104e7a 100644 --- a/src/books/artAndDrama/view/components/chapter002.vue +++ b/src/books/artAndDrama/view/components/chapter002.vue @@ -96,8 +96,9 @@ class="input-bottom-border fz-18" @change="setBookQuestion" style="width: 15%" />銆�</p> <h3 class="lefth3" id="c014" style="margin-top: 7%;"><img class="img-gn1" alt="" src="../../assets/images/czysj.jpg" /></h3> - <p class="text"><span class="hs1">鈼�</span>闃呰涓嬮潰鐨勬枃瀛楋紝涓哄皬铓傝殎閫夋嫨涓�绉嶆�ф牸鍚с��</p> - <choice class="text" :questions="questions" :primaryColor="accentColor" hoverBackgroundColor="green" hoverColor="white"></choice> + <!-- <p class="text"><span class="hs1">鈼�</span>闃呰涓嬮潰鐨勬枃瀛楋紝涓哄皬铓傝殎閫夋嫨涓�绉嶆�ф牸鍚с��</p> --> + <drag :question="dragQuestion" :page="16" class="drag-text"/> + <!-- <choice class="text" :questions="questions" :primaryColor="accentColor" hoverBackgroundColor="green" hoverColor="white"></choice> --> <p class="center openImgBox"><img class="img-e" alt="" src="../../assets/images/2-2.gif" /></p> </div> <!-- 姝ゆ涓洪〉鑴氶儴鍒嗭紙闇�瑕佽缃〉鐮侊級 --> @@ -247,12 +248,12 @@ </template> <script> - +import drag from "@/components/dragQuestion/index.vue" import { getResourcePath } from "@/assets/methods/resources"; import choice from "@/components/choice/choice.vue" export default { name: "chapterTwo", - components: { choice }, + components: { choice,drag }, props: { showPageList: { type: Array, @@ -314,7 +315,7 @@ dragQuestion:[ { analysisCon: null, - answer: ['A','B','C'], + answer: ['C','A','B'], difficulty: 0, id: "7BC7B760", isCollect: false, @@ -499,4 +500,9 @@ height: 100%; background-color: red; } +.drag-text { + margin: 0 4%; + font-family: "STKaiti"; + font-size: 19px; +} </style> \ No newline at end of file -- Gitblit v1.9.1