|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="Guide" :class="{ show }" v-show="show">
|
|
|
+ <div class="Guide" :class="{ show }" v-show="show">
|
|
|
<!-- 1 返回 -->
|
|
|
<div class="box box1" :class="{ boxAc: showId === 1 }">
|
|
|
<img src="@/assets/img/Goods/back.png" alt="" />
|
|
@@ -70,7 +70,8 @@
|
|
|
<span>更多</span>
|
|
|
<div class="ind">{{ showId }}/3</div>
|
|
|
</h3>
|
|
|
- <div class="txt">可回到首页,关闭/开启声音,点赞和分享等</div>
|
|
|
+ <!-- <div class="txt">可回到首页,关闭/开启声音,点赞和分享等</div> -->
|
|
|
+ <div class="txt">可回到首页,点赞和分享等</div>
|
|
|
<div class="btnn">
|
|
|
<div :class="{ noAc: showId === 1 }" @click="showId--">
|
|
|
<i class="el-icon-arrow-left"></i>上一条
|
|
@@ -86,7 +87,7 @@
|
|
|
<!-- 4所有全景 -->
|
|
|
<div class="box box4" :class="{ boxAc: showId === 3 }">
|
|
|
<img src="@/assets/img/menu2.png" alt="" />
|
|
|
- <!-- 提示框 -->
|
|
|
+ <!-- 提示框 -->
|
|
|
<div class="tit">
|
|
|
<h3>
|
|
|
<span>更多场景</span>
|
|
@@ -117,7 +118,7 @@ export default {
|
|
|
showId: 1,
|
|
|
rightList: [
|
|
|
{ name: "首页", type: 1 },
|
|
|
- { name: "声音", type: 2 },
|
|
|
+ // { name: "声音", type: 2 },
|
|
|
{ name: "点赞", type: 3 },
|
|
|
{ name: "分享", type: 4 },
|
|
|
{ name: "全屏", type: 5 },
|
|
@@ -268,7 +269,7 @@ export default {
|
|
|
width: 20px;
|
|
|
height: 18px;
|
|
|
}
|
|
|
- .tit{
|
|
|
+ .tit {
|
|
|
padding: 0 12px 0;
|
|
|
top: -195px;
|
|
|
background-image: url("../../../assets/img/Union.png");
|