From 92da31170dc286b47a813928e68415ddbf017097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=9A=E9=A3=8E=E6=8B=82=E6=9F=B3=E9=A2=9C?= <434857005@qq.com> Date: Mon, 8 May 2023 18:53:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E5=90=8E=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/admin.css | 26 ++++++++++++++++++++++---- templates/admin.html | 1 + 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/static/css/admin.css b/static/css/admin.css index 860359d..f5a7d8c 100644 --- a/static/css/admin.css +++ b/static/css/admin.css @@ -27,7 +27,7 @@ body { .mz { text-align: center; display: inline-block; - width: 40%; + width: 30%; } .mz a { @@ -42,9 +42,27 @@ body { background-color: #cb13b2; } +.sa { + text-align: center; + width: 10%; + display: inline-block; +} + +.sa a { + border-radius: 25px; + border-style: solid; + color: #FFFFFF; + padding: 2px 7px 2px 7px; + border-style: solid; + border-color: #17af30; + text-decoration: none; + background-color: #17af30; + +} + .sj { text-align: center; - width: 18%; + width: 20%; display: inline-block; } @@ -61,7 +79,7 @@ body { } .ss { - width: 18%; + width: 15%; text-align: center; display: inline-block; } @@ -80,7 +98,7 @@ body { .sc { text-align: center; - width: 18%; + width: 15%; /*padding-right: 5%;*/ display: inline-block; } diff --git a/templates/admin.html b/templates/admin.html index 89b135d..a863438 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -267,6 +267,7 @@ {% for rule in rules.list %}