Commit c3eb8e8d by doszhang

dos

parent b5bca761
...@@ -138,18 +138,18 @@ input::-webkit-input-placeholder { ...@@ -138,18 +138,18 @@ input::-webkit-input-placeholder {
} }
.home-page .light1 { .home-page .light1 {
animation: light 6s ease-in-out infinite; animation: light 6s ease-in-out infinite forwards;
-webkit-animation: light 6s ease-in-out infinite; -webkit-animation: light 6s ease-in-out infinite forwards;
} }
.home-page .light2 { .home-page .light2 {
animation: light 6s 2s ease-in-out infinite; animation: light 6s 2s ease-in-out infinite forwards;
-webkit-animation: light 6s 2s ease-in-out infinite; -webkit-animation: light 6s 2s ease-in-out infinite forwards;
} }
.home-page .light3 { .home-page .light3 {
animation: light 6s 4s ease-in-out infinite; animation: light 6s 4s ease-in-out infinite forwards;
-webkit-animation: light 6s 4s ease-in-out infinite; -webkit-animation: light 6s 4s ease-in-out infinite forwards;
} }
@keyframes light { @keyframes light {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment