|
@@ -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;
|
|
|
}
|
|
|
}
|
|
|
}
|