|
@@ -109,10 +109,10 @@
|
|
|
<div class="btmText">全景漫游</div>
|
|
|
</div>
|
|
|
<!-- 热点列表 -->
|
|
|
- <div id="myHotList" @click="openInd = 1">
|
|
|
+ <!-- <div id="myHotList" @click="openInd = 1">
|
|
|
<img src="../../assets/img/hot.png" alt="" />
|
|
|
<div class="btmText">热点列表</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div
|
|
|
title="迷你漫游"
|
|
|
data-original-title="迷你模型"
|
|
@@ -261,7 +261,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- 全屏 -->
|
|
|
- <div class="toHomeBox">
|
|
|
+ <div class="toHomeBox quanping">
|
|
|
<!-- 鼠标移入的显示 -->
|
|
|
<!-- <div class="hoverTit">全屏</div> -->
|
|
|
<!-- 打开全屏 -->
|
|
@@ -450,7 +450,7 @@ export default {
|
|
|
font-size: 14px;
|
|
|
position: absolute;
|
|
|
bottom: -30%;
|
|
|
- color: #E3D9BF;
|
|
|
+ color: #e3d9bf;
|
|
|
}
|
|
|
|
|
|
// 右侧菜单栏
|
|
@@ -592,7 +592,7 @@ export default {
|
|
|
right: 10px;
|
|
|
.rightViewContainer {
|
|
|
flex-direction: column;
|
|
|
- margin-top: 30px;
|
|
|
+ // margin-top: 30px;
|
|
|
& > div,
|
|
|
#volume {
|
|
|
width: 50px !important;
|
|
@@ -621,5 +621,8 @@ export default {
|
|
|
transform: translateX(-50%);
|
|
|
justify-content: center !important;
|
|
|
}
|
|
|
+ .quanping {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|