Commit f3b5316e by agan

修改官網

parent e6ddb7a5
Showing with 6 additions and 6 deletions
......@@ -88,8 +88,8 @@ body {
-moz-border-radius: 0.6rem;
-webkit-border-radius: 0.6rem;
overflow: hidden;
width: 5.84rem;
height: 11.187rem;
width: 6.2rem;
height: 11.6rem;
box-sizing: border-box;
position: absolute;
top: 50%;
......@@ -239,7 +239,7 @@ body {
.recommendBox {
width: 100%;
position: absolute;
top: 3.2rem;
top: 2.4rem;
left: 0rem;
overflow-y: scroll;
}
......@@ -313,7 +313,7 @@ body {
background: url("../../img/new3/imageSprites.png") no-repeat;
background-size: 100% 100%;
position: fixed;
bottom: 1rem;
bottom: 1.4rem;
left: 92%;
animation: upWard 1s linear 0s infinite alternate;
-webkit-transform: translateX(-50%);
......@@ -322,11 +322,11 @@ body {
@-webkit-keyframes upWard {
from {
bottom: 1rem;
bottom: 1.4rem;
}
to {
bottom: 0.8rem;
bottom: 1rem;
}
}
......
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