瀏覽代碼

'资源替换'

master
gtz 1 年之前
父節點
當前提交
a00a4c6aee
共有 7 個文件被更改,包括 7 次插入7 次删除
  1. 二進制
      src/assets/2.png
  2. 二進制
      src/assets/eq.png
  3. 二進制
      src/assets/videos/1.mp4
  4. 二進制
      src/assets/videos/2.mp4
  5. 二進制
      src/assets/videos/fire-to-bottom.mp4
  6. 二進制
      src/assets/videos/fire-to-top.mp4
  7. +7
    -7
      src/components/layout/Main.vue

二進制
src/assets/2.png 查看文件

Before After
Width: 7211  |  Height: 925  |  Size: 6.6 MiB

二進制
src/assets/eq.png 查看文件

Before After
Width: 7211  |  Height: 925  |  Size: 6.6 MiB Width: 7211  |  Height: 925  |  Size: 6.4 MiB

二進制
src/assets/videos/1.mp4 查看文件


二進制
src/assets/videos/2.mp4 查看文件


二進制
src/assets/videos/fire-to-bottom.mp4 查看文件


二進制
src/assets/videos/fire-to-top.mp4 查看文件


+ 7
- 7
src/components/layout/Main.vue 查看文件

@@ -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);
left: adjust(16px);
transform: scale(.9, .57);
bottom: adjust(176.3px);
left: adjust(38px);
transform: scale(.9);
} }


.video-top { .video-top {
position: absolute; position: absolute;
top: adjust(44px);
left: adjust(22px);
top: adjust(48px);
left: adjust(33px);
transform: scale(.95, .9); transform: scale(.95, .9);
} }




Loading…
取消
儲存