|
@@ -28,6 +28,9 @@
|
|
rel="tooltip"
|
|
rel="tooltip"
|
|
data-original-title="播放"
|
|
data-original-title="播放"
|
|
>
|
|
>
|
|
|
|
+ <div class="mobileTit" v-if="isMobile" :class="{mobileTitEn:!Mylangue}">
|
|
|
|
+ {{ Mylangue ? "漫游" : "Explore" }}
|
|
|
|
+ </div>
|
|
<a>
|
|
<a>
|
|
<img
|
|
<img
|
|
:title="Mylangue ? '自动漫游' : 'Explore'"
|
|
:title="Mylangue ? '自动漫游' : 'Explore'"
|
|
@@ -71,6 +74,10 @@
|
|
rel="tooltip"
|
|
rel="tooltip"
|
|
:title="Mylangue ? '场景导览' : 'Auto Explore'"
|
|
:title="Mylangue ? '场景导览' : 'Auto Explore'"
|
|
>
|
|
>
|
|
|
|
+ <div class="mobileTit" v-if="isMobile" :class="{mobileTitEn:!Mylangue}">
|
|
|
|
+ {{ Mylangue ? "场景" : "Auto" }}
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<img
|
|
<img
|
|
:title="Mylangue ? '场景导览' : 'Auto Explore'"
|
|
:title="Mylangue ? '场景导览' : 'Auto Explore'"
|
|
class="icon icon-inside"
|
|
class="icon icon-inside"
|
|
@@ -106,6 +113,9 @@
|
|
rel="tooltip"
|
|
rel="tooltip"
|
|
:title="Mylangue ? '顶部俯视' : 'Floor plan'"
|
|
:title="Mylangue ? '顶部俯视' : 'Floor plan'"
|
|
>
|
|
>
|
|
|
|
+ <div class="mobileTit" v-if="isMobile" :class="{mobileTitEn:!Mylangue}">
|
|
|
|
+ {{ Mylangue ? "俯视" : "Floor plan" }}
|
|
|
|
+ </div>
|
|
<img
|
|
<img
|
|
:title="Mylangue ? '顶部俯视' : 'Floor plan'"
|
|
:title="Mylangue ? '顶部俯视' : 'Floor plan'"
|
|
class="icon icon-inside"
|
|
class="icon icon-inside"
|
|
@@ -124,6 +134,9 @@
|
|
id="gui-modes-dollhouse"
|
|
id="gui-modes-dollhouse"
|
|
rel="tooltip"
|
|
rel="tooltip"
|
|
>
|
|
>
|
|
|
|
+ <div class="mobileTit" v-if="isMobile" :class="{mobileTitEn:!Mylangue}">
|
|
|
|
+ {{ Mylangue ? "三维" : "3D" }}
|
|
|
|
+ </div>
|
|
<img
|
|
<img
|
|
:title="Mylangue ? '三维模型' : '3D Model'"
|
|
:title="Mylangue ? '三维模型' : '3D Model'"
|
|
class="icon icon-inside"
|
|
class="icon icon-inside"
|
|
@@ -136,7 +149,12 @@
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div @click="switchBGM" id="myMoMu" data-original-title="音乐" :musicFlag='bgmPlay?"关":"开"'>
|
|
|
|
|
|
+ <div
|
|
|
|
+ @click="switchBGM"
|
|
|
|
+ id="myMoMu"
|
|
|
|
+ data-original-title="音乐"
|
|
|
|
+ :musicFlag="bgmPlay ? '关' : '开'"
|
|
|
|
+ >
|
|
<img
|
|
<img
|
|
class="icon icon-inside"
|
|
class="icon icon-inside"
|
|
:src="
|
|
:src="
|
|
@@ -166,6 +184,9 @@
|
|
}.png`)
|
|
}.png`)
|
|
"
|
|
"
|
|
/>
|
|
/>
|
|
|
|
+ <div class="mobileTit" v-if="isMobile" :class="{mobileTitEn:!Mylangue}">
|
|
|
|
+ {{ Mylangue ? "展品" : "Collection" }}
|
|
|
|
+ </div>
|
|
</li>
|
|
</li>
|
|
<!-- 点赞 -->
|
|
<!-- 点赞 -->
|
|
<li
|
|
<li
|
|
@@ -327,6 +348,7 @@
|
|
<img
|
|
<img
|
|
:src="require(`@/assets/imgM/${mobilShow ? 'close' : 'menu'}.png`)"
|
|
:src="require(`@/assets/imgM/${mobilShow ? 'close' : 'menu'}.png`)"
|
|
/>
|
|
/>
|
|
|
|
+ <div class="isMobileBoxTit">{{Mylangue?'功能':'Function'}}</div>
|
|
</div>
|
|
</div>
|
|
<div v-if="mobilShow" class="show">
|
|
<div v-if="mobilShow" class="show">
|
|
<!-- 语言切换 -->
|
|
<!-- 语言切换 -->
|
|
@@ -334,15 +356,23 @@
|
|
:src="require(`@/assets/img/${Mylangue ? 'cn' : 'en'}.png`)"
|
|
:src="require(`@/assets/img/${Mylangue ? 'cn' : 'en'}.png`)"
|
|
@click="langueCut"
|
|
@click="langueCut"
|
|
/>
|
|
/>
|
|
|
|
+ <div class="isMobileBoxTit">{{Mylangue?'语言':'Language'}}</div>
|
|
<!-- 分享 -->
|
|
<!-- 分享 -->
|
|
<img src="@/assets/img/share.png" @click="isShare = true" />
|
|
<img src="@/assets/img/share.png" @click="isShare = true" />
|
|
|
|
+ <div class="isMobileBoxTit">{{Mylangue?'分享':'Share'}}</div>
|
|
<!-- 答题 -->
|
|
<!-- 答题 -->
|
|
<img
|
|
<img
|
|
@click="isIssue = true"
|
|
@click="isIssue = true"
|
|
:src="require(`@/assets/img/${isGame ? 'game_active' : 'game'}.png`)"
|
|
:src="require(`@/assets/img/${isGame ? 'game_active' : 'game'}.png`)"
|
|
/>
|
|
/>
|
|
|
|
+ <div class="isMobileBoxTit">{{Mylangue?'游戏':'Game'}}</div>
|
|
<!-- 音乐 -->
|
|
<!-- 音乐 -->
|
|
- <div @click="switchBGM" id="myMoMu" data-original-title="音乐" :musicFlag='bgmPlay?"关":"开"'>
|
|
|
|
|
|
+ <div
|
|
|
|
+ @click="switchBGM"
|
|
|
|
+ id="myMoMu"
|
|
|
|
+ data-original-title="音乐"
|
|
|
|
+ :musicFlag="bgmPlay ? '关' : '开'"
|
|
|
|
+ >
|
|
<img
|
|
<img
|
|
class="icon icon-inside"
|
|
class="icon icon-inside"
|
|
:src="
|
|
:src="
|
|
@@ -351,6 +381,7 @@
|
|
}.png`)
|
|
}.png`)
|
|
"
|
|
"
|
|
/>
|
|
/>
|
|
|
|
+ <div class="isMobileBoxTit">{{Mylangue?'音乐':'Music'}}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -375,6 +406,14 @@ export default {
|
|
components: { Quality, Share, Browse, Game },
|
|
components: { Quality, Share, Browse, Game },
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
|
|
+ mobileTitData: [
|
|
|
|
+ { name1: "自动漫游", name2: "Explore" },
|
|
|
|
+ { name1: "场景导览", name2: "Auto Explore" },
|
|
|
|
+ { name1: "顶部俯视", name2: "Floor plan" },
|
|
|
|
+ { name1: "三维模型", name2: "3D Model" },
|
|
|
|
+ { name1: "精品典藏", name2: "Collections" },
|
|
|
|
+ ],
|
|
|
|
+ // 移动端的底部文字提示 👆
|
|
mobilShow: false,
|
|
mobilShow: false,
|
|
// 移动端的菜单栏切换
|
|
// 移动端的菜单栏切换
|
|
isGuide: true,
|
|
isGuide: true,
|
|
@@ -677,20 +716,43 @@ export default {
|
|
.btn-list {
|
|
.btn-list {
|
|
& > li {
|
|
& > li {
|
|
width: 50px;
|
|
width: 50px;
|
|
- height: 50px;
|
|
|
|
& > img {
|
|
& > img {
|
|
width: 38px;
|
|
width: 38px;
|
|
height: 38px;
|
|
height: 38px;
|
|
}
|
|
}
|
|
.like_txt {
|
|
.like_txt {
|
|
- bottom: -12px;
|
|
|
|
|
|
+ bottom: -13px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ // 移动端的底部图标提示
|
|
|
|
+ .mobileTit {
|
|
|
|
+ width: 50px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: -12px;
|
|
|
|
+ left: 50%;
|
|
|
|
+ transform: translateX(-50%);
|
|
|
|
+ z-index: 999;
|
|
|
|
+ text-align: center;
|
|
|
|
+ }
|
|
|
|
+ .mobileTitEn{
|
|
|
|
+ width: 80px;
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ transform: translateX(-50%) scale(.8);
|
|
|
|
+ }
|
|
|
|
+ #gui-modes-floorplan {
|
|
|
|
+ position: relative;
|
|
|
|
+ }
|
|
|
|
+ #gui-modes-dollhouse {
|
|
|
|
+ position: relative;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
// 移动端右上角的盒子
|
|
// 移动端右上角的盒子
|
|
.isMobileBox {
|
|
.isMobileBox {
|
|
|
|
+ text-align: center;
|
|
color: red;
|
|
color: red;
|
|
position: fixed;
|
|
position: fixed;
|
|
z-index: 999;
|
|
z-index: 999;
|
|
@@ -703,7 +765,10 @@ export default {
|
|
.show {
|
|
.show {
|
|
margin-top: 8px;
|
|
margin-top: 8px;
|
|
& > img {
|
|
& > img {
|
|
|
|
+ margin-left: 6px;
|
|
display: block;
|
|
display: block;
|
|
|
|
+ }
|
|
|
|
+ .isMobileBoxTit{
|
|
margin-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -711,9 +776,14 @@ export default {
|
|
display: block !important;
|
|
display: block !important;
|
|
width: 38px;
|
|
width: 38px;
|
|
& > img {
|
|
& > img {
|
|
|
|
+ margin-left: 6px;
|
|
width: 38px;
|
|
width: 38px;
|
|
- margin-left: 0px;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .isMobileBoxTit{
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ width: 50px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|