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; }