From 0fa636c14dbd6fa55aeae48c4d8d76c1468dd919 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 10 Nov 2022 16:18:24 +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