Przeglądaj źródła

update dots

light-style
lb 1 rok temu
rodzic
commit
b4a63e1c72
1 zmienionych plików z 12 dodań i 12 usunięć
  1. +12
    -12
      src/components/layout/Main.vue

+ 12
- 12
src/components/layout/Main.vue Wyświetl plik

@@ -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 {


Ładowanie…
Anuluj
Zapisz