liyongli 2 rokov pred
rodič
commit
222afb471f

BIN
src/assets/img/bg4.png


+ 2 - 1
src/view/SilkRoadSpringFestivalGala/index.vue

@@ -23,7 +23,7 @@
         x5-video-player-fullscreen="true"
         src="../../assets/video/W.mp4"
         class="video"
-        :style="page === 'fourth' || page === 'five' || page === 'sex'? '': 'z-index: -1'"
+        v-show="page === 'fourth' || page === 'five' || page === 'sex'"
       ></video>
       <transition name="fade">
         <second v-if="page === 'second'" @changePage="changePage" />
@@ -106,6 +106,7 @@ function changePage(type) {
     height: 100%;
     overflow: hidden;
     background-color: #000000;
+    position: relative;
     // background-image: url("../../assets/img/bg4.png");
     // background-size: 100% 100%;
     > div {

+ 1 - 1
src/view/SilkRoadSpringFestivalGala/pages/sex.vue

@@ -1,5 +1,5 @@
 <template>
-  <div>
+  <div style="width: 100%; overflow: hidden;">
     <img v-if="step === 5" src="../../../assets/img/next.png" class="next" />
     <div class="sex" :style="'background-image: url(' + bgimg + ')'">
       <img