|
@@ -19,7 +19,7 @@
|
|
<div class="begin_right">
|
|
<div class="begin_right">
|
|
<template v-if="Mylangue">
|
|
<template v-if="Mylangue">
|
|
<p>欢迎来到</p>
|
|
<p>欢迎来到</p>
|
|
- <p>大理洱海科普教育中心趣味问答小游戏,</p>
|
|
|
|
|
|
+ <p>大理洱海科普教育中心趣味课题小游戏,</p>
|
|
<p>您将随机抽取二十道题进行作答,</p>
|
|
<p>您将随机抽取二十道题进行作答,</p>
|
|
<p>答对十二题及以上为闯关成功!</p>
|
|
<p>答对十二题及以上为闯关成功!</p>
|
|
</template>
|
|
</template>
|
|
@@ -118,16 +118,30 @@
|
|
: "Share this poster to spread the word about Erhai's rich culture."
|
|
: "Share this poster to spread the word about Erhai's rich culture."
|
|
}}
|
|
}}
|
|
</p>
|
|
</p>
|
|
- <img :src="`share/${Mylangue?'shareM':'shareMEn'}.png`" alt="" v-if="isMobile" />
|
|
|
|
- <img :src="`share/${Mylangue?'share':'shareEn'}.png`" alt="" v-else />
|
|
|
|
- <a class="btnn" :href="`share/${Mylangue?'shareM':'shareMEn'}.png`" download v-if="isMobile"
|
|
|
|
- >{{
|
|
|
|
- Mylangue ? "保存海报" : "Save the poster"
|
|
|
|
- }}</a
|
|
|
|
|
|
+ <img
|
|
|
|
+ :src="`share/${Mylangue ? 'shareM' : 'shareMEn'}.png`"
|
|
|
|
+ alt=""
|
|
|
|
+ v-if="isMobile"
|
|
|
|
+ />
|
|
|
|
+ <img
|
|
|
|
+ :src="`share/${Mylangue ? 'share' : 'shareEn'}.png`"
|
|
|
|
+ alt=""
|
|
|
|
+ v-else
|
|
|
|
+ />
|
|
|
|
+ <a
|
|
|
|
+ class="btnn"
|
|
|
|
+ :href="`share/${Mylangue ? 'shareM' : 'shareMEn'}.png`"
|
|
|
|
+ download
|
|
|
|
+ v-if="isMobile"
|
|
|
|
+ >{{ Mylangue ? "保存海报" : "Save the poster" }}</a
|
|
|
|
+ >
|
|
|
|
+ <a
|
|
|
|
+ class="btnn"
|
|
|
|
+ :href="`share/${Mylangue ? 'share' : 'shareEn'}.png`"
|
|
|
|
+ download
|
|
|
|
+ v-else
|
|
|
|
+ >{{ Mylangue ? "保存海报" : "Save the poster" }}</a
|
|
>
|
|
>
|
|
- <a class="btnn" :href="`share/${Mylangue?'share':'shareEn'}.png`" download v-else>{{
|
|
|
|
- Mylangue ? "保存海报" : "Save the poster"
|
|
|
|
- }}</a>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 答错失败 -->
|
|
<!-- 答错失败 -->
|
|
@@ -187,9 +201,11 @@ export default {
|
|
//点击确定
|
|
//点击确定
|
|
btnOk() {
|
|
btnOk() {
|
|
if (this.caseInd === null)
|
|
if (this.caseInd === null)
|
|
- return this.$message.warning(
|
|
|
|
- `${this.Mylangue ? "未选择答案" : "No Answer is Selected"}`
|
|
|
|
- );
|
|
|
|
|
|
+ return this.$message({
|
|
|
|
+ message: `${this.Mylangue ? "未选择答案" : "No Answer is Selected"}`,
|
|
|
|
+ type: "warning",
|
|
|
|
+ center: true,
|
|
|
|
+ });
|
|
if (this.topic[this.topicInd].correct === this.caseABC) {
|
|
if (this.topic[this.topicInd].correct === this.caseABC) {
|
|
// console.log('答对了');
|
|
// console.log('答对了');
|
|
this.caseErr = "zhengQue";
|
|
this.caseErr = "zhengQue";
|
|
@@ -537,6 +553,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.main {
|
|
.main {
|
|
|
|
+ min-height: 500px;
|
|
max-height: 640px;
|
|
max-height: 640px;
|
|
width: 100%;
|
|
width: 100%;
|
|
max-width: 350px;
|
|
max-width: 350px;
|
|
@@ -557,13 +574,13 @@ export default {
|
|
width: 130px;
|
|
width: 130px;
|
|
height: 240px;
|
|
height: 240px;
|
|
.renwen {
|
|
.renwen {
|
|
- left: -15px;
|
|
|
|
|
|
+ left: -22px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.begin_right {
|
|
.begin_right {
|
|
padding-top: 10px;
|
|
padding-top: 10px;
|
|
& > p {
|
|
& > p {
|
|
- font-size: 16px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
margin-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
.btnn {
|
|
.btnn {
|
|
@@ -577,7 +594,7 @@ export default {
|
|
}
|
|
}
|
|
.EnActive {
|
|
.EnActive {
|
|
.begin_left {
|
|
.begin_left {
|
|
- margin: 40px auto 50px;
|
|
|
|
|
|
+ margin: 40px auto 40px;
|
|
width: 280px;
|
|
width: 280px;
|
|
height: 122px;
|
|
height: 122px;
|
|
background: url("../../../assets/img/issueEn.png");
|
|
background: url("../../../assets/img/issueEn.png");
|
|
@@ -601,9 +618,14 @@ export default {
|
|
}
|
|
}
|
|
.topic_con {
|
|
.topic_con {
|
|
& > li {
|
|
& > li {
|
|
|
|
+ min-height: 58px;
|
|
height: auto;
|
|
height: auto;
|
|
padding: 10px 0;
|
|
padding: 10px 0;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
|
+ & > span {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ max-width: calc(100% - 85px);
|
|
|
|
+ }
|
|
.case {
|
|
.case {
|
|
width: 20px;
|
|
width: 20px;
|
|
height: 20px;
|
|
height: 20px;
|
|
@@ -670,7 +692,7 @@ export default {
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
& > img {
|
|
& > img {
|
|
- height: 220px;
|
|
|
|
|
|
+ height: 200px;
|
|
margin: 10px 0;
|
|
margin: 10px 0;
|
|
}
|
|
}
|
|
.btnn {
|
|
.btnn {
|