Commit 43e16f54 by agan

修改官網

parent de5539bf
Showing with 4 additions and 4 deletions
......@@ -300,7 +300,7 @@ body {
background: url(../../img/new3/download.png) no-repeat;
background-size: contain;
position: fixed;
bottom: 2.8rem;
bottom: 4rem;
right: 0.2rem;
animation: upWard2 1s linear 0s infinite alternate;
-webkit-animation: upWard 1s linear 0s infinite alternate;
......@@ -314,7 +314,7 @@ body {
background: url("../../img/new3/imageSprites.png") no-repeat;
background-size: 100% 100%;
position: fixed;
bottom: 2.8rem;
bottom: 4rem;
left: 92%;
animation: upWard 1s linear 0s infinite alternate;
-webkit-transform: translateX(-50%);
......@@ -323,11 +323,11 @@ body {
@-webkit-keyframes upWard {
from {
bottom: 3rem;
bottom: 4rem;
}
to {
bottom: 2.8rem;
bottom: 3.6rem;
}
}
......
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