|
|
@@ -13,6 +13,7 @@
|
|
|
>
|
|
|
<div
|
|
|
class="number-box"
|
|
|
+ :class="['number-box-' + data.property.frame_size]"
|
|
|
:style="{
|
|
|
marginTop: isEnable(data.property.view_pinyin) ? '30px' : '',
|
|
|
}"
|
|
|
@@ -53,6 +54,7 @@
|
|
|
<el-image
|
|
|
v-if="items.file_list[0]"
|
|
|
class="items-image"
|
|
|
+ :class="['frame-size-' + data.property.frame_size]"
|
|
|
:src="items.file_list[0].file_url"
|
|
|
fit="contain"
|
|
|
:style="{
|
|
|
@@ -64,6 +66,7 @@
|
|
|
<template v-else-if="items && items.type === 'lian'">
|
|
|
<span
|
|
|
class="items-lian"
|
|
|
+ :class="['items-lian-' + data.property.frame_size]"
|
|
|
:style="{
|
|
|
color:
|
|
|
data.unified_attrib && data.unified_attrib.topic_color ? data.unified_attrib.topic_color : '',
|
|
|
@@ -105,6 +108,7 @@
|
|
|
item.content_list[indexs + 1].type !== 'lian'
|
|
|
? 'NoborderRight'
|
|
|
: '',
|
|
|
+ 'frame-size-' + data.property.frame_size,
|
|
|
]"
|
|
|
:play-color="
|
|
|
data.unified_attrib && data.unified_attrib.topic_color ? data.unified_attrib.topic_color : ''
|
|
|
@@ -138,6 +142,7 @@
|
|
|
item.content_list[indexs + 1].type !== 'lian'
|
|
|
? 'NoborderRight'
|
|
|
: '',
|
|
|
+ 'frame-size-' + data.property.frame_size,
|
|
|
]"
|
|
|
:style="{
|
|
|
borderColor:
|
|
|
@@ -226,7 +231,7 @@
|
|
|
items.hz_info && items.hz_info[0].hzDetail.hz_json ? items.hz_info[0].hzDetail.hz_json : []
|
|
|
"
|
|
|
class="hanzi-storck"
|
|
|
- :class="['strock-chinese', 'border-right-none']"
|
|
|
+ :class="['strock-chinese', 'border-right-none', 'frame-size-' + data.property.frame_size]"
|
|
|
:bg-type="data.property.frame_type"
|
|
|
:play-color="
|
|
|
data.unified_attrib && data.unified_attrib.topic_color ? data.unified_attrib.topic_color : ''
|
|
|
@@ -262,7 +267,7 @@
|
|
|
:book-text="item.content"
|
|
|
:target-div="'write-praT-1' + indexI + index + randomId"
|
|
|
:book-strokes="itemI.strokes"
|
|
|
- :class="['strock-chinese']"
|
|
|
+ :class="['strock-chinese', 'frame-size-' + data.property.frame_size]"
|
|
|
:bg-type="data.property.frame_type"
|
|
|
:play-color="
|
|
|
data.unified_attrib && data.unified_attrib.topic_color ? data.unified_attrib.topic_color : ''
|
|
|
@@ -281,7 +286,7 @@
|
|
|
:target-div="'write-praT-2' + indexI + index + randomId"
|
|
|
:book-strokes="itemI.strokes"
|
|
|
:stroke-color="'#ddd'"
|
|
|
- :class="['strock-chinese']"
|
|
|
+ :class="['strock-chinese', 'frame-size-' + data.property.frame_size]"
|
|
|
:bg-type="data.property.frame_type"
|
|
|
:play-color="
|
|
|
data.unified_attrib && data.unified_attrib.topic_color ? data.unified_attrib.topic_color : ''
|
|
|
@@ -297,7 +302,7 @@
|
|
|
<!-- 书写 -->
|
|
|
<div v-for="(items, indexs) in item.imgArr" :key="'write' + indexs" class="con-box">
|
|
|
<div
|
|
|
- :class="['strockplay-newWord']"
|
|
|
+ :class="['strockplay-newWord', 'frame-size-' + data.property.frame_size]"
|
|
|
:style="{
|
|
|
borderColor:
|
|
|
data.unified_attrib && data.unified_attrib.topic_color
|
|
|
@@ -737,6 +742,14 @@ export default {
|
|
|
height: 80px;
|
|
|
margin-right: 16px;
|
|
|
|
|
|
+ &-middle {
|
|
|
+ height: 70px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-small {
|
|
|
+ height: 60px;
|
|
|
+ }
|
|
|
+
|
|
|
.number {
|
|
|
display: block;
|
|
|
width: 24px;
|
|
|
@@ -776,6 +789,16 @@ export default {
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
+ .frame-size-middle {
|
|
|
+ width: 70px !important;
|
|
|
+ height: 70px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .frame-size-small {
|
|
|
+ width: 60px !important;
|
|
|
+ height: 60px !important;
|
|
|
+ }
|
|
|
+
|
|
|
.items-lian {
|
|
|
display: block;
|
|
|
height: 80px;
|
|
|
@@ -783,6 +806,16 @@ export default {
|
|
|
font-size: 34px;
|
|
|
line-height: 80px;
|
|
|
color: #346cda;
|
|
|
+
|
|
|
+ &-middle {
|
|
|
+ height: 70px;
|
|
|
+ line-height: 70px;
|
|
|
+ }
|
|
|
+
|
|
|
+ &-small {
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.items-flex {
|