许成详 6 år sedan
förälder
incheckning
ec9dd97629
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3
    3
      src/pages/index.vue

+ 3
- 3
src/pages/index.vue Visa fil

93
     <div class="video" :hidden="!playVideo">
93
     <div class="video" :hidden="!playVideo">
94
       <video
94
       <video
95
         ref="myVideo"
95
         ref="myVideo"
96
-        style="min-width: 100%;min-height: 100%;"
96
+        style="width: 100%;height: 100%"
97
         class="centerLabel"
97
         class="centerLabel"
98
         x5-playsinline="true"
98
         x5-playsinline="true"
99
         webkit-playsinline="true"
99
         webkit-playsinline="true"
101
         preload="auto"
101
         preload="auto"
102
       >
102
       >
103
         <source
103
         <source
104
-          src="https://jingcheng-h5.oss-cn-beijing.aliyuncs.com/vudio-33333332.mp4"
104
+          src="https://jingcheng-h5.oss-cn-beijing.aliyuncs.com/yc0307.mp4"
105
           type="video/mp4"
105
           type="video/mp4"
106
         >
106
         >
107
       </video>
107
       </video>
108
     </div>
108
     </div>
109
-    <img src="../assets/images/icon-111.png" v-if="playVideo" class="icon111" alt>
109
+    <!-- <img src="../assets/images/icon-111.png" v-if="playVideo" class="icon111" alt> -->
110
   </div>
110
   </div>
111
 </template>
111
 </template>
112
 
112