From e3c7944049b79d1e0f55dea3597212eb354ef3bc Mon Sep 17 00:00:00 2001 From: Thek28 tk <774375115@qq.com> Date: Tue, 11 Apr 2023 08:39:19 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E6=8F=90=E4=BA=A40411-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/button.module.scss | 2 +- app/components/window.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/button.module.scss b/app/components/button.module.scss index 59d652962..83585a56e 100644 --- a/app/components/button.module.scss +++ b/app/components/button.module.scss @@ -1,5 +1,5 @@ .icon-button { - background-color: #0c040430; + background-color: rgba(255, 255, 255, 0.32); border-radius: 200px; display: flex; align-items: center; diff --git a/app/components/window.scss b/app/components/window.scss index 165d2f4fa..f959ab2d9 100644 --- a/app/components/window.scss +++ b/app/components/window.scss @@ -6,7 +6,7 @@ display: flex; justify-content: space-between; align-items: center; - //background-color:#0bc398; + //background-color:#0bc398; //下面新加的 background-image: var(--accent-gradient); //-webkit-background-clip: text; @@ -14,7 +14,7 @@ background-size: 113%; background-position: 0%; --accent-gradient: var(--theme-purple); - --accent-gradient: linear-gradient( 45deg, rgba(34, 165, 226, 0.8), rgba(45, 218, 174, 0.8) 30%, rgb(238, 168, 237) 60% ); + --accent-gradient: linear-gradient( 45deg, rgba(221, 190, 221,0.8) 15%, rgba(45, 218, 174, 0.8) 30%,rgba(34, 165, 226, 0.8) 60% ); //border-radius: 10px; margin-bottom: 10px; box-shadow: var(--card-shadow);