From b47b351ba838b9ca0c70fae7cc3a64d4026e7356 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期五, 11 十一月 2022 14:59:38 +0800
Subject: [PATCH] controller中首页调用方法

---
 src/main/resources/templates/login.html |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html
index 31dc53c..186755b 100644
--- a/src/main/resources/templates/login.html
+++ b/src/main/resources/templates/login.html
@@ -65,8 +65,16 @@
         display: block;
         vertical-align: bottom;
     }
-    .apTitleB{
-
+    #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>
@@ -85,7 +93,7 @@
 <!--    <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>
+    <h1 style="font-size:48px;color: #01d0ff;text-shadow:3px 3px 1px #CCC;font-weight: bolder;letter-spacing: 10px">智能安全双重预防系统</h1>
 <div class="signinpanel">
     <!--            <div class="col-sm-7">-->
     <!--                <div class="signin-info">-->

--
Gitblit v1.9.2