Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
samsung-christmas
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
3c28e410
authored
Dec 18, 2019
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
9e0e3eb4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
14 deletions
+40
-14
Public/static/css/index.css
+39
-13
Public/static/js/leaves.js
+1
-1
No files found.
Public/static/css/index.css
View file @
3c28e410
...
...
@@ -49,6 +49,45 @@ input::-webkit-input-placeholder {
overflow
:
hidden
;
}
input
[
name
=
'tel'
]
{
text-align
:
center
;
font-size
:
1.3rem
;
color
:
#333
;
}
video
{
width
:
100%
;
height
:
200%
;
position
:
absolute
;
top
:
-50%
;
}
.bj-block
,
.sh-block
,
.sy-block
,
.heb-block
{
animation
:
scale
1s
2.4s
linear
infinite
;
-webkit-animation
:
scale
1s
2.4s
linear
infinite
;
}
@keyframes
scale
{
0
%,
100
%
{
transform
:
scale
(
0.9
);
}
50
%
{
transform
:
scale
(
1.1
);
}
}
@-webkit-keyframes
scale
{
0
%,
100
%
{
transform
:
scale
(
0.9
);
}
50
%
{
transform
:
scale
(
1.1
);
}
}
.leafContainer
img
{
width
:
auto
;
height
:
auto
;
...
...
@@ -109,15 +148,3 @@ input::-webkit-input-placeholder {
100
%
{
-webkit-transform
:
scale
(
-1
,
1
)
rotate
(
-50deg
);
}
}
input
[
name
=
'tel'
]
{
text-align
:
center
;
font-size
:
1.3rem
;
color
:
#333
;
}
video
{
width
:
100%
;
height
:
200%
;
position
:
absolute
;
top
:
-50%
;
}
\ No newline at end of file
Public/static/js/leaves.js
View file @
3c28e410
...
...
@@ -53,7 +53,7 @@
Copyright (C) 2008 Apple Inc. All Rights Reserved.
*/
/* Define the number of leaves to be used in the animation */
const
NUMBER_OF_LEAVES
=
5
0
;
const
NUMBER_OF_LEAVES
=
10
0
;
/*
Called when the "Falling Leaves" page is completely loaded.
*/
...
...
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