This commit is contained in:
2023-05-14 15:47:47 +08:00
parent 2ab0dfa759
commit 1dc95c0fc8
10 changed files with 112 additions and 55 deletions

View File

@@ -3,7 +3,7 @@
<div class="video-crash" v-if="false"></div>
<div class="eq-main absolute">
<div class="video-bottom" v-show="fireDirection === '北火'" style="">
<div class="video-bottom" v-show="true || fireDirection === '北火'" style="">
<video
id="1"
preload="auto"
@@ -147,16 +147,16 @@ main {
.video-bottom {
position: absolute;
bottom: adjust(153.5px);
left: adjust(63.5px);
transform: scale(1.02, 1.02);
bottom: adjust(178px);
left: adjust(16px);
transform: scale(.9, .57);
}
.video-top {
position: absolute;
top: adjust(64px);
left: adjust(35px);
transform: scale(1.02, 1.02);
top: adjust(44px);
left: adjust(22px);
transform: scale(.95, .9);
}
.eq-main {
@@ -175,7 +175,7 @@ main {
position: absolute;
// right: adjust(1200px);
opacity: 0;
top: adjust(164px);
top: adjust(118px);
width: adjust(150px);
height: adjust(150px);
background: url(../../assets/mirror.png) no-repeat;
@@ -188,7 +188,7 @@ main {
position: absolute;
// right: adjust(1200px);
opacity: 0;
top: adjust(164px);
top: adjust(118px);
width: adjust(150px);
height: adjust(150px);
background: url(../../assets/mirror.png) no-repeat;