From 1d0a38cd477af9cd58beddbda3c17787eb56bc94 Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Sat, 8 Oct 2022 19:39:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=B8=AE=E5=8A=A9=E6=B8=90?= =?UTF-8?q?=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/help/index.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/resources/help/index.css b/resources/help/index.css index b3286ab..5c8e833 100644 --- a/resources/help/index.css +++ b/resources/help/index.css @@ -30,15 +30,13 @@ body { font-size: 20px; background: rgba(255, 255, 255, 0.2); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); + /* 毛玻璃 */ backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); + border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.18); - /* color: #ed7662; */ - - background: linear-gradient(to left, red, rgb(75, 0, 125)); - -webkit-background-clip: text; - color: transparent; + color: #dd2d8e; } .help-group { @@ -97,12 +95,9 @@ body { .help-title { display: block; - /* color: #ed7662; */ + color: #dd2d8e; font-size: 16px; line-height: 24px; - background: linear-gradient(to left, red, rgb(75, 0, 125)); - -webkit-background-clip: text; - color: transparent; } .help-desc {