Преглед на файлове

chore: 添加独栋页面720全景

TwoKe945 преди 1 година
родител
ревизия
918163d674
променени са 2 файла, в които са добавени 8 реда и са изтрити 1 реда
  1. 4 0
      app/src/assets/css/main.css
  2. 4 1
      app/src/views/Detail/index.vue

+ 4 - 0
app/src/assets/css/main.css

@@ -18,3 +18,7 @@ html,body {
   background-size: 100% 100%;
   background-color: #000;
 }
+
+.Ads_adsClose_vIw-Kb img {
+  display: none;
+}

+ 4 - 1
app/src/views/Detail/index.vue

@@ -13,7 +13,9 @@
       </border-panel>
     </div>
     <div style="display: flex; flex-direction: column">
-      <div style="height: 682px"></div>
+      <div style="height: 682px">
+        <iframe ref="box" src="https://www.720yun.com/t/65aknlde0pm?scene_id=110320524" style="height:100%;width: 100%;" ></iframe>
+      </div>
       <div style="display: flex; justify-content: space-between">
         <border-panel
           height="270px"
@@ -62,6 +64,7 @@ export default {
     HistoricalFire,
     HiddenDanger,
   },
+  mounted() {}
 };
 </script>