From 9687fedd8a43a4c38c52be14e5d2e9000903c5d1 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期三, 02 十一月 2022 14:26:53 +0800
Subject: [PATCH] 登录
---
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..2fb310f 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="color: #01d0ff;">智能安全双重预防系统</h1>
<div class="signinpanel">
<!-- <div class="col-sm-7">-->
<!-- <div class="signin-info">-->
--
Gitblit v1.9.2