From 364390b797dfa048cb102744ee40b732618614dd Mon Sep 17 00:00:00 2001
From: pjb <pjb123456>
Date: 星期二, 12 八月 2025 18:05:37 +0800
Subject: [PATCH] 登陆页界面优化

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

diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index b58efe4..e3d96d1 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -48,20 +48,21 @@
     </style>
   </head>
   <body>
-    <div class="l-page l-page--white" data-id="instancing">
-      <div style="position: fixed;
-                    z-index: 100;
-                    top: 22px;
-                    left: 20px;">
-<!--        <img src="../static/image/logo.png" alt="" style="width: 20%">-->
-      </div>
+    <div class="l-page l-page--white">
+        <img src="../static/image/bj.png"/>
+<!--      <div style="position: fixed;-->
+<!--                    z-index: 100;-->
+<!--                    top: 22px;-->
+<!--                    left: 20px;">-->
+<!--        <img src="../static/image/login_bg.jpg" alt="" style="width: 20%">-->
+<!--      </div>-->
       <div class="p-sketch-outline">
         <h2 class="p-sketch-outline__title">Automatic Storage and Retrieval System</h2>
         <p class="p-sketch-outline__date">posted: 2018.01.01 / update: 2022.09.21
         </p>
         <p class="p-sketch-outline__description">wms made with various simple objects.</p>
       </div>
-      <canvas class="p-canvas-webgl" id="canvas-webgl"></canvas>
+<!--      <canvas class="p-canvas-webgl" id="canvas-webgl"></canvas>-->
     </div>
     <!-- 渚ц竟鏍� -->
     <div id="sidebar">

--
Gitblit v1.9.1