Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
chinaamc-2020flag
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
9d1e8945
authored
Jan 10, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
d5628b2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
2 deletions
+25
-2
Public/static/css/index.css
+24
-1
Public/static/js/common.js
+1
-1
No files found.
Public/static/css/index.css
View file @
9d1e8945
...
...
@@ -86,6 +86,16 @@ input::-webkit-input-placeholder {
-webkit-animation
:
fadeInOut
1s
ease
infinite
;
}
.home-page
.light1
{
animation
:
fadeInOut2
2s
ease
infinite
;
-webkit-animation
:
fadeInOut2
2s
ease
infinite
;
}
.home-page
.light2
{
animation
:
fadeInOut2
2s
1s
ease
infinite
;
-webkit-animation
:
fadeInOut2
2s
1s
ease
infinite
;
}
.home-page
.candle
{
opacity
:
0
;
}
...
...
@@ -95,7 +105,7 @@ input::-webkit-input-placeholder {
-webkit-animation
:
fadeInOut
1s
ease
infinite
;
}
@keyframes
fadeInOut
{
@keyframes
fadeInOut
2
{
0
%,
100
%
{
...
...
@@ -107,6 +117,19 @@ input::-webkit-input-placeholder {
}
}
@keyframes
fadeInOut
{
0
%,
50
%,
100
%
{
opacity
:
0
;
}
25
%
{
opacity
:
1
;
}
}
/* page1 */
.page1
{
z-index
:
7
;
...
...
Public/static/js/common.js
View file @
9d1e8945
...
...
@@ -328,7 +328,7 @@ function showPage1() {
setTimeout
(
function
()
{
$
(
'.home-page'
).
fadeOut
(
300
);
$
(
'.page1'
).
show
();
},
2
000
);
},
3
000
);
}
}
...
...
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