From 4d2dd9cb3dc9f1e8ea173b2d796bfa4cce421f83 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 12 十二月 2023 13:51:35 +0800
Subject: [PATCH] #
---
src/main/webapp/views/index.html | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 119ba0f..a5f57f0 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -19,9 +19,20 @@
font-weight: 400;
/*margin-left: 5px;*/
}
+ #countdown {
+ position: fixed;
+ top: 12px;
+ left: 45%;
+ z-index: 1000;
+ color: red;
+ font-size: 1.75rem;
+ font-weight: bold;
+ }
</style>
</head>
<body class="layui-layout-body">
+<!--鍊掕鏃�-->
+<div id="countdown">绯荤粺灏嗕簬2023骞�12鏈�20鏃ュ埌鏈�</div>
<div class="layui-layout layui-layout-admin">
<!-- 澶撮儴 -->
<div class="layui-header">
--
Gitblit v1.9.1