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
fcd0de9c
authored
Jul 17, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
j
parent
75677f7d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
13 deletions
+24
-13
.idea/workspace.xml
+0
-0
.sass-cache/0adc96cee11bc739fc2ea1eeea463a9ab946286f/main.scssc
+0
-0
Public/static/css/main.css
+12
-6
Public/static/css/main.scss
+12
-7
Public/static/images/btn-prize.png
+0
-0
No files found.
.idea/workspace.xml
View file @
fcd0de9c
This diff is collapsed.
Click to expand it.
.sass-cache/0adc96cee11bc739fc2ea1eeea463a9ab946286f/main.scssc
View file @
fcd0de9c
No preview for this file type
Public/static/css/main.css
View file @
fcd0de9c
...
...
@@ -178,17 +178,23 @@ ul, li {
height
:
1238px
;
}
#container
.btn-prize
{
background
:
url("../images/btn-prize.png")
no-repeat
center
;
position
:
absolute
;
top
:
420px
;
left
:
182px
;
justify-content
:
center
;
width
:
200px
;
height
:
200px
;
align-items
:
flex-end
;
width
:
250px
;
height
:
250px
;
font-size
:
27px
;
border
:
1px
solid
red
;
}
#container
.prize-type
{
position
:
absolute
;
width
:
300px
;
height
:
300px
;
opacity
:
0
;
width
:
250px
;
height
:
250px
;
/* opacity: 0; */
top
:
420px
;
left
:
182px
;
}
#container
.word
{
font-size
:
40px
;
...
...
Public/static/css/main.scss
View file @
fcd0de9c
...
...
@@ -199,19 +199,24 @@ ul, li {
width
:
torem
(
640px
);
height
:
torem
(
1238px
);
.btn-prize
{
background
:
url("../images/btn-prize.png")
no-repeat
center
;
position
:
absolute
;
top
:
420px
;
left
:
182px
;
@extend
.flex
;
justify-content
:
center
;
width
:
torem
(
200px
);
height
:
torem
(
200px
);
align-items
:
flex-end
;
width
:
250px
;
height
:
250px
;
font-size
:
27px
;
border
:
1px
solid
red
;
}
.prize-type
{
position
:
absolute
;
width
:
torem
(
300px
);
height
:
torem
(
300px
);
opacity
:
0
;
width
:
250px
;
height
:
250px
;
/* opacity: 0; */
top
:
420px
;
left
:
182px
;
//.bounceInDown {
// -webkit-animation: bounceInDown 1s ease 0s 1;
// @include animate_forwards;
...
...
Public/static/images/btn-prize.png
0 → 100644
View file @
fcd0de9c
185 KB
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