From d82a8aefa798c6685003ca78a97d0f3e40c075fd Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Fri, 7 Oct 2022 19:27:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0#=E6=A4=B0=E5=A5=B6=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/admin/index.css | 8 ++++---- resources/admin/index.less | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/admin/index.css b/resources/admin/index.css index 7ae67d6..99fb6b6 100644 --- a/resources/admin/index.css +++ b/resources/admin/index.css @@ -23,7 +23,7 @@ body { } .cfg-group { color: #ceb78b; - font-size: 18px; + font-size: 22px; font-weight: bold; padding: 10px 20px; } @@ -46,7 +46,7 @@ body { background-size: auto 36px; } .cfg-hint { - font-size: 12px; + font-size: 16px; font-weight: normal; margin-top: 3px; margin-bottom: -3px; @@ -59,7 +59,7 @@ body { width: 160px; text-align: center; line-height: 36px; - font-size: 16px; + font-size: 20px; color: #495366; font-weight: bold; border-radius: 0 16px 16px 0; @@ -68,7 +68,7 @@ body { color: #a95151; } .cfg-desc { - font-size: 12px; + font-size: 16px; color: #cbc4be; margin: 5px 0 5px 20px; } diff --git a/resources/admin/index.less b/resources/admin/index.less index 0d0fe81..58df218 100644 --- a/resources/admin/index.less +++ b/resources/admin/index.less @@ -28,7 +28,7 @@ body { .cfg-group { color: #ceb78b; - font-size: 18px; + font-size: 22px; font-weight: bold; padding: 10px 20px; } @@ -58,7 +58,7 @@ body { } .cfg-hint { - font-size: 12px; + font-size: 16px; font-weight: normal; margin-top: 3px; margin-bottom: -3px; @@ -72,7 +72,7 @@ body { width: 160px; text-align: center; line-height: 36px; - font-size: 16px; + font-size: 20px; color: #495366; font-weight: bold; border-radius: 0 16px 16px 0; @@ -83,7 +83,7 @@ body { } .cfg-desc { - font-size: 12px; + font-size: 16px; color: #cbc4be; margin: 5px 0 5px 20px; } \ No newline at end of file