ソースを参照

'资源替换'

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 ファイルの表示

変更前 変更後
幅: 7211  |  高さ: 925  |  サイズ: 6.6 MiB

バイナリ
src/assets/eq.png ファイルの表示

変更前 変更後
幅: 7211  |  高さ: 925  |  サイズ: 6.6 MiB 幅: 7211  |  高さ: 925  |  サイズ: 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
id="1"
preload="auto"
height="200"
height="260"
muted
autoplay
loop
@@ -21,7 +21,7 @@
id="2"
class="video-top"
preload="auto"
height="200"
height="260"
muted
autoplay
loop
@@ -147,15 +147,15 @@ main {

.video-bottom {
position: absolute;
bottom: adjust(178px);
left: adjust(16px);
transform: scale(.9, .57);
bottom: adjust(176.3px);
left: adjust(38px);
transform: scale(.9);
}

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



読み込み中…
キャンセル
保存