From 88c5dc58c2ee698957fd22dad7ce12a3dd766734 Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Tue, 27 Sep 2022 19:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=92=AD=E6=94=BEyoutube?= =?UTF-8?q?=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/desktop/css/main.css | 10 +++++++ src/desktop/gameplay.html | 50 ++++++++++++++++++++++++++++++++-- src/mobile/gamePlay.html | 57 ++++++++++++++++++++++++++++++++++++++- 3 files changed, 114 insertions(+), 3 deletions(-) diff --git a/src/desktop/css/main.css b/src/desktop/css/main.css index 2eea3c4..5a947e9 100755 --- a/src/desktop/css/main.css +++ b/src/desktop/css/main.css @@ -417,6 +417,11 @@ span.swiper-pagination-bullet { .gameplay-video { width: 80%; margin: 7% auto 0px; + position: relative; + height: 900px; +} +#video-frame{ + display: none; } .gameplay-video img{ width:100%; @@ -764,6 +769,11 @@ span.swiper-pagination-bullet { .hero-d-layer-inner::-webkit-scrollbar{ width: 0; } +.video-mask{ + position: absolute; + top: 0; + left: 0; +} .hero-d-layer-con { background: url('../img/nft/hero/herodbg@2x.png') no-repeat center top; diff --git a/src/desktop/gameplay.html b/src/desktop/gameplay.html index 407ab07..6e2915d 100755 --- a/src/desktop/gameplay.html +++ b/src/desktop/gameplay.html @@ -52,8 +52,9 @@ Logout -