热门推荐
热门推荐
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user