This commit is contained in:
lb
2023-05-15 14:30:08 +08:00
джерело 70803f2604 a00a4c6aee
коміт 7335a36517
7 змінених файлів з 10 додано та 10 видалено

BIN
src/assets/2.png Normal file

Бінарний файл не відображається.

Після

Ширина:  |  Висота:  |  Розмір: 6.6 MiB

Бінарний файл не відображається.

Перед

Ширина:  |  Висота:  |  Розмір: 6.6 MiB

Після

Ширина:  |  Висота:  |  Розмір: 6.4 MiB

BIN
src/assets/videos/1.mp4 Normal file

Бінарний файл не відображається.

BIN
src/assets/videos/2.mp4 Normal file

Бінарний файл не відображається.

Бінарний файл не відображається.

Бінарний файл не відображається.

@@ -7,7 +7,7 @@
<video <video
id="1" id="1"
preload="auto" preload="auto"
height="200" height="260"
muted muted
autoplay autoplay
loop loop
@@ -21,7 +21,7 @@
id="2" id="2"
class="video-top" class="video-top"
preload="auto" preload="auto"
height="200" height="260"
muted muted
autoplay autoplay
loop loop
@@ -146,17 +146,17 @@ main {
} }
.video-bottom { .video-bottom {
position: absolute; position: absolute;
bottom: adjust(178px); bottom: adjust(176.3px);
left: adjust(16px); left: adjust(38px);
transform: scale(0.9, 0.57); transform: scale(.9);
} }
.video-top { .video-top {
position: absolute; position: absolute;
top: adjust(44px); top: adjust(48px);
left: adjust(22px); left: adjust(33px);
transform: scale(0.95, 0.9); transform: scale(.95, .9);
} }
.eq-main { .eq-main {