|
@@ -4,7 +4,12 @@
|
|
|
<h2 v-if="curQue.title">{{ curQue.title }}</h2>
|
|
|
<div class="item-box">
|
|
|
<div class="item" v-for="(item, index) in curQue.option" :key="index">
|
|
|
- <p v-if="item.pinyin">{{ item.pinyin }}</p>
|
|
|
+ <p v-if="item.pinyin">
|
|
|
+ <span>
|
|
|
+ {{ item.pinyin }}
|
|
|
+ </span>
|
|
|
+ <span>{{ item.en }}</span>
|
|
|
+ </p>
|
|
|
<div class="con-box">
|
|
|
<template v-if="item.imgOrText == 'text'">
|
|
|
<template v-if="item.con">
|
|
@@ -158,13 +163,19 @@ export default {
|
|
|
flex-flow: wrap;
|
|
|
margin: 9px 20px;
|
|
|
box-sizing: border-box;
|
|
|
- width: 66px;
|
|
|
+ // width: 66px;
|
|
|
cursor: pointer;
|
|
|
> p {
|
|
|
+ white-space: nowrap;
|
|
|
+ :nth-child(1) {
|
|
|
+ font-family: "GB-PINYINOK-B";
|
|
|
+ }
|
|
|
+ :nth-child(2) {
|
|
|
+ font-family: "robot";
|
|
|
+ }
|
|
|
color: #2c2c2c;
|
|
|
font-size: 14px;
|
|
|
line-height: 130%;
|
|
|
- font-family: "GB-PINYINOK-B";
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
margin: 0 0 8px 0;
|
|
@@ -188,6 +199,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.con-box {
|
|
|
+ width: 66px;
|
|
|
display: flex;
|
|
|
border: 1px solid #de4444;
|
|
|
border-radius: 8px;
|
|
@@ -287,8 +299,8 @@ export default {
|
|
|
.NNPE-Big-Book-preview-red {
|
|
|
.NewWordShow {
|
|
|
.strock-play-box {
|
|
|
- width: 22px;
|
|
|
- height: 22px;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
right: -2px;
|
|
|
top: 0;
|
|
|
background: url("../../../assets/NPC/strock-play-red-click.png") center
|
|
@@ -303,8 +315,8 @@ export default {
|
|
|
.NNPE-Big-Book-preview-green {
|
|
|
.NewWordShow {
|
|
|
.strock-play-box {
|
|
|
- width: 22px;
|
|
|
- height: 22px;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
right: -2px;
|
|
|
top: 0;
|
|
|
background: url("../../../assets/NPC/strock-play-green-click.png") center
|
|
@@ -319,8 +331,8 @@ export default {
|
|
|
.NNPE-Big-Book-preview-brown {
|
|
|
.NewWordShow {
|
|
|
.strock-play-box {
|
|
|
- width: 22px;
|
|
|
- height: 22px;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
right: -2px;
|
|
|
top: 0;
|
|
|
background: url("../../../assets/NPC/strock-play-yellow-click.png") center
|