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
d8a1090c
authored
Jul 17, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
j
parent
69646f3e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
22 deletions
+15
-22
.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
+3
-9
Public/static/css/main.scss
+11
-12
Public/static/images/pirze.jpg
+0
-0
Public/static/images/prize.png
+0
-0
No files found.
.idea/workspace.xml
View file @
d8a1090c
This diff is collapsed.
Click to expand it.
.sass-cache/0adc96cee11bc739fc2ea1eeea463a9ab946286f/main.scssc
View file @
d8a1090c
No preview for this file type
Application/Home/View/default/Index_index.tpl
View file @
d8a1090c
...
...
@@ -43,7 +43,7 @@
// })(document, window);
</script>
<title>
谁是桃源幸运锦鲤
</title>
<link
href=
"__CDN__/css/main.css?t=1.9
3
"
rel=
"stylesheet"
>
<link
href=
"__CDN__/css/main.css?t=1.9
4
"
rel=
"stylesheet"
>
<style>
</style>
...
...
Public/static/css/main.css
View file @
d8a1090c
...
...
@@ -158,7 +158,7 @@ ul, li {
height
:
100%
;
}
.flex
,
#container
,
#container
.btn-prize
{
.flex
,
#container
.btn-prize
{
display
:
-webkit-box
;
/* OLD - iOS 6-, Safari 3.1-6 */
display
:
-moz-box
;
...
...
@@ -172,12 +172,11 @@ ul, li {
}
#container
{
position
:
relative
;
background
:
url("../images/bj.jpg")
no-repeat
center
;
background-size
:
100%
100%
;
width
:
640px
;
height
:
1238px
;
justify-content
:
space-around
;
flex-direction
:
column-reverse
;
}
#container
.btn-prize
{
justify-content
:
center
;
...
...
@@ -187,16 +186,11 @@ ul, li {
border
:
1px
solid
red
;
}
#container
.prize-type
{
position
:
absolute
;
width
:
300px
;
height
:
300px
;
opacity
:
0
;
}
#container
.prize-type
.bounceInDown
{
-webkit-animation
:
bounceInDown
1s
ease
0s
1
;
-webkit-animation-fill-mode
:
forwards
;
animation-fill-mode
:
forwards
;
opacity
:
0
;
}
#container
.word
{
font-size
:
40px
;
}
...
...
Public/static/css/main.scss
View file @
d8a1090c
...
...
@@ -194,14 +194,11 @@ ul, li {
}
#container
{
background
:
url
(
"../images/bj.jpg"
)
no-repeat
center
;
position
:
relative
;
background
:
url("../images/bj.jpg")
no-repeat
center
;
background-size
:
100%
100%
;
width
:
640px
;
@extend
.flex
;
height
:
1238px
;
justify-content
:
space-around
;
flex-direction
:
column-reverse
;
.btn-prize
{
@extend
.flex
;
justify-content
:
center
;
...
...
@@ -210,20 +207,22 @@ flex-direction: column-reverse;
font-size
:
27px
;
border
:
1px
solid
red
;
}
.prize-type
{
.prize-type
{
position
:
absolute
;
width
:
300px
;
height
:
300px
;
opacity
:
0
;
.bounceInDown
{
-webkit-animation
:
bounceInDown
1s
ease
0s
1
;
@include
animate_forwards
;
opacity
:
0
;
}
//
.bounceInDown {
//
-webkit-animation: bounceInDown 1s ease 0s 1;
//
@include animate_forwards;
//
opacity: 0;
//
}
}
.word
{
.word
{
font-size
:
40px
;
}
}
@-webkit-keyframes
bounceInDown
{
0
%
,
100
%
,
60
%
,
75
%
,
90
%
{
-webkit-transition-timing-function
:
cubic-bezier
(
0
.215
,
.61
,
.355
,
1
);
...
...
Public/static/images/pirze.jpg
deleted
100644 → 0
View file @
69646f3e
50.8 KB
Public/static/images/prize.png
View file @
d8a1090c
190 KB
|
W:
|
H:
197 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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