|
活下去是第一目标,反正群不死我~ 我估计也不会单我- <div style="
- height: 600px;
- background: #0299d8;
- background: -o-linear-gradient(45deg,#5a3694 0%,#13bdce 33%,#0094d9 66%,#6fc7b5 100%);
- background: linear-gradient(45deg,#5a3694 0%,#13bdce 33%,#0094d9 66%,#6fc7b5 100%);
- background-size: 400%;
- background-position: 0% 100%;
- border:1px solid #333;
- -webkit-animation: gradient 7.5s ease-in-out infinite;
- animation: gradient 7.5s ease-in-out infinite;
- }
- @keyframes gradient {
- 0% {
- background-position: 0% 100%;
- }
- 50% {
- background-position: 100% 0%;
- }
- 100% {
- background-position: 0% 100%;
- }"></div>
复制代码 |
|