This commit is contained in:
yanran200730
2022-08-10 11:13:56 +08:00
parent fa37a9cfc0
commit f28e915c4a

View File

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