From 4d2ea96d537244ee271d59895a46e579909a2603 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期日, 05 十一月 2023 22:41:08 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index fd7d1ed..9604867 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 {
@@ -77,8 +77,8 @@
         z-index: -999;
       }
       #girlwu{
-        margin-left: 30%;
-        margin-top: 20%;
+        margin-left: 58%;
+        margin-top: 45%;
         z-index: 999;
       }
       .pText{
@@ -93,18 +93,18 @@
 
       @media screen and (min-width:300px) and (min-width:650px){
         .pTextFont{
-          font-size:2rem;
+          font-size:0.75rem;
         }
       }
       @media screen and (min-width:650px) and (min-width:1080px){
         .pTextFont{
-          font-size:3rem;
+          font-size:1.125rem;
         }
       }
 
       @media screen and (min-width:300px) and (min-width:1380px){
         .pTextFont{
-          font-size:4rem;
+          font-size:1.5rem;
         }
       }
 

--
Gitblit v1.9.1