From f28e915c4accbac1af2c9b4053a086c19be026f1 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 10 Aug 2022 11:13:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/dv/apps/components/PdGrid.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/dv/apps/components/PdGrid.vue b/project/dv/apps/components/PdGrid.vue index a3f26b31..f1e36146 100644 --- a/project/dv/apps/components/PdGrid.vue +++ b/project/dv/apps/components/PdGrid.vue @@ -30,7 +30,7 @@ .pdgird-title { position: absolute; - top: 200px; + top: 120px; left: 50%; width: 640px; height: 80px; @@ -42,8 +42,8 @@ h2 { color: #FFFFFF; - text-shadow: 0px 3px 5px rgba(0,0,0,0.5000); - background: linear-gradient(180deg, #FFFFFF 0%, #3BB6FF 100%); + text-shadow: 0px 0px 13px rgb(59 182 255 / 80%); + background: #fff; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }