|
@@ -472,7 +472,9 @@ export default {
|
|
|
item?.mp3_zhhk &&
|
|
|
this.audioList.push({ name: "粵語", key: "mp3_zhhk" });
|
|
|
// item?.mp3_en && this.audioList.push({ name: "English", key: "mp3_en" });
|
|
|
- item?.mp3_pe && this.audioList.push({ name: "Português", key: "mp3_pe" });
|
|
|
+ this.curLanguage === "pe" &&
|
|
|
+ item?.mp3_pe &&
|
|
|
+ this.audioList.push({ name: "Português", key: "mp3_pe" });
|
|
|
console.log(this.audioList, "this.audioList");
|
|
|
const cnPreference = localStorage.getItem("cnPreference");
|
|
|
console.log(cnPreference === "mp3_zh", 'cnPreference === "mp3_zh"');
|
|
@@ -633,7 +635,7 @@ export default {
|
|
|
.listBox {
|
|
|
position: relative;
|
|
|
top: -54%;
|
|
|
- width: 69%;
|
|
|
+ width: 72%;
|
|
|
margin: 0 auto;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
@@ -706,7 +708,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.contenBox {
|
|
|
- width: 54%;
|
|
|
+ width: 51%;
|
|
|
height: 80%;
|
|
|
position: absolute;
|
|
|
top: auto;
|
|
@@ -769,7 +771,7 @@ export default {
|
|
|
position: fixed;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
- transform: translate(-412px, -82px);
|
|
|
+ transform: translate(-458px, -82px);
|
|
|
width: 48px;
|
|
|
height: 60px;
|
|
|
background-image: url("../assets/images/icon/left.png");
|
|
@@ -779,7 +781,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.rightJJ {
|
|
|
- transform: translate(364px, -82px);
|
|
|
+ transform: translate(414px, -82px);
|
|
|
background-image: url("../assets/images/icon/right.png");
|
|
|
}
|
|
|
.noClick {
|
|
@@ -849,7 +851,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.listBox {
|
|
|
- width: 61%;
|
|
|
position: initial;
|
|
|
}
|
|
|
.flooTxt {
|