From c762e3ef17dd61a35ea1f298064ae9bcaa7d2dd8 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期三, 01 十一月 2023 08:41:49 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/login.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index 7680e84..b81abf7 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -28,7 +28,7 @@
         border-radius: 5px;
         color: #ffffff;
         z-index: 99;
-        box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, .3);
+        /*box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, .3);*/
       }
 
       .login-contain {
@@ -48,11 +48,11 @@
       #background_video {
         position: absolute;
 
-        top: 50%; left: 50%;
+        top: 50%; left: 39.55%;
         transform: translate(-50%, -50%);
 
         object-fit: cover;
-        height: 100%; width: 100%;
+        height: 100%; width: 79%;
       }
 
       .s-video-all {
@@ -78,7 +78,7 @@
       }
       #girlwu{
         margin-left: 60%;
-        margin-top: 40%;
+        margin-top: 38%;
         z-index: 999;
       }
       .pText{

--
Gitblit v1.9.1