'资源替换'

This commit is contained in:
gtz
2023-05-15 14:21:47 +08:00
父節點 a3e5119206
當前提交 a00a4c6aee
共有 7 個文件被更改,包括 7 次插入7 次删除

二進制
src/assets/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  大小: 6.6 MiB

二進制
src/assets/eq.png

Binary file not shown.

Before

Width:  |  Height:  |  大小: 6.6 MiB

After

Width:  |  Height:  |  大小: 6.4 MiB

二進制
src/assets/videos/1.mp4 Normal file

Binary file not shown.

二進制
src/assets/videos/2.mp4 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

查看文件

@@ -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
@@ -147,15 +147,15 @@ main {
.video-bottom { .video-bottom {
position: absolute; position: absolute;
bottom: adjust(178px); bottom: adjust(176.3px);
left: adjust(16px); left: adjust(38px);
transform: scale(.9, .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(.95, .9); transform: scale(.95, .9);
} }