|
@@ -94,9 +94,6 @@
|
|
|
v-if="pyNumber > 0 && pyPosition == 'top'"
|
|
|
class="RLC-pinyin"
|
|
|
:class="[
|
|
|
- pyColor == 'black' ? 'RLC-pinyin-black' : '',
|
|
|
- pyColor == 'grey' ? 'RLC-pinyin-grey' : '',
|
|
|
- pyColor == 'sub' ? 'RLC-pinyin-sub' : '',
|
|
|
noFont.indexOf(detail.wordsList[pIndex + 1].pinyin) > -1
|
|
|
? 'noFont'
|
|
|
: '',
|
|
@@ -126,9 +123,6 @@
|
|
|
v-if="pyNumber > 0 && pyPosition == 'bottom'"
|
|
|
class="RLC-pinyin"
|
|
|
:class="[
|
|
|
- pyColor == 'black' ? 'RLC-pinyin-black' : '',
|
|
|
- pyColor == 'grey' ? 'RLC-pinyin-grey' : '',
|
|
|
- pyColor == 'sub' ? 'RLC-pinyin-sub' : '',
|
|
|
noFont.indexOf(detail.wordsList[pIndex + 1].pinyin) > -1
|
|
|
? 'noFont'
|
|
|
: '',
|
|
@@ -149,9 +143,6 @@
|
|
|
v-if="pyNumber > 0 && curQue.pyPosition == 'top'"
|
|
|
:class="[
|
|
|
'RLC-pinyin',
|
|
|
- pyColor == 'black' ? 'RLC-pinyin-black' : '',
|
|
|
- pyColor == 'grey' ? 'RLC-pinyin-grey' : '',
|
|
|
- pyColor == 'sub' ? 'RLC-pinyin-sub' : '',
|
|
|
noFont.indexOf(detail.wordsList[pIndex + 2].pinyin) > -1
|
|
|
? 'noFont'
|
|
|
: '',
|
|
@@ -175,9 +166,6 @@
|
|
|
v-if="pyNumber > 0 && curQue.pyPosition == 'bottom'"
|
|
|
:class="[
|
|
|
'RLC-pinyin',
|
|
|
- pyColor == 'black' ? 'RLC-pinyin-black' : '',
|
|
|
- pyColor == 'grey' ? 'RLC-pinyin-grey' : '',
|
|
|
- pyColor == 'sub' ? 'RLC-pinyin-sub' : '',
|
|
|
noFont.indexOf(detail.wordsList[pIndex + 2].pinyin) > -1
|
|
|
? 'noFont'
|
|
|
: '',
|
|
@@ -195,9 +183,6 @@
|
|
|
class="RLC-pinyin"
|
|
|
:class="[
|
|
|
pItem.chs != '“' && pItem.padding ? 'padding' : '',
|
|
|
- pyColor == 'black' ? 'RLC-pinyin-black' : '',
|
|
|
- pyColor == 'grey' ? 'RLC-pinyin-grey' : '',
|
|
|
- pyColor == 'sub' ? 'RLC-pinyin-sub' : '',
|
|
|
noFont.indexOf(pItem.pinyin) > -1 ? 'noFont' : '',
|
|
|
]"
|
|
|
>{{ pItem.pinyin | handlePY }}</span
|
|
@@ -258,9 +243,6 @@
|
|
|
class="RLC-pinyin"
|
|
|
:class="[
|
|
|
pItem.chs != '“' && pItem.padding ? 'padding' : '',
|
|
|
- pyColor == 'black' ? 'RLC-pinyin-black' : '',
|
|
|
- pyColor == 'grey' ? 'RLC-pinyin-grey' : '',
|
|
|
- pyColor == 'sub' ? 'RLC-pinyin-sub' : '',
|
|
|
noFont.indexOf(pItem.pinyin) > -1 ? 'noFont' : '',
|
|
|
]"
|
|
|
>{{ pItem.pinyin | handlePY }}</span
|
|
@@ -352,15 +334,7 @@ export default {
|
|
|
_this.fn_check_list.sent_check == "sentence_long_input_chs" &&
|
|
|
_this.fn_check_list.style_check == "sentence_textarea_chs"
|
|
|
) {
|
|
|
- if (!_this.bgColor || _this.bgColor == "grey") {
|
|
|
- classname = "answer-input-textarea-white";
|
|
|
- }
|
|
|
- if (_this.bgColor == "white") {
|
|
|
- classname = "answer-input-textarea-grey";
|
|
|
- }
|
|
|
- if (_this.bgColor == "theme") {
|
|
|
- classname = "answer-input-textarea-theme";
|
|
|
- }
|
|
|
+ classname = "answer-input-textarea";
|
|
|
}
|
|
|
return classname;
|
|
|
},
|
|
@@ -446,12 +420,12 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.answer-input {
|
|
|
- min-height: 25px;
|
|
|
+ min-height: 24px;
|
|
|
box-sizing: border-box;
|
|
|
border: 0;
|
|
|
border-bottom: 1px rgba(0, 0, 0, 0.45) solid;
|
|
|
background: 0 0;
|
|
|
- min-width: 120px;
|
|
|
+ min-width: 100px;
|
|
|
outline: 0;
|
|
|
text-align: left;
|
|
|
font-family: "FZJCGFKTK";
|
|
@@ -459,10 +433,20 @@ export default {
|
|
|
color: rgba(0, 0, 0, 0.45);
|
|
|
box-sizing: border-box;
|
|
|
color: #000000;
|
|
|
- line-height: 150%;
|
|
|
+ line-height: 145%;
|
|
|
&-input {
|
|
|
min-width: 432px;
|
|
|
}
|
|
|
+ &-textarea {
|
|
|
+ min-width: 432px;
|
|
|
+ min-height: 64px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 8px 16px;
|
|
|
+ border-radius: 8px 8px 0 0;
|
|
|
+ background: #ffffff;
|
|
|
+ border: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
+ border-bottom: 0;
|
|
|
+ }
|
|
|
&.answer-textarea {
|
|
|
min-width: 432px;
|
|
|
border: 0;
|
|
@@ -471,18 +455,7 @@ export default {
|
|
|
padding: 16px 24px 20px;
|
|
|
border-radius: 8px;
|
|
|
}
|
|
|
- &-textarea-grey {
|
|
|
- @extend .answer-textarea;
|
|
|
- background: #f5f5f5;
|
|
|
- }
|
|
|
- &-textarea-white {
|
|
|
- @extend .answer-textarea;
|
|
|
- background: #fff;
|
|
|
- }
|
|
|
- &-textarea-theme {
|
|
|
- @extend .answer-textarea;
|
|
|
- //@include background_color("theme_color_015");
|
|
|
- }
|
|
|
+
|
|
|
&-auto {
|
|
|
min-width: 518px !important;
|
|
|
}
|
|
@@ -494,10 +467,10 @@ export default {
|
|
|
.RLC-pinyin {
|
|
|
font-family: "Sans-GB";
|
|
|
font-weight: normal;
|
|
|
- font-size: 12px;
|
|
|
- line-height: 12px;
|
|
|
- color: #000000;
|
|
|
- height: 12px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 130%;
|
|
|
+ color: rgba(0, 0, 0, 0.6);
|
|
|
+ height: 18px;
|
|
|
text-align: center;
|
|
|
&-black {
|
|
|
color: #000;
|