@@ -1,6 +1,6 @@
<template>
<div class="images brightnessBigW">
- <div class="title">{{ hotspot.hotspotTitle }}</div>
+ <div class="title" v-show="0">{{ hotspot.hotspotTitle }}</div>
<div class="img-con">
<p>{{ hotspot.introduce }}</p>
@@ -3,7 +3,7 @@
<iframe :src="g_dealUrl(hotspot.iframe[active]||hotspot.model[active])" frameborder="0"></iframe>
</div>
- <div class="title" v-html="hotspot.title"></div>
+ <div class="title" v-html="hotspot.title" v-show="0"></div>
<div class="desc" v-if="hotspot.content" v-html="hotspot.content"></div>
</template>
@@ -12,7 +12,7 @@
<li v-for="(item, i) in hotspot.image" :class="{ active: i == active }" :key="i"></li>
</ul>
- <div class="title" v-html="hotspot.hotspotTitle"></div>
+ <div class="title" v-html="hotspot.hotspotTitle" v-show="0"></div>
<div class="desc" v-html="hotspot.introduce"></div>
@@ -9,7 +9,7 @@
<img :src="require('@/assets/images/pano/hotspot/right.png')" alt="" />
</span>
+ <div class="title" v-show="0" v-html="hotspot.hotspotTitle"></div>
@@ -25,7 +25,7 @@
></li>
<div
class="desc"
v-html="
@@ -24,7 +24,7 @@
@@ -200,7 +200,7 @@ export default {
}
> span {
- font-size: 24px;
+ font-size: 20px;
text-align: left;
letter-spacing: 2px;
cursor: pointer;