|
@@ -3,6 +3,7 @@
|
|
|
<div class="pinBottom center">
|
|
|
<div id="view-controllers"></div>
|
|
|
</div>
|
|
|
+ <img @click="toHome()" class="back-icon" src="@/assets/images/icon/back-icon.png" alt="">
|
|
|
<div class="pinBottom left">
|
|
|
<div>
|
|
|
<div class="viewContainer">
|
|
@@ -64,11 +65,10 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- 热点列表 -->
|
|
|
- <div id="myHotList" @click="openInd = 1">
|
|
|
- <!-- 鼠标移入的显示 -->
|
|
|
+ <!-- <div id="myHotList" @click="openInd = 1">
|
|
|
<div class="hoverTit">热点列表</div>
|
|
|
<img src="../../assets/img/hot.png" alt="" />
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
|
|
|
<div data-original-title="VR" id="vr" rel="tooltip" title="" style="display: none">
|
|
|
<img class="icon icon-inside" :src="require('@/assets/images/VR.png')" />
|
|
@@ -107,11 +107,10 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- 回到pc页面(首页) -->
|
|
|
- <div class="toHomeBox" @click="toHomeFu">
|
|
|
- <!-- 鼠标移入的显示 -->
|
|
|
+ <!-- <div class="toHomeBox" @click="toHomeFu">
|
|
|
<div class="hoverTit">回到首页</div>
|
|
|
<img src="../../assets/img/toHome.png" alt="" />
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
|
|
|
<!-- vr -->
|
|
|
<!-- <div class="toHomeBox" @click="openVR">
|
|
@@ -140,16 +139,13 @@
|
|
|
<img src="/code.png" />
|
|
|
<div>扫一扫,分享VR时空</div>
|
|
|
</div>
|
|
|
- <img src="../../assets/img/share.png" />
|
|
|
+ <img style="width: 30px;" src="../../assets/img/share.png" />
|
|
|
</div>
|
|
|
|
|
|
<!-- 全屏 -->
|
|
|
<div class="toHomeBox quanping">
|
|
|
- <!-- 鼠标移入的显示 -->
|
|
|
<div class="hoverTit">{{ isFull ? '退出全屏' : '全屏' }}</div>
|
|
|
- <!-- 打开全屏 -->
|
|
|
<img @click="fullClick" v-show="!isFull" src="../../assets/images/icon/fullscreen.png" alt="" />
|
|
|
- <!-- 退出全屏 -->
|
|
|
<img @click="exitfull" v-show="isFull" src="../../assets/images/icon/fullscree_active.png" alt="" />
|
|
|
</div>
|
|
|
</div>
|
|
@@ -290,11 +286,11 @@ export default {
|
|
|
position: absolute;
|
|
|
width: 150px;
|
|
|
left: 50%;
|
|
|
- top: -420%;
|
|
|
+ top: -630%;
|
|
|
// transform: translateY(120%);
|
|
|
transform: translateX(-50%);
|
|
|
- background: #911212bd;
|
|
|
- backdrop-filter: blur(20px);
|
|
|
+ background: #61616167;
|
|
|
+ backdrop-filter: blur(10px);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
@@ -351,7 +347,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
// 右侧菜单栏
|
|
|
-@wh: 44px;
|
|
|
+@wh: 35px;
|
|
|
@margin: 0px;
|
|
|
|
|
|
#play,
|
|
@@ -398,17 +394,23 @@ export default {
|
|
|
.pinBottom.right .ui-icon {
|
|
|
background: none;
|
|
|
}
|
|
|
+.back-icon {
|
|
|
+ position: fixed;
|
|
|
+ top: 20px;
|
|
|
+ left: 20px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
|
|
|
#gui-fullscreen img {
|
|
|
- width: 44px;
|
|
|
+ width: 35px;
|
|
|
}
|
|
|
|
|
|
#volume {
|
|
|
- width: 44px;
|
|
|
+ width: 35px;
|
|
|
}
|
|
|
|
|
|
#gui-fullscreen-exit img {
|
|
|
- width: 44px !important;
|
|
|
+ width: 35px !important;
|
|
|
}
|
|
|
|
|
|
.bgandshare {
|
|
@@ -429,10 +431,10 @@ export default {
|
|
|
margin-right: 20px;
|
|
|
cursor: pointer;
|
|
|
position: relative;
|
|
|
- width: 44px;
|
|
|
+ width: 35px;
|
|
|
|
|
|
img {
|
|
|
- width: 44px;
|
|
|
+ width: 35px;
|
|
|
}
|
|
|
|
|
|
&:hover {
|