From 56c84cd7fb04407536eb0135162313029828a81f Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期一, 11 十二月 2023 10:14:41 +0800
Subject: [PATCH] 暂时提交

---
 src/main/resources/templates/login.html |   47 ++++++++---------------------------------------
 1 files changed, 8 insertions(+), 39 deletions(-)

diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html
index 2fb310f..1aae5f1 100644
--- a/src/main/resources/templates/login.html
+++ b/src/main/resources/templates/login.html
@@ -55,6 +55,7 @@
 body.signin {
     background:none;
 }
+
 h1{
     text-align: center;
     margin-top:8%;
@@ -64,17 +65,6 @@
     canvas {
         display: block;
         vertical-align: bottom;
-    }
-    #particles-js {
-        width: 100%;
-        height: 100%;
-        background-size: cover;
-        background-position: 50% 50%;
-        background-repeat: no-repeat;
-        position: absolute;
-        top: 0;
-        left: 0;
-        z-index: -1;
     }
     </style>
     <script>
@@ -87,34 +77,16 @@
 </head>
 <!-- count particles -->
 <!-- particles.js container -->
-<div id="particles-js"></div>
+<!--<div id="particles-js"></div>-->
 <!-- particles.js container -->
 <!--<div id="particles-js" style="display: flex;align-items: center;justify-content: center;z-index:-1;">-->
 <!--    <canvas class="particles-js-canvas-el" style="width: 100%; height: 100%;" width="472" height="625"></canvas>-->
 <!--</div>-->
 <body class="signin">
-    <h1 style="color: #01d0ff;">智能安全双重预防系统</h1>
-<div class="signinpanel">
-    <!--            <div class="col-sm-7">-->
-    <!--                <div class="signin-info">-->
-    <!--                    <div class="logopanel m-b">-->
-    <!--&lt;!&ndash;                        <h1><img alt="[  ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1>&ndash;&gt;-->
-    <!--                    </div>-->
-    <!--                    <div class="m-b"></div>-->
-    <!--&lt;!&ndash;                    <h4>欢迎使用 <strong> 国泰新华后台管理系统</strong></h4>&ndash;&gt;-->
-    <!--                    <ul class="m-b">-->
-    <!--&lt;!&ndash;                        <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> </li>&ndash;&gt;-->
-    <!--&lt;!&ndash;                        <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> </li>&ndash;&gt;-->
-    <!--&lt;!&ndash;                        <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> </li>&ndash;&gt;-->
-    <!--&lt;!&ndash;                        <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> </li>&ndash;&gt;-->
-    <!--&lt;!&ndash;                        <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> </li>&ndash;&gt;-->
-    <!--                    </ul>-->
-    <!--&lt;!&ndash;                    <strong th:if="${@config.getKey('sys.account.registerUser')}">还没有账号? <a th:href="@{/register}">立即注册&raquo;</a></strong>&ndash;&gt;-->
-    <!--                </div>-->
-    <!--            </div>-->
-    <!--            <div class="col-sm-5" >-->
-    <form id="signupForm" autocomplete="off" style="background: rgb(255, 255, 255);">
-        <h4 class="no-margins">登录:</h4>
+    <h1 style="font-size:56px;color: #04e6dd;text-shadow:3px 3px 1px #073155;font-weight: bolder;letter-spacing: 10px">智能安全双重预防系统</h1>
+    <div class="signinpanel">
+    <form id="signupForm" autocomplete="off" style="background: rgb(0, 34, 67, .6);">
+        <h4 class="no-margins" style="text-align: center;font-size: 2vh">登录</h4>
         <!--                    <p class="m-t-md">国科鸿宇</p>-->
         <input type="text" name="username" class="form-control uname" placeholder="登录名"/>
         <input type="password" name="password" class="form-control pword" placeholder="密码"/>
@@ -133,15 +105,12 @@
         </div>
         <button class="btn btn-success btn-block" id="btnSubmit" data-loading="正在验证登录,请稍后...">登录</button>
     </form>
-    <!--            </div>-->
-
-</div>
+    </div>
 
 <div class="copright">
 技术支持:苏州国科鸿宇科技有限公司
 </div>
 <!-- scripts -->
-
 <script th:inline="javascript"> var ctx = [[@{
     /}]]; var captchaType = [[${captchaType}]]; </script>
 <!-- 全局js -->
@@ -159,7 +128,7 @@
 <script src="../static/js/login.js" th:src="@{/js/loginApp.js}"></script>
 <script src="../static/js/stats.js" th:src="@{/js/stats.js}"></script>
 <script src="../static/js/stats.js" th:src="@{/js/stats.js}"></script>
-<script src="../static/js/particles.min.js" th:src="@{/js/particles.min.js}"></script>
+<!--<script src="../static/js/particles.min.js" th:src="@{/js/particles.min.js}"></script>-->
 <script src="../static/js/app.js" th:src="@{/js/app.js}"></script>
 <!--    <script src="../static/js/loginApp.js" th:src="@{/js/login.js}"></script>-->
     <script>

--
Gitblit v1.9.2