Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
sx-prize
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
69646f3e
authored
Jul 17, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
j
parent
9b1d6905
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
5 deletions
+12
-5
.idea/workspace.xml
+0
-0
.sass-cache/0adc96cee11bc739fc2ea1eeea463a9ab946286f/main.scssc
+0
-0
Application/Home/View/default/Index_index.tpl
+1
-1
Public/static/css/main.css
+6
-2
Public/static/css/main.scss
+5
-2
No files found.
.idea/workspace.xml
View file @
69646f3e
This diff is collapsed.
Click to expand it.
.sass-cache/0adc96cee11bc739fc2ea1eeea463a9ab946286f/main.scssc
View file @
69646f3e
No preview for this file type
Application/Home/View/default/Index_index.tpl
View file @
69646f3e
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
// })(document, window);
// })(document, window);
</script>
</script>
<title>
谁是桃源幸运锦鲤
</title>
<title>
谁是桃源幸运锦鲤
</title>
<link
href=
"__CDN__/css/main.css?t=1.9
2
"
rel=
"stylesheet"
>
<link
href=
"__CDN__/css/main.css?t=1.9
3
"
rel=
"stylesheet"
>
<style>
<style>
</style>
</style>
...
...
Public/static/css/main.css
View file @
69646f3e
...
@@ -192,8 +192,10 @@ ul, li {
...
@@ -192,8 +192,10 @@ ul, li {
opacity
:
0
;
opacity
:
0
;
}
}
#container
.prize-type
.bounceInDown
{
#container
.prize-type
.bounceInDown
{
-webkit-animation-name
:
bounceInDown
;
-webkit-animation
:
bounceInDown
1s
ease
0s
1
;
animation-name
:
bounceInDown
;
-webkit-animation-fill-mode
:
forwards
;
animation-fill-mode
:
forwards
;
opacity
:
0
;
}
}
#container
.word
{
#container
.word
{
font-size
:
40px
;
font-size
:
40px
;
...
@@ -215,10 +217,12 @@ ul, li {
...
@@ -215,10 +217,12 @@ ul, li {
transform
:
translate3d
(
0
,
25px
,
0
);
transform
:
translate3d
(
0
,
25px
,
0
);
}
}
75
%
{
75
%
{
opacity
:
1
;
-webkit-transform
:
translate3d
(
0
,
-10px
,
0
);
-webkit-transform
:
translate3d
(
0
,
-10px
,
0
);
transform
:
translate3d
(
0
,
-10px
,
0
);
transform
:
translate3d
(
0
,
-10px
,
0
);
}
}
90
%
{
90
%
{
opacity
:
1
;
-webkit-transform
:
translate3d
(
0
,
5px
,
0
);
-webkit-transform
:
translate3d
(
0
,
5px
,
0
);
transform
:
translate3d
(
0
,
5px
,
0
);
transform
:
translate3d
(
0
,
5px
,
0
);
}
}
...
...
Public/static/css/main.scss
View file @
69646f3e
...
@@ -215,8 +215,9 @@ flex-direction: column-reverse;
...
@@ -215,8 +215,9 @@ flex-direction: column-reverse;
height
:
300px
;
height
:
300px
;
opacity
:
0
;
opacity
:
0
;
.bounceInDown
{
.bounceInDown
{
-webkit-animation-name
:
bounceInDown
;
-webkit-animation
:
bounceInDown
1s
ease
0s
1
;
animation-name
:
bounceInDown
@include
animate_forwards
;
opacity
:
0
;
}
}
}
}
.word
{
.word
{
...
@@ -239,10 +240,12 @@ flex-direction: column-reverse;
...
@@ -239,10 +240,12 @@ flex-direction: column-reverse;
transform
:
translate3d
(
0
,
25px
,
0
)
transform
:
translate3d
(
0
,
25px
,
0
)
}
}
75
%
{
75
%
{
opacity
:
1
;
-webkit-transform
:
translate3d
(
0
,
-10px
,
0
);
-webkit-transform
:
translate3d
(
0
,
-10px
,
0
);
transform
:
translate3d
(
0
,
-10px
,
0
)
transform
:
translate3d
(
0
,
-10px
,
0
)
}
}
90
%
{
90
%
{
opacity
:
1
;
-webkit-transform
:
translate3d
(
0
,
5px
,
0
);
-webkit-transform
:
translate3d
(
0
,
5px
,
0
);
transform
:
translate3d
(
0
,
5px
,
0
)
transform
:
translate3d
(
0
,
5px
,
0
)
}
}
...
...
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