Commit 43e16f54 by agan

修改官網

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