|
|
@@ -216,7 +216,6 @@
|
|
|
v-if="pItem.img && pItem.img.length > 0 && pItem.imgPosition === 'after'"
|
|
|
:src="pItem.img[0].file_url"
|
|
|
:style="{
|
|
|
- width: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
height: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
}"
|
|
|
/>
|
|
|
@@ -342,8 +341,8 @@
|
|
|
pItem,
|
|
|
)
|
|
|
"
|
|
|
- >{{ item.wordsList[pIndex + 1].chs
|
|
|
- }}<img
|
|
|
+ ><span>{{ item.wordsList[pIndex + 1].chs }}</span
|
|
|
+ ><img
|
|
|
v-if="
|
|
|
item.wordsList[pIndex + 1].img &&
|
|
|
item.wordsList[pIndex + 1].img.length > 0 &&
|
|
|
@@ -351,7 +350,6 @@
|
|
|
"
|
|
|
:src="item.wordsList[pIndex + 1].img[0].file_url"
|
|
|
:style="{
|
|
|
- width: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
height: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
}"
|
|
|
/></span>
|
|
|
@@ -487,8 +485,8 @@
|
|
|
pItem,
|
|
|
)
|
|
|
"
|
|
|
- >{{ item.wordsList[pIndex + 2].chs
|
|
|
- }}<img
|
|
|
+ ><span>{{ item.wordsList[pIndex + 2].chs }}</span
|
|
|
+ ><img
|
|
|
v-if="
|
|
|
item.wordsList[pIndex + 2].img &&
|
|
|
item.wordsList[pIndex + 2].img.length > 0 &&
|
|
|
@@ -496,7 +494,6 @@
|
|
|
"
|
|
|
:src="item.wordsList[pIndex + 2].img[0].file_url"
|
|
|
:style="{
|
|
|
- width: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
height: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
}"
|
|
|
/></span>
|
|
|
@@ -626,16 +623,16 @@
|
|
|
pItem,
|
|
|
)
|
|
|
"
|
|
|
- >{{ pItem.chs[wIndex]
|
|
|
- }}<img
|
|
|
- v-if="pItem.img && pItem.img.length > 0 && pItem.imgPosition === 'after'"
|
|
|
- :src="pItem.img[0].file_url"
|
|
|
- :style="{
|
|
|
- width: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
- height: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
- }"
|
|
|
- /></span>
|
|
|
+ >{{ pItem.chs[wIndex] }}</span
|
|
|
+ >
|
|
|
</template>
|
|
|
+ <img
|
|
|
+ v-if="pItem.img && pItem.img.length > 0 && pItem.imgPosition === 'after'"
|
|
|
+ :src="pItem.img[0].file_url"
|
|
|
+ :style="{
|
|
|
+ height: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
+ }"
|
|
|
+ />
|
|
|
</span>
|
|
|
<span
|
|
|
v-if="curQue.property.pinyin_position == 'bottom' && config.isShowPY && item.dhaspinyin"
|
|
|
@@ -1794,7 +1791,7 @@ export default {
|
|
|
|
|
|
&.hasRemark {
|
|
|
box-sizing: border-box;
|
|
|
- width: 60%;
|
|
|
+ width: 70%;
|
|
|
border-right: 1px rgba(0, 0, 0, 10%) solid;
|
|
|
}
|
|
|
}
|
|
|
@@ -1867,6 +1864,7 @@ export default {
|
|
|
&.NNPE-chs {
|
|
|
display: flex;
|
|
|
flex-flow: wrap;
|
|
|
+ align-items: center;
|
|
|
font-family: '楷体';
|
|
|
font-size: 20px;
|
|
|
line-height: 1.4;
|
|
|
@@ -1938,6 +1936,7 @@ export default {
|
|
|
&.NNPE-chs {
|
|
|
display: flex;
|
|
|
flex-flow: wrap;
|
|
|
+ align-items: center;
|
|
|
font-family: '楷体';
|
|
|
font-size: 20px;
|
|
|
line-height: 1.4;
|
|
|
@@ -2032,7 +2031,7 @@ export default {
|
|
|
width: 100%;
|
|
|
|
|
|
&.hasRemark {
|
|
|
- width: 60%;
|
|
|
+ width: 70%;
|
|
|
padding: 8px 0 8px 23px;
|
|
|
border-right: 1px rgba(0, 0, 0, 10%) solid;
|
|
|
}
|
|
|
@@ -2123,6 +2122,7 @@ export default {
|
|
|
&.NNPE-chs {
|
|
|
display: flex;
|
|
|
flex-flow: wrap;
|
|
|
+ align-items: center;
|
|
|
font-family: '楷体';
|
|
|
font-size: 20px;
|
|
|
line-height: 28px;
|
|
|
@@ -2186,6 +2186,7 @@ export default {
|
|
|
&.NNPE-chs {
|
|
|
display: flex;
|
|
|
flex-flow: wrap;
|
|
|
+ align-items: center;
|
|
|
font-family: '楷体';
|
|
|
font-size: 20px;
|
|
|
line-height: 28px;
|
|
|
@@ -2241,144 +2242,4 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-.NPC-Big-Book-preview-green {
|
|
|
- .NNPE-ArticleView {
|
|
|
- .NNPE-detail-box {
|
|
|
- &.active {
|
|
|
- background: rgba(36, 185, 158, 15%);
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .NNPE-detail {
|
|
|
- .NNPE-words {
|
|
|
- &-box {
|
|
|
- > span {
|
|
|
- &.NNPE-chs {
|
|
|
- &.active {
|
|
|
- background: rgba(36, 185, 158, 15%);
|
|
|
- }
|
|
|
-
|
|
|
- &.wordActive {
|
|
|
- color: rgba(36, 185, 158, 100%);
|
|
|
- }
|
|
|
-
|
|
|
- .wordActive {
|
|
|
- color: rgba(36, 185, 158, 100%);
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- > span {
|
|
|
- &.NNPE-chs {
|
|
|
- &.active {
|
|
|
- background: rgba(36, 185, 158, 15%);
|
|
|
- }
|
|
|
-
|
|
|
- &.wordActive {
|
|
|
- color: rgba(36, 185, 158, 100%);
|
|
|
- }
|
|
|
-
|
|
|
- .wordActive {
|
|
|
- color: rgba(36, 185, 158, 100%);
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .NNPE-details {
|
|
|
- .NNPE-words {
|
|
|
- &-box {
|
|
|
- > span {
|
|
|
- &.NNPE-chs {
|
|
|
- .active {
|
|
|
- color: #24b99e;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- > span {
|
|
|
- &.NNPE-chs {
|
|
|
- .active {
|
|
|
- color: #24b99e;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.NPC-Big-Book-preview-brown {
|
|
|
- .NNPE-ArticleView {
|
|
|
- .NNPE-detail-box {
|
|
|
- &.active {
|
|
|
- background: rgba(189, 136, 101, 15%);
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .NNPE-detail {
|
|
|
- .NNPE-words {
|
|
|
- &-box {
|
|
|
- > span {
|
|
|
- &.NNPE-chs {
|
|
|
- &.active {
|
|
|
- background: rgba(189, 136, 101, 15%);
|
|
|
- }
|
|
|
-
|
|
|
- &.wordActive {
|
|
|
- color: rgba(189, 136, 101, 100%);
|
|
|
- }
|
|
|
-
|
|
|
- .wordActive {
|
|
|
- color: rgba(189, 136, 101, 100%);
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- > span {
|
|
|
- &.NNPE-chs {
|
|
|
- &.active {
|
|
|
- background: rgba(189, 136, 101, 15%);
|
|
|
- }
|
|
|
-
|
|
|
- &.wordActive {
|
|
|
- color: rgba(189, 136, 101, 100%);
|
|
|
- }
|
|
|
-
|
|
|
- .wordActive {
|
|
|
- color: rgba(189, 136, 101, 100%);
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .NNPE-details {
|
|
|
- .NNPE-words {
|
|
|
- &-box {
|
|
|
- > span {
|
|
|
- &.NNPE-chs {
|
|
|
- .active {
|
|
|
- color: #bd8865;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- > span {
|
|
|
- &.NNPE-chs {
|
|
|
- .active {
|
|
|
- color: #bd8865;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
</style>
|