Commit f3b5316e by agan

修改官網

parent e6ddb7a5
Showing with 6 additions and 6 deletions
...@@ -88,8 +88,8 @@ body { ...@@ -88,8 +88,8 @@ body {
-moz-border-radius: 0.6rem; -moz-border-radius: 0.6rem;
-webkit-border-radius: 0.6rem; -webkit-border-radius: 0.6rem;
overflow: hidden; overflow: hidden;
width: 5.84rem; width: 6.2rem;
height: 11.187rem; height: 11.6rem;
box-sizing: border-box; box-sizing: border-box;
position: absolute; position: absolute;
top: 50%; top: 50%;
...@@ -239,7 +239,7 @@ body { ...@@ -239,7 +239,7 @@ body {
.recommendBox { .recommendBox {
width: 100%; width: 100%;
position: absolute; position: absolute;
top: 3.2rem; top: 2.4rem;
left: 0rem; left: 0rem;
overflow-y: scroll; overflow-y: scroll;
} }
...@@ -313,7 +313,7 @@ body { ...@@ -313,7 +313,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: 1rem; bottom: 1.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%);
...@@ -322,11 +322,11 @@ body { ...@@ -322,11 +322,11 @@ body {
@-webkit-keyframes upWard { @-webkit-keyframes upWard {
from { from {
bottom: 1rem; bottom: 1.4rem;
} }
to { 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