Commit 542f9508 authored by Chen Jiping's avatar Chen Jiping

feat:样式调整

parent 0afcb40c
...@@ -729,11 +729,11 @@ body { ...@@ -729,11 +729,11 @@ body {
.robot{ .robot{
position: absolute; position: absolute;
width: 1.57rem; width: 2rem;
height: 2.50rem; height: 3.18rem;
background: url(../lib/images/robot.png) no-repeat; background: url(../lib/images/robot.png) no-repeat;
background-position: 0rem 0rem; background-position: 0rem 0rem;
background-size: 47.10rem 2.50rem; background-size: 60rem 3.19rem;
z-index: 400; z-index: 400;
bottom: 0.2rem; bottom: 0.2rem;
left: 0.2rem; left: 0.2rem;
...@@ -742,5 +742,5 @@ body { ...@@ -742,5 +742,5 @@ body {
@keyframes robot{ @keyframes robot{
0% {background-position-x: 0rem; background-position-y: 0rem;} 0% {background-position-x: 0rem; background-position-y: 0rem;}
100% {background-position-x: -47.10rem; background-position-y: 0rem;} 100% {background-position-x: -60rem; background-position-y: 0rem;}
} }
\ No newline at end of file
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 to comment