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

feat:样式调整

parent 0afcb40c
......@@ -729,11 +729,11 @@ body {
.robot{
position: absolute;
width: 1.57rem;
height: 2.50rem;
width: 2rem;
height: 3.18rem;
background: url(../lib/images/robot.png) no-repeat;
background-position: 0rem 0rem;
background-size: 47.10rem 2.50rem;
background-size: 60rem 3.19rem;
z-index: 400;
bottom: 0.2rem;
left: 0.2rem;
......@@ -742,5 +742,5 @@ body {
@keyframes robot{
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
......@@ -298,7 +298,7 @@ class PlayView {
bindConfirmBtn();
$(".hello-container").show();
$(".hello-container").show();
//$("#submitBtn").show();
//$("#exercise").show();
......
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