热门推荐

热门推荐
This commit is contained in:
yangyaoxiang666
2025-09-04 14:07:42 +08:00
parent 3333f6c485
commit 6829a16f96
28 changed files with 3665 additions and 3118 deletions

View File

@@ -16,13 +16,14 @@
height: 200%;
background: linear-gradient(
135deg,
rgba(76, 175, 80, 0.3) 0%,
rgba(129, 199, 132, 0.2) 25%,
rgba(165, 214, 167, 0.1) 50%,
rgba(200, 230, 201, 0.2) 75%,
rgba(76, 175, 80, 0.3) 100%
rgba(0, 132, 255, 0.4) 0%,
rgba(0, 132, 255, 0.3) 25%,
rgba(0, 132, 255, 0.2) 50%,
rgba(0, 132, 255, 0.3) 75%,
rgba(0, 132, 255, 0.4) 100%
);
animation: green-flow 20s ease-in-out infinite;
animation: gradient-flow 20s ease-in-out infinite;
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.green-gradient::before {