Commit e1227803 by agan

修改官網

parent 0841e5f8
Showing with 8 additions and 8 deletions
...@@ -58,7 +58,7 @@ body { ...@@ -58,7 +58,7 @@ body {
width: 6.987rem; width: 6.987rem;
height: 13rem; height: 13rem;
position: absolute; position: absolute;
top: 2.4rem; top: 2.6rem;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
z-index: 10; z-index: 10;
...@@ -118,7 +118,7 @@ body { ...@@ -118,7 +118,7 @@ body {
width: 8rem; width: 8rem;
text-align: center; text-align: center;
position: absolute; position: absolute;
top: 1rem; top: 1.2rem;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
} }
...@@ -240,7 +240,7 @@ body { ...@@ -240,7 +240,7 @@ body {
.recommendBox { .recommendBox {
width: 100%; width: 100%;
position: absolute; position: absolute;
top: 2.4rem; top: 2.6rem;
left: 0rem; left: 0rem;
overflow-y: scroll; overflow-y: scroll;
} }
...@@ -300,10 +300,10 @@ body { ...@@ -300,10 +300,10 @@ 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;
top: 10rem; bottom: 1.6rem;
right: 0.2rem; right: 0.2rem;
animation: upWard2 1s linear 0s infinite alternate; animation: upWard2 1s linear 0s infinite alternate;
-webkit-animation: upWard2 1s linear 0s infinite alternate; -webkit-animation: upWard 1s linear 0s infinite alternate;
display: none; display: none;
z-index: 99; z-index: 99;
} }
...@@ -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: 1.4rem; bottom: 1.6rem;
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: 1.4rem; bottom: 1.6rem;
} }
to { to {
bottom: 1rem; bottom: 1.3rem;
} }
} }
......
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