Commit 6583f055 authored by Chen Jiping's avatar Chen Jiping

feat:样式调整

parent f1ceed2e
...@@ -729,11 +729,11 @@ body { ...@@ -729,11 +729,11 @@ body {
.robot{ .robot{
position: absolute; position: absolute;
width: 2.67rem; width: 2.5rem;
height: 4.5rem; height: 3.98rem;
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: 80rem 4.25rem; background-size: 75rem 3.98rem;
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: -80rem; background-position-y: 0rem;} 100% {background-position-x: -75rem; 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