update dots

This commit is contained in:
lb 2023-06-08 11:04:06 +08:00
parent dd1383950c
commit b4a63e1c72

View File

@ -21,7 +21,7 @@
<div class="video-crash" v-if="false"></div> <div class="video-crash" v-if="false"></div>
<div class="eq-main absolute"> <div class="eq-main absolute">
<!-- <div <div
class="arrow ar-top-left" class="arrow ar-top-left"
:class="topLeftArrowRolling === '运行' ? 'ar-running' : ''" :class="topLeftArrowRolling === '运行' ? 'ar-running' : ''"
></div> ></div>
@ -36,7 +36,7 @@
<div <div
class="arrow ar-bottom-right" class="arrow ar-bottom-right"
:class="bottomRightArrowRolling === '运行' ? 'ar-running' : ''" :class="bottomRightArrowRolling === '运行' ? 'ar-running' : ''"
></div> --> ></div>
<div class="swd onekb"> <div class="swd onekb">
<div class="swd-box"> <div class="swd-box">
@ -238,8 +238,8 @@ main {
} }
.arrow { .arrow {
width: adjust(20px); width: adjust(12px);
height: adjust(20px); height: adjust(12px);
display: inline-block; display: inline-block;
position: absolute; position: absolute;
background: #ff5757; background: #ff5757;
@ -251,23 +251,23 @@ main {
} }
.ar-top-right { .ar-top-right {
top: 145px; top: 66px;
left: 65px; left: 38px;
} }
.ar-top-left { .ar-top-left {
top: 175px; top: 88px;
left: 985px; left: 515px;
} }
.ar-bottom-left { .ar-bottom-left {
top: 445px; top: 232px;
left: 960px; left: 500px;
} }
.ar-bottom-right { .ar-bottom-right {
top: 460px; top: 258px;
left: 20px; left: 14px;
} }
.swd { .swd {