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/index.html | 2 +-
src/main/resources/templates/login.html | 14 +++++++++++---
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index 75c66b1..de48531 100644
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -26,7 +26,7 @@
</div>
<a th:href="@{/index}">
<li class="logo hidden-xs">
- <span class="logo-lg">双预防</span>
+ <span class="logo-lg" style="font-size: 16px !important;">智能安全双重预防系统</span>
</li>
</a>
<div class="sidebar-collapse">
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