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
9faab06c
Commit
9faab06c
authored
Aug 08, 2021
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 机器人样式与定位
parent
f998bf1d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
index.css
play/index.css
+7
-7
No files found.
play/index.css
View file @
9faab06c
...
...
@@ -538,7 +538,6 @@ body {
background-color
:
#3d992f
;
width
:
100%
;
height
:
100%
;
z-index
:
100
;
display
:
none
;
}
...
...
@@ -729,17 +728,18 @@ body {
.robot
{
position
:
absolute
;
width
:
226px
;
height
:
380px
;
width
:
1.13rem
;
height
:
1.80rem
;
background
:
url(../lib/images/robot.png)
no-repeat
;
background-position
:
0px
0px
;
background-position
:
0rem
0rem
;
background-size
:
33.90rem
1.80rem
;
z-index
:
400
;
bottom
:
0.3rem
;
left
:
0.3rem
;
animation
:
robot
1
.5s
steps
(
30
)
infinite
;
animation
:
robot
2
.5s
steps
(
30
)
infinite
;
}
@keyframes
robot
{
0
%
{
background-position-x
:
0
px
;
background-position-y
:
0px
;}
100
%
{
background-position-x
:
-
6780px
;
background-position-y
:
0px
;}
0
%
{
background-position-x
:
0
rem
;
background-position-y
:
0rem
;}
100
%
{
background-position-x
:
-
33.90rem
;
background-position-y
:
0rem
;}
}
\ No newline at end of file
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