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