From f54b335f68fea7170193c220b58e3ff4bee193f5 Mon Sep 17 00:00:00 2001 From: yeyang <746659424@qq.com> Date: Sat, 8 Oct 2022 14:12:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=AB=98=E6=B8=B2=E6=9F=93=E7=B2=BE?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/help.js | 2 +- resources/help/index.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/help.js b/apps/help.js index 7b7c013..222d7b7 100644 --- a/apps/help.js +++ b/apps/help.js @@ -72,5 +72,5 @@ async function help(e) { helpGroup, ...themeData, element: 'default' - }, { e, scale: 1.2 }) + }, { e, scale: 2.0 }) } \ No newline at end of file diff --git a/resources/help/index.css b/resources/help/index.css index 174a369..b3286ab 100644 --- a/resources/help/index.css +++ b/resources/help/index.css @@ -23,6 +23,7 @@ body { /* border-radius: 15px; */ margin-top: 20px; margin-bottom: 20px; + margin-right: 5px; overflow: hidden; /* box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15); */ position: relative; @@ -35,7 +36,7 @@ body { border: 1px solid rgba(255, 255, 255, 0.18); /* color: #ed7662; */ - background: linear-gradient(to right, red, blue); + background: linear-gradient(to left, red, rgb(75, 0, 125)); -webkit-background-clip: text; color: transparent; } @@ -70,6 +71,7 @@ body { line-height: 24px; position: relative; text-align: left; + width: 33%; } .help-table .tr:last-child .td { @@ -98,7 +100,7 @@ body { /* color: #ed7662; */ font-size: 16px; line-height: 24px; - background: linear-gradient(to right, red, blue); + background: linear-gradient(to left, red, rgb(75, 0, 125)); -webkit-background-clip: text; color: transparent; }