From eb6f8e5ff9985ae3a6c1a858b43e80d7f99c5e15 Mon Sep 17 00:00:00 2001 From: xiaoz Date: Tue, 23 Mar 2021 17:22:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=8E=E5=8F=B0=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/admin/index.php | 31 +++++++++++++++++++++---------- templates/admin/static/style.css | 10 ++++++++++ 2 files changed, 31 insertions(+), 10 deletions(-) diff --git a/templates/admin/index.php b/templates/admin/index.php index e5c10cd..878c5c4 100644 --- a/templates/admin/index.php +++ b/templates/admin/index.php @@ -6,16 +6,27 @@
-
-
- +
+
+
QQ群1:147687134
+
+
+
QQ群2:147687134
+
+ +
+
帮助文档:https://dwz.ovh/onenav
+
+
+
QQ:337003006
+
+ +
+
diff --git a/templates/admin/static/style.css b/templates/admin/static/style.css index 0f9a092..3421334 100644 --- a/templates/admin/static/style.css +++ b/templates/admin/static/style.css @@ -60,4 +60,14 @@ border: 1px #009933 solid; border-radius: 3px; display: none; +} +.admin-msg{ + background-color: #f2f2f2; + line-height: 14px; + padding:1em; + border-radius: 5px; + color:#888888; +} +.admin-msg a{ + color:#01AAED; } \ No newline at end of file