소스 검색

隐藏 热点里面的标题

shaogen1995 1 년 전
부모
커밋
6b47b0adcd

BIN
web/public/static/img/1.jpg


BIN
web/public/static/img/10.jpg


BIN
web/public/static/img/11.jpg


BIN
web/public/static/img/12.jpg


BIN
web/public/static/img/13.jpg


BIN
web/public/static/img/14.jpg


BIN
web/public/static/img/15.jpg


BIN
web/public/static/img/16.jpg


BIN
web/public/static/img/17.jpg


BIN
web/public/static/img/18.jpg


BIN
web/public/static/img/2.jpg


BIN
web/public/static/img/3.jpg


BIN
web/public/static/img/4.jpg


BIN
web/public/static/img/5.jpg


BIN
web/public/static/img/6.jpg


BIN
web/public/static/img/7.jpg


BIN
web/public/static/img/8.jpg


BIN
web/public/static/img/9.jpg


+ 1 - 1
web/src/components/hotspot/audio.vue

@@ -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>

+ 1 - 1
web/src/components/hotspot/iframe.vue

@@ -3,7 +3,7 @@
     <div class="img-con">
         <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>
   </div>
 </template>

+ 1 - 1
web/src/components/hotspot/image.vue

@@ -12,7 +12,7 @@
         <li v-for="(item, i) in hotspot.image" :class="{ active: i == active }" :key="i"></li>
       </ul>
     </div>
-    <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>
   </div>
 </template>

+ 1 - 1
web/src/components/hotspot/model.vue

@@ -9,7 +9,7 @@
         <img :src="require('@/assets/images/pano/hotspot/right.png')" alt="" />
       </span>
     </div>
-    <div class="title" v-html="hotspot.hotspotTitle"></div>
+    <div class="title" v-show="0" v-html="hotspot.hotspotTitle"></div>
     <div class="desc" v-html="hotspot.introduce"></div>
   </div>
 </template>

+ 1 - 1
web/src/components/hotspot/multiple.vue

@@ -25,7 +25,7 @@
           ></li>
         </ul>
       </div>
-      <div class="title" v-html="hotspot.title"></div>
+      <div class="title" v-html="hotspot.title" v-show="0"></div>
       <div
         class="desc"
         v-html="

+ 1 - 1
web/src/components/hotspot/video.vue

@@ -24,7 +24,7 @@
         ></li>
       </ul>
     </div>
-    <div class="title" v-html="hotspot.hotspotTitle"></div>
+    <div class="title" v-show="0" v-html="hotspot.hotspotTitle"></div>
     <div class="desc" v-html="hotspot.introduce"></div>
   </div>
  

+ 1 - 1
web/src/views/layout/header.vue

@@ -200,7 +200,7 @@ export default {
       }
     }
     > span {
-      font-size: 24px;
+      font-size: 20px;
       text-align: left;
       letter-spacing: 2px;
       cursor: pointer;