'火向,剩余时间,中间大图'

This commit is contained in:
2023-05-14 17:53:45 +08:00
parent 3a1f2f5cf6
commit 05b4009614
6 changed files with 49 additions and 32 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="true || fireDirection === '北火'" style="">
<div class="video-bottom" v-show="fireDirection === '北火'" style="">
<video
id="1"
preload="auto"
@@ -175,7 +175,7 @@ main {
position: absolute;
// right: adjust(1200px);
opacity: 0;
top: adjust(118px);
top: adjust(125px);
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(118px);
top: adjust(125px);
width: adjust(150px);
height: adjust(150px);
background: url(../../assets/mirror.png) no-repeat;
@@ -198,9 +198,6 @@ main {
@keyframes mirror-to-left {
0% {
opacity: 1;
}
1% {
right: adjust(1200px);
opacity: 1;
}
@@ -214,9 +211,6 @@ main {
@keyframes mirror-to-left-2 {
0% {
opacity: 1;
}
1% {
right: adjust(1200px);
opacity: 1;
}