Browse Source

镜头内容页1-2-3 视频更新

任一存 1 năm trước cách đây
mục cha
commit
774551f25e

BIN
src/assets/videos/camera-content-1-2-3.mp4


+ 2 - 3
src/components/CameraContent-1-2-3.vue

@@ -16,7 +16,7 @@
       </div>
       <div class="right">
         <video
-          src="@/assets/videos/start-up-video.mp4"
+          src="@/assets/videos/camera-content-1-2-3.mp4"
           controls
           playsinline
           webkit-playsinline="true"
@@ -99,8 +99,7 @@ const emit = defineEmits(['close'])
         width: 100%;
         height: 100%;
         background: rgba(145,129,117,0.25);
-        border: 1px solid #FFE88B;
-        padding: calc(25 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
+        background-color: black;
       }
     }
   }