Commit e1227803 by agan

修改官網

parent 0841e5f8
Showing with 8 additions and 8 deletions
......@@ -58,7 +58,7 @@ body {
width: 6.987rem;
height: 13rem;
position: absolute;
top: 2.4rem;
top: 2.6rem;
left: 50%;
transform: translateX(-50%);
z-index: 10;
......@@ -118,7 +118,7 @@ body {
width: 8rem;
text-align: center;
position: absolute;
top: 1rem;
top: 1.2rem;
left: 50%;
transform: translateX(-50%);
}
......@@ -240,7 +240,7 @@ body {
.recommendBox {
width: 100%;
position: absolute;
top: 2.4rem;
top: 2.6rem;
left: 0rem;
overflow-y: scroll;
}
......@@ -300,10 +300,10 @@ body {
background: url(../../img/new3/download.png) no-repeat;
background-size: contain;
position: fixed;
top: 10rem;
bottom: 1.6rem;
right: 0.2rem;
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;
z-index: 99;
}
......@@ -314,7 +314,7 @@ body {
background: url("../../img/new3/imageSprites.png") no-repeat;
background-size: 100% 100%;
position: fixed;
bottom: 1.4rem;
bottom: 1.6rem;
left: 92%;
animation: upWard 1s linear 0s infinite alternate;
-webkit-transform: translateX(-50%);
......@@ -323,11 +323,11 @@ body {
@-webkit-keyframes upWard {
from {
bottom: 1.4rem;
bottom: 1.6rem;
}
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