'火向,剩余时间,中间大图'
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user