From 3aac1e6d8fe5b8feb07c8bd4a92775f4c7de1249 Mon Sep 17 00:00:00 2001 From: Lruler <1204312199@qq.com> Date: Thu, 12 Aug 2021 13:02:20 +0800 Subject: [PATCH] bugfix videoautoplay --- assets/scss/index.scss | 2 +- layouts/index.html | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/scss/index.scss b/assets/scss/index.scss index 6090ad32a..50250e526 100644 --- a/assets/scss/index.scss +++ b/assets/scss/index.scss @@ -1193,7 +1193,7 @@ footer { .modal-for-video{ - display: block; + display: none; z-index: 20; position: absolute; height: 608px; diff --git a/layouts/index.html b/layouts/index.html index 64d459711..5a72af446 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -279,8 +279,6 @@ } shadow.hide(); - closeVideo.hide(); - video.hide(); startVideo.click(function () { openVideo()