From 29a34de88be2c745aa1993a733c18d27ce6bc86d Mon Sep 17 00:00:00 2001
From: agan <agan@yazhai.co>
Date: Thu, 17 Feb 2022 18:04:52 +0800
Subject: [PATCH] xg

---
 css/new/index.css | 3 ++-
 newIndex.html     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/css/new/index.css b/css/new/index.css
index 4cf9aec..a25d405 100644
--- a/css/new/index.css
+++ b/css/new/index.css
@@ -72,7 +72,7 @@ body {
 .videoCon {
     border-radius: 1rem;
     overflow: hidden;
-    height: 100%;
+    height: 99%;
     margin: 0rem 0.2rem;
 }
 
@@ -80,6 +80,7 @@ body {
     height: 100%;
     padding-top: 0.35rem;
     margin-right: 0.1rem;
+    z-index: 1;
 }
 
 .mTitle {
diff --git a/newIndex.html b/newIndex.html
index 3f47dd2..efc43bf 100644
--- a/newIndex.html
+++ b/newIndex.html
@@ -55,7 +55,7 @@
                 <div class="mPhone">
                     <div class="phoneBorder"></div>
                     <div class="videoCon">
-                        <video id="video"  autoplay="autoplay" muted loop="loop">
+                        <video id="video" controls="false"  webkit-playsinline="false"  playsinline="false"  autoplay="autoplay" muted loop="loop">
                             <source src="video/video.mp4" type="video/mp4"></source>
                         </video>
                     </div>
--
libgit2 0.25.0