|
@@ -14,7 +14,7 @@
|
|
|
class="pinyin"
|
|
|
>{{ items.pinyin }}</span
|
|
|
>
|
|
|
- <p v-if="items.hanzi">{{ items.hanzi }}</p>
|
|
|
+ <p v-if="items.hanzi" :style="{fontSize:items.fontSize}">{{ items.hanzi }}</p>
|
|
|
<span
|
|
|
v-if="items.pinyin && items.pinyinSite == 'bottom'"
|
|
|
class="pinyin"
|
|
@@ -48,7 +48,7 @@
|
|
|
class="pinyin"
|
|
|
>{{ items.pinyin }}</span
|
|
|
>
|
|
|
- <p v-if="items.hanzi">{{ items.hanzi }}</p>
|
|
|
+ <p v-if="items.hanzi" :style="{fontSize:items.fontSize}">{{ items.hanzi }}</p>
|
|
|
<span
|
|
|
v-if="items.pinyin && items.pinyinSite == 'bottom'"
|
|
|
class="pinyin"
|
|
@@ -71,6 +71,7 @@
|
|
|
:readonly="TaskModel == 'ANSWER'"
|
|
|
maxlength="200"
|
|
|
:class="['singleInput', 'userRight', inputAnswerClass('input', 0)]"
|
|
|
+ :style="{fontSize:items.fontSize}"
|
|
|
/>
|
|
|
</template>
|
|
|
<template v-else>
|
|
@@ -81,6 +82,7 @@
|
|
|
:readonly="TaskModel == 'ANSWER'"
|
|
|
maxlength="200"
|
|
|
:class="['singleInput', inputAnswerClass('input', 0)]"
|
|
|
+ :style="{fontSize:items.fontSize}"
|
|
|
/>
|
|
|
</template>
|
|
|
</template>
|
|
@@ -88,7 +90,7 @@
|
|
|
<!-- 补齐输入 -->
|
|
|
<template v-if="ChildType == 'image_gdcy'">
|
|
|
<div class="fill-box">
|
|
|
- <b v-if="items.hanzi">{{ items.hanzi }}</b>
|
|
|
+ <b v-if="items.hanzi" :style="{fontSize:items.fontSize}">{{ items.hanzi }}</b>
|
|
|
<template v-if="judgeAnswer == 'standardAnswer'">
|
|
|
<input
|
|
|
v-model="curQue.correct[0].input[0]"
|
|
@@ -97,6 +99,7 @@
|
|
|
:readonly="true"
|
|
|
maxlength="200"
|
|
|
:class="inputAnswerClass('input', 0)"
|
|
|
+ :style="{fontSize:items.fontSize}"
|
|
|
/>
|
|
|
</template>
|
|
|
<template v-else>
|
|
@@ -107,6 +110,7 @@
|
|
|
:readonly="TaskModel == 'ANSWER'"
|
|
|
maxlength="200"
|
|
|
:class="inputAnswerClass('input', 0)"
|
|
|
+ :style="{fontSize:items.fontSize}"
|
|
|
/>
|
|
|
</template>
|
|
|
</div>
|
|
@@ -121,6 +125,7 @@
|
|
|
:readonly="true"
|
|
|
maxlength="200"
|
|
|
:class="inputAnswerClass('input', 0)"
|
|
|
+ :style="{fontSize:items.fontSize}"
|
|
|
/>
|
|
|
<input
|
|
|
placeholder=""
|
|
@@ -128,6 +133,7 @@
|
|
|
:readonly="true"
|
|
|
maxlength="200"
|
|
|
:class="inputAnswerClass('input', 1)"
|
|
|
+ :style="{fontSize:items.fontSize}"
|
|
|
/>
|
|
|
</template>
|
|
|
<template v-else>
|
|
@@ -138,6 +144,7 @@
|
|
|
:readonly="TaskModel == 'ANSWER'"
|
|
|
maxlength="200"
|
|
|
:class="inputAnswerClass('input', 0)"
|
|
|
+ :style="{fontSize:items.fontSize}"
|
|
|
/>
|
|
|
<input
|
|
|
placeholder=""
|
|
@@ -146,6 +153,7 @@
|
|
|
:readonly="TaskModel == 'ANSWER'"
|
|
|
maxlength="200"
|
|
|
:class="inputAnswerClass('input', 1)"
|
|
|
+ :style="{fontSize:items.fontSize}"
|
|
|
/>
|
|
|
</template>
|
|
|
</div>
|
|
@@ -206,7 +214,7 @@
|
|
|
class="pinyin"
|
|
|
>{{ itemss.pinyin }}</span
|
|
|
>
|
|
|
- <p v-if="itemss.hanzi">{{ itemss.hanzi }}</p>
|
|
|
+ <p v-if="itemss.hanzi" :style="{fontSize:items.fontSize}">{{ itemss.hanzi }}</p>
|
|
|
<span
|
|
|
v-if="itemss.pinyin && items.pinyinSite == 'bottom'"
|
|
|
class="pinyin"
|
|
@@ -234,7 +242,7 @@
|
|
|
class="pinyin"
|
|
|
>{{ itemss.pinyin }}</span
|
|
|
>
|
|
|
- <p v-if="itemss.hanzi">{{ itemss.hanzi }}</p>
|
|
|
+ <p v-if="itemss.hanzi" :style="{fontSize:items.fontSize}">{{ itemss.hanzi }}</p>
|
|
|
<span
|
|
|
v-if="itemss.pinyin && items.pinyinSite == 'bottom'"
|
|
|
class="pinyin"
|
|
@@ -266,7 +274,7 @@
|
|
|
class="pinyin"
|
|
|
>{{ itemss.pinyin }}</span
|
|
|
>
|
|
|
- <p v-if="itemss.hanzi">{{ itemss.hanzi }}</p>
|
|
|
+ <p v-if="itemss.hanzi" :style="{fontSize:items.fontSize}">{{ itemss.hanzi }}</p>
|
|
|
<span
|
|
|
v-if="itemss.pinyin && items.pinyinSite == 'bottom'"
|
|
|
class="pinyin"
|
|
@@ -295,7 +303,7 @@
|
|
|
class="pinyin"
|
|
|
>{{ itemss.pinyin }}</span
|
|
|
>
|
|
|
- <p v-if="itemss.hanzi">{{ itemss.hanzi }}</p>
|
|
|
+ <p v-if="itemss.hanzi" :style="{fontSize:items.fontSize}">{{ itemss.hanzi }}</p>
|
|
|
<span
|
|
|
v-if="itemss.pinyin && items.pinyinSite == 'bottom'"
|
|
|
class="pinyin"
|