|
@@ -67,7 +67,7 @@
|
|
|
:wordFontsize="wordFontsize"
|
|
|
:bodyLeft="bodyLeft"
|
|
|
:bodyWidth="bodyWidth"
|
|
|
- :themeColor="bookInfo.theme_color"
|
|
|
+ :attrib="data.unified_attrib"
|
|
|
:noFont="noFont"
|
|
|
v-if="!showPhrases && !showPractice && !showWord"
|
|
|
:config="config"
|
|
@@ -81,7 +81,7 @@
|
|
|
:titleFontsize="titleFontsize"
|
|
|
:wordFontsize="wordFontsize"
|
|
|
:NNPENewWordList="NNPENewWordList"
|
|
|
- :themeColor="bookInfo.theme_color"
|
|
|
+ :attrib="data.unified_attrib"
|
|
|
:noFont="noFont"
|
|
|
:bodyLeft="bodyLeft"
|
|
|
v-if="showPhrases"
|
|
@@ -97,7 +97,7 @@
|
|
|
:curQue="data"
|
|
|
:titleFontsize="titleFontsize"
|
|
|
:wordFontsize="wordFontsize"
|
|
|
- :themeColor="bookInfo.theme_color"
|
|
|
+ :attrib="data.unified_attrib"
|
|
|
:noFont="noFont"
|
|
|
:NNPENewWordList="NNPENewWordList"
|
|
|
v-if="showPractice"
|
|
@@ -116,7 +116,7 @@
|
|
|
:bodyLeft="bodyLeft"
|
|
|
:bodyWidth="bodyWidth"
|
|
|
:NNPENewWordList="NNPENewWordList"
|
|
|
- :themeColor="bookInfo.theme_color"
|
|
|
+ :attrib="data.unified_attrib"
|
|
|
:noFont="noFont"
|
|
|
v-if="showWord"
|
|
|
:config="config"
|
|
@@ -715,23 +715,27 @@ export default {
|
|
|
}
|
|
|
|
|
|
.pinyin-16 {
|
|
|
- background: url('@/assets/icon/pinyin-16-normal-red.png') no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
+ cursor: pointer;
|
|
|
|
|
|
- &.disabled {
|
|
|
- background: url('@/assets/icon/pinyin-16-disable-Black.png') no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
+ // background: url('@/assets/icon/pinyin-16-normal-red.png') no-repeat left top;
|
|
|
+ // background-size: 100% 100%;
|
|
|
+
|
|
|
+ // &.disabled {
|
|
|
+ // background: url('@/assets/icon/pinyin-16-disable-Black.png') no-repeat left top;
|
|
|
+ // background-size: 100% 100%;
|
|
|
+ // }
|
|
|
}
|
|
|
|
|
|
.EN-16 {
|
|
|
- background: url('@/assets/icon/EN-16-normal-red.png') no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
+ cursor: pointer;
|
|
|
|
|
|
- &.disabled {
|
|
|
- background: url('@/assets/icon/EN-16-disable-Black.png') no-repeat left top;
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
+ // background: url('@/assets/icon/EN-16-normal-red.png') no-repeat left top;
|
|
|
+ // background-size: 100% 100%;
|
|
|
+
|
|
|
+ // &.disabled {
|
|
|
+ // background: url('@/assets/icon/EN-16-disable-Black.png') no-repeat left top;
|
|
|
+ // background-size: 100% 100%;
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
|