'资源替换'

Este commit está contenido en:
gtz 2023-05-15 14:21:47 +08:00
padre a3e5119206
commit a00a4c6aee
Se han modificado 7 ficheros con 7 adiciones y 7 borrados

BIN
src/assets/2.png Archivo normal

Archivo binario no mostrado.

Después

Anchura:  |  Altura:  |  Tamaño: 6.6 MiB

Archivo binario no mostrado.

Antes

Anchura:  |  Altura:  |  Tamaño: 6.6 MiB

Después

Anchura:  |  Altura:  |  Tamaño: 6.4 MiB

BIN
src/assets/videos/1.mp4 Archivo normal

Archivo binario no mostrado.

BIN
src/assets/videos/2.mp4 Archivo normal

Archivo binario no mostrado.

Archivo binario no mostrado.

Archivo binario no mostrado.

Ver fichero

@ -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);
}