From 4fb65d8e3c5fc8ddb8882a355cd31ecb9d51f3d9 Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期二, 18 六月 2024 15:13:38 +0800
Subject: [PATCH] 评分项内容拆分

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

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

--
Gitblit v1.9.2