Commit f1ceed2e authored by Chen Jiping's avatar Chen Jiping

feat:样式调整

parent 542f9508
...@@ -685,7 +685,7 @@ body { ...@@ -685,7 +685,7 @@ body {
overflow-y: auto; overflow-y: auto;
margin-top: 0.4rem; margin-top: 0.4rem;
text-align: left; text-align: left;
padding: 0.2rem 0.75rem 0.2rem 0.75rem; padding: 0.2rem 1.75rem 0.2rem 1.75rem;
margin-left: 5%; margin-left: 5%;
object-fit: contain; object-fit: contain;
font-family: DroidSansFallback; font-family: DroidSansFallback;
...@@ -729,11 +729,11 @@ body { ...@@ -729,11 +729,11 @@ body {
.robot{ .robot{
position: absolute; position: absolute;
width: 2rem; width: 2.67rem;
height: 3.18rem; height: 4.5rem;
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: 60rem 3.19rem; background-size: 80rem 4.25rem;
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: -60rem; background-position-y: 0rem;} 100% {background-position-x: -80rem; 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