|
|
@@ -103,7 +103,11 @@
|
|
|
noFont.indexOf(pItem.pinyin) > -1 ? 'noFont' : ''
|
|
|
]"
|
|
|
@click.stop="viewNotes($event, pItem.pinyin)"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ pItem.pinyin }}</span
|
|
|
>
|
|
|
<span
|
|
|
@@ -122,7 +126,8 @@
|
|
|
"
|
|
|
:style="{
|
|
|
fontFamily: pItem.config.fontFamily,
|
|
|
- height: '28px',
|
|
|
+ height: baseSizePhone + 14 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 14 + 'px',
|
|
|
display: 'inline-block',
|
|
|
fontSize: baseSizePhone + 6 + 'px'
|
|
|
}"
|
|
|
@@ -144,7 +149,11 @@
|
|
|
noFont.indexOf(pItem.pinyin) > -1 ? 'noFont' : ''
|
|
|
]"
|
|
|
@click.stop="viewNotes($event, pItem.pinyin)"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ pItem.pinyin }}</span
|
|
|
>
|
|
|
</span>
|
|
|
@@ -170,7 +179,11 @@
|
|
|
item.wordsList[pIndex + 1].pinyin
|
|
|
)
|
|
|
"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ item.wordsList[pIndex + 1].pinyin }}</span
|
|
|
>
|
|
|
<span
|
|
|
@@ -187,7 +200,8 @@
|
|
|
:style="{
|
|
|
fontFamily:
|
|
|
item.wordsList[pIndex + 1].config.fontFamily,
|
|
|
- height: '28px',
|
|
|
+ height: baseSizePhone + 14 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 14 + 'px',
|
|
|
display: 'inline-block',
|
|
|
fontSize: baseSizePhone + 6 + 'px'
|
|
|
}"
|
|
|
@@ -220,7 +234,11 @@
|
|
|
item.wordsList[pIndex + 1].pinyin
|
|
|
)
|
|
|
"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ item.wordsList[pIndex + 1].pinyin }}</span
|
|
|
>
|
|
|
</span>
|
|
|
@@ -253,7 +271,11 @@
|
|
|
: ''
|
|
|
]"
|
|
|
style="text-align: left"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
@click.stop="
|
|
|
viewNotes(
|
|
|
$event,
|
|
|
@@ -276,7 +298,8 @@
|
|
|
:style="{
|
|
|
fontFamily:
|
|
|
item.wordsList[pIndex + 2].config.fontFamily,
|
|
|
- height: '28px',
|
|
|
+ height: baseSizePhone + 14 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 14 + 'px',
|
|
|
display: 'inline-block',
|
|
|
fontSize: baseSizePhone + 6 + 'px'
|
|
|
}"
|
|
|
@@ -303,7 +326,11 @@
|
|
|
: ''
|
|
|
]"
|
|
|
style="text-align: left"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
@click.stop="
|
|
|
viewNotes(
|
|
|
$event,
|
|
|
@@ -328,7 +355,11 @@
|
|
|
noFont.indexOf(pItem.pinyin) > -1 ? 'noFont' : ''
|
|
|
]"
|
|
|
@click.stop="viewNotes($event, pItem.pinyin)"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ pItem.pinyin }}</span
|
|
|
>
|
|
|
<span
|
|
|
@@ -348,7 +379,8 @@
|
|
|
"
|
|
|
:style="{
|
|
|
fontFamily: pItem.config.fontFamily,
|
|
|
- height: '28px',
|
|
|
+ height: baseSizePhone + 14 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 14 + 'px',
|
|
|
display: 'inline-block',
|
|
|
fontSize: baseSizePhone + 6 + 'px'
|
|
|
}"
|
|
|
@@ -371,7 +403,11 @@
|
|
|
noFont.indexOf(pItem.pinyin) > -1 ? 'noFont' : ''
|
|
|
]"
|
|
|
@click.stop="viewNotes($event, pItem.pinyin)"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ pItem.pinyin }}</span
|
|
|
>
|
|
|
</template>
|
|
|
@@ -411,7 +447,11 @@
|
|
|
curQue.enPosition == 'top'
|
|
|
"
|
|
|
:class="['enwords', sentIndex == index ? 'wordBlank' : '']"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>
|
|
|
{{ item.enwords }}
|
|
|
</div>
|
|
|
@@ -451,7 +491,11 @@
|
|
|
noFont.indexOf(pItem.pinyin) > -1 ? 'noFont' : ''
|
|
|
]"
|
|
|
@click.stop="viewNotes($event, pItem.pinyin)"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ pItem.pinyin }}</span
|
|
|
>
|
|
|
</template>
|
|
|
@@ -477,7 +521,8 @@
|
|
|
"
|
|
|
:style="{
|
|
|
fontFamily: pItem.config.fontFamily,
|
|
|
- height: '28px',
|
|
|
+ height: baseSizePhone + 14 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 14 + 'px',
|
|
|
display: 'inline-block',
|
|
|
fontSize: baseSizePhone + 6 + 'px'
|
|
|
}"
|
|
|
@@ -499,7 +544,11 @@
|
|
|
noFont.indexOf(pItem.pinyin) > -1 ? 'noFont' : ''
|
|
|
]"
|
|
|
@click.stop="viewNotes($event, pItem.pinyin)"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ pItem.pinyin }}</span
|
|
|
>
|
|
|
</template>
|
|
|
@@ -520,7 +569,11 @@
|
|
|
@click.stop="
|
|
|
viewNotes($event, item.sentArr[pIndex + 1].pinyin)
|
|
|
"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ item.sentArr[pIndex + 1].pinyin }}</span
|
|
|
>
|
|
|
</template>
|
|
|
@@ -538,7 +591,8 @@
|
|
|
:style="{
|
|
|
fontFamily:
|
|
|
item.sentArr[pIndex + 1].config.fontFamily,
|
|
|
- height: '28px',
|
|
|
+ height: baseSizePhone + 14 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 14 + 'px',
|
|
|
display: 'inline-block',
|
|
|
fontSize: baseSizePhone + 6 + 'px'
|
|
|
}"
|
|
|
@@ -567,7 +621,11 @@
|
|
|
@click.stop="
|
|
|
viewNotes($event, item.sentArr[pIndex + 1].pinyin)
|
|
|
"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ item.sentArr[pIndex + 1].pinyin }}</span
|
|
|
>
|
|
|
</template>
|
|
|
@@ -595,7 +653,11 @@
|
|
|
@click.stop="
|
|
|
viewNotes($event, item.sentArr[pIndex + 2].pinyin)
|
|
|
"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ item.sentArr[pIndex + 2].pinyin }}</span
|
|
|
>
|
|
|
</template>
|
|
|
@@ -613,7 +675,8 @@
|
|
|
:style="{
|
|
|
fontFamily:
|
|
|
item.sentArr[pIndex + 2].config.fontFamily,
|
|
|
- height: '28px',
|
|
|
+ height: baseSizePhone + 14 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 14 + 'px',
|
|
|
display: 'inline-block',
|
|
|
fontSize: baseSizePhone + 6 + 'px'
|
|
|
}"
|
|
|
@@ -642,7 +705,11 @@
|
|
|
@click.stop="
|
|
|
viewNotes($event, item.sentArr[pIndex + 1].pinyin)
|
|
|
"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ item.sentArr[pIndex + 2].pinyin }}</span
|
|
|
>
|
|
|
</template>
|
|
|
@@ -660,7 +727,11 @@
|
|
|
noFont.indexOf(pItem.pinyin) > -1 ? 'noFont' : ''
|
|
|
]"
|
|
|
@click.stop="viewNotes($event, pItem.pinyin)"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ pItem.pinyin }}</span
|
|
|
>
|
|
|
</template>
|
|
|
@@ -688,7 +759,8 @@
|
|
|
"
|
|
|
:style="{
|
|
|
fontFamily: pItem.config.fontFamily,
|
|
|
- height: '28px',
|
|
|
+ height: baseSizePhone + 14 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 14 + 'px',
|
|
|
display: 'inline-block',
|
|
|
fontSize: baseSizePhone + 6 + 'px'
|
|
|
}"
|
|
|
@@ -711,7 +783,11 @@
|
|
|
noFont.indexOf(pItem.pinyin) > -1 ? 'noFont' : ''
|
|
|
]"
|
|
|
@click.stop="viewNotes($event, pItem.pinyin)"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>{{ pItem.pinyin }}</span
|
|
|
>
|
|
|
</template>
|
|
|
@@ -736,7 +812,11 @@
|
|
|
(curQue.enPosition && curQue.enPosition == 'bottom'))
|
|
|
"
|
|
|
:class="['enwords', sentIndex == index ? 'wordBlank' : '']"
|
|
|
- :style="{ fontSize: baseSizePhone + 'px' }"
|
|
|
+ :style="{
|
|
|
+ fontSize: baseSizePhone + 'px',
|
|
|
+ height: baseSizePhone + 8 + 'px',
|
|
|
+ lineHeight: baseSizePhone + 8 + 'px'
|
|
|
+ }"
|
|
|
>
|
|
|
{{ item.enwords }}
|
|
|
</div>
|