From 8fcb10c1fce579b5c9e4af367d0bf72af388e0f3 Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Mon, 22 Apr 2024 01:30:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E7=BB=86=E8=8A=82=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/admin/index.css | 19 ++++++++----------- resources/admin/index.scss | 19 ++++++++----------- 2 files changed, 16 insertions(+), 22 deletions(-) diff --git a/resources/admin/index.css b/resources/admin/index.css index cd6fcc4..491b462 100644 --- a/resources/admin/index.css +++ b/resources/admin/index.css @@ -28,32 +28,29 @@ body { } .cfg-group { - color: #ec7d9b; + color: #f9b3c6; font-size: 22px; font-weight: bold; padding: 10px 20px; - text-shadow: 1px 1px 1px rgba(4, 4, 4, 0.6431372549); + text-shadow: 1px 1px 1px #000; } .cfg-li { - border-radius: 18px; min-height: 36px; position: relative; - overflow: hidden; + list-style: none; margin-bottom: 10px; background: rgba(203, 196, 190, 0); } .cfg-line { - color: #31223a; + color: #000000; line-height: 36px; padding-left: 20px; font-weight: bold; - border-radius: 16px; - box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); - /* background: url("imgs/cfg-right.jpg") right top #cbc4be no-repeat; */ - background-image: linear-gradient(90deg, #FFF1EF 65%, #f7c8cc); - background-size: auto 36px; + border-radius: 5px 20px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); + background-image: linear-gradient(90deg, #fceae7 40%, #fbf3f1 65%, #ffd5e0); } .cfg-hint { @@ -72,7 +69,7 @@ body { text-align: center; line-height: 36px; font-size: 20px; - color: #07333F; + color: #486081; font-weight: bold; border-radius: 0 16px 16px 0; } diff --git a/resources/admin/index.scss b/resources/admin/index.scss index bf5356e..545f6ee 100644 --- a/resources/admin/index.scss +++ b/resources/admin/index.scss @@ -27,32 +27,29 @@ body { } .cfg-group { - color: #ec7d9b; + color: #f9b3c6; font-size: 22px; font-weight: bold; padding: 10px 20px; - text-shadow: 1px 1px 1px #040404a4; + text-shadow: 1px 1px 1px #000; } .cfg-li { - border-radius: 18px; min-height: 36px; position: relative; - overflow: hidden; + list-style: none; margin-bottom: 10px; background: rgba(203, 196, 190, 0); } .cfg-line { - color: #31223a; + color: #000000; line-height: 36px; padding-left: 20px; font-weight: bold; - border-radius: 16px; - box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); - /* background: url("imgs/cfg-right.jpg") right top #cbc4be no-repeat; */ - background-image: linear-gradient(90deg, #FFF1EF 65%, #f7c8cc); - background-size: auto 36px; + border-radius: 5px 20px; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); + background-image: linear-gradient(90deg, #fceae7 40%, #fbf3f1 65%, #ffd5e0); } .cfg-hint { @@ -71,7 +68,7 @@ body { text-align: center; line-height: 36px; font-size: 20px; - color: #07333F; + color: #486081; font-weight: bold; border-radius: 0 16px 16px 0;