Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
pingan-maruko
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c9604cf5
authored
Jul 06, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
b004e352
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
16 deletions
+25
-16
Public/static/css/index.css
+25
-16
No files found.
Public/static/css/index.css
View file @
c9604cf5
...
...
@@ -126,8 +126,8 @@ body {
width
:
71px
;
height
:
68px
;
left
:
100px
;
animation
:
leaves
4s
linear
infinite
;
-webkit-animation
:
leaves
4s
linear
infinite
;
animation
:
leaves
10s
ease
infinite
;
-webkit-animation
:
leaves
10s
ease
infinite
;
}
.leaves-2
{
...
...
@@ -135,8 +135,8 @@ body {
width
:
56px
;
height
:
44px
;
left
:
250px
;
animation
:
leaves
4s
2s
linear
infinite
;
-webkit-animation
:
leaves
4s
2s
linear
infinite
;
animation
:
leaves
7s
3s
ease
infinite
;
-webkit-animation
:
leaves
7s
3s
ease
infinite
;
}
.leaves-3
{
...
...
@@ -144,8 +144,8 @@ body {
width
:
58px
;
height
:
37px
;
left
:
470px
;
animation
:
leaves
4s
4s
linear
infinite
;
-webkit-animation
:
leaves
4s
4s
linear
infinite
;
animation
:
leaves
8s
5s
ease
infinite
;
-webkit-animation
:
leaves
8s
5s
ease
infinite
;
}
...
...
@@ -177,24 +177,33 @@ body {
transform
:
translateX
(
0
);
}
10
%,
30
%,
50
%,
70
%,
90
%
{
10
%
{
transform
:
translateX
(
50px
);
}
20
%,
40
%,
60
%,
80
%
{
20
%
{
transform
:
translateX
(
-50px
);
}
50
%
{
transform
:
translateX
(
-80px
);
}
58
%
{
transform
:
translateX
(
-40px
);
}
70
%
{
transform
:
translateX
(
40px
);
}
90
%
{
transform
:
translateX
(
80px
);
}
100
%
{
top
:
100%
;
transform
:
translateX
(
0
);
transform
:
translateX
(
60px
);
}
}
...
...
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