Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JM-07
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
JM-07
Commits
542f9508
Commit
542f9508
authored
Aug 09, 2021
by
Chen Jiping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:样式调整
parent
0afcb40c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
index.css
play/index.css
+4
-4
index.js
play/index.js
+1
-1
No files found.
play/index.css
View file @
542f9508
...
...
@@ -729,11 +729,11 @@ body {
.robot
{
position
:
absolute
;
width
:
1.57
rem
;
height
:
2.50
rem
;
width
:
2
rem
;
height
:
3.18
rem
;
background
:
url(../lib/images/robot.png)
no-repeat
;
background-position
:
0rem
0rem
;
background-size
:
47.10rem
2.50
rem
;
background-size
:
60rem
3.19
rem
;
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.1
0rem
;
background-position-y
:
0rem
;}
100
%
{
background-position-x
:
-
6
0rem
;
background-position-y
:
0rem
;}
}
\ No newline at end of file
play/index.js
View file @
542f9508
...
...
@@ -298,7 +298,7 @@ class PlayView {
bindConfirmBtn
();
$
(
"
.hello-container
"
).
show
();
$
(
"
.hello-container
"
).
show
();
//$("#submitBtn").show();
//$("#exercise").show();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment