Browse Source

Merge branch 'master' of http://192.168.0.115:3000/renyicun/NanjingMuseumWuJinZang into master

shaogen1995 1 year ago
parent
commit
c58d223f64

+ 1 - 3
src/App.vue

@@ -10,9 +10,7 @@
     src="./configMultiMedia/music/music1.mp3"
     style="opacity: 0;"
   />
-  <div style="opacity: 0; pointer-events: none;font-family: KingHwa_OldSong">
-    123
-  </div>
+
   <!-- <audio
     id="bg-music2"
     src="./configMultiMedia/music/music2.mp3"

BIN
src/views/BambooHotView3/images/grass.png


+ 3 - 0
src/views/HomeView(横向滑动).vue

@@ -1,4 +1,7 @@
 <template>
+  <div style="opacity: 0; pointer-events: none;font-family: KingHwa_OldSong;position: absolute;top:0;left:0;z-index: -1;">
+    123
+  </div>
   <div class="home">
     <div class="bg-mask" />
     <Transition name="fade-out">

+ 4 - 1
src/views/HomeView(点击交互).vue

@@ -132,6 +132,9 @@ const backFu = () => {
 </script>
 
 <template>
+  <div style="opacity: 0; pointer-events: none;font-family: KingHwa_OldSong;position: absolute;top:0;left:0;z-index: -1;">
+    123
+  </div>
   <div
     class="home"
     @touchstart="handletouchstart($event)"
@@ -540,7 +543,7 @@ div {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   // transition: opacity 1.5s, top 1.5s, transform 1.5s;
-  transition: transform 1.5s, opacity 1.5s, top 1.5s, width 1.5s, height 1.5s;
+  transition: opacity 1.5s, top 1.5s, width 1.5s, height 1.5s;
 }
 
 ::-webkit-scrollbar {

+ 4 - 1
src/views/HomeView.vue

@@ -132,6 +132,9 @@ const backFu = () => {
 </script>
 
 <template>
+  <div style="opacity: 0; pointer-events: none;font-family: KingHwa_OldSong;position: absolute;top:0;left:0;z-index: -1;">
+    123
+  </div>
   <div
     class="home"
     @touchstart="handletouchstart($event)"
@@ -540,7 +543,7 @@ div {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   // transition: opacity 1.5s, top 1.5s, transform 1.5s;
-  transition: transform 1.5s, opacity 1.5s, top 1.5s, width 1.5s, height 1.5s;
+  transition: opacity 1.5s, top 1.5s, width 1.5s, height 1.5s;
 }
 
 ::-webkit-scrollbar {