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
f12e7d26
authored
Jul 17, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
j
parent
fcd0de9c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
9 deletions
+13
-9
.idea/workspace.xml
+7
-7
.sass-cache/0adc96cee11bc739fc2ea1eeea463a9ab946286f/main.scssc
+0
-0
Public/static/css/main.css
+3
-1
Public/static/css/main.scss
+3
-1
No files found.
.idea/workspace.xml
View file @
f12e7d26
...
...
@@ -124,7 +124,7 @@
<state
relative-caret-position=
"3306"
>
<caret
line=
"174"
column=
"21"
lean-forward=
"false"
selection-start-line=
"174"
selection-start-column=
"21"
selection-end-line=
"174"
selection-end-column=
"21"
/>
<folding>
<marker
date=
"1563378
648000"
expanded=
"true"
signature=
"4724:4842
"
ph=
"{...}"
/>
<marker
date=
"1563378
837000"
expanded=
"true"
signature=
"4776:4894
"
ph=
"{...}"
/>
</folding>
</state>
</provider>
...
...
@@ -137,8 +137,8 @@
<file
leaf-file-name=
"main.scss"
pinned=
"false"
current-in-tab=
"true"
>
<entry
file=
"file://$PROJECT_DIR$/Public/static/css/main.scss"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
255
"
>
<caret
line=
"21
0"
column=
"20"
lean-forward=
"true"
selection-start-line=
"210"
selection-start-column=
"20"
selection-end-line=
"210"
selection-end-column=
"20
"
/>
<state
relative-caret-position=
"
388
"
>
<caret
line=
"21
2"
column=
"19"
lean-forward=
"false"
selection-start-line=
"212"
selection-start-column=
"19"
selection-end-line=
"212"
selection-end-column=
"19
"
/>
<folding
/>
</state>
</provider>
...
...
@@ -600,12 +600,12 @@
<workItem
from=
"1563354519051"
duration=
"69000"
/>
<workItem
from=
"1563355155211"
duration=
"115000"
/>
<workItem
from=
"1563355311998"
duration=
"122000"
/>
<workItem
from=
"1563377354829"
duration=
"1
041
000"
/>
<workItem
from=
"1563377354829"
duration=
"1
222
000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"1
6889
000"
/>
<option
name=
"totallyTimeSpent"
value=
"1
7070
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"0"
y=
"23"
width=
"1440"
height=
"815"
extended-state=
"6"
/>
...
...
@@ -1066,8 +1066,8 @@
</entry>
<entry
file=
"file://$PROJECT_DIR$/Public/static/css/main.scss"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
255
"
>
<caret
line=
"21
0"
column=
"20"
lean-forward=
"true"
selection-start-line=
"210"
selection-start-column=
"20"
selection-end-line=
"210"
selection-end-column=
"20
"
/>
<state
relative-caret-position=
"
388
"
>
<caret
line=
"21
2"
column=
"19"
lean-forward=
"false"
selection-start-line=
"212"
selection-start-column=
"19"
selection-end-line=
"212"
selection-end-column=
"19
"
/>
<folding
/>
</state>
</provider>
...
...
.sass-cache/0adc96cee11bc739fc2ea1eeea463a9ab946286f/main.scssc
View file @
f12e7d26
No preview for this file type
Public/static/css/main.css
View file @
f12e7d26
...
...
@@ -179,14 +179,16 @@ ul, li {
}
#container
.btn-prize
{
background
:
url("../images/btn-prize.png")
no-repeat
center
;
background-size
:
100%
100%
;
position
:
absolute
;
top
:
4
2
0px
;
top
:
4
6
0px
;
left
:
182px
;
justify-content
:
center
;
align-items
:
flex-end
;
width
:
250px
;
height
:
250px
;
font-size
:
27px
;
color
:
#f834b0
;
}
#container
.prize-type
{
position
:
absolute
;
...
...
Public/static/css/main.scss
View file @
f12e7d26
...
...
@@ -200,8 +200,9 @@ ul, li {
height
:
torem
(
1238px
);
.btn-prize
{
background
:
url("../images/btn-prize.png")
no-repeat
center
;
background-size
:
100%
100%
;
position
:
absolute
;
top
:
4
2
0px
;
top
:
4
6
0px
;
left
:
182px
;
@extend
.flex
;
justify-content
:
center
;
...
...
@@ -209,6 +210,7 @@ ul, li {
width
:
250px
;
height
:
250px
;
font-size
:
27px
;
color
:
#f834b0
;
}
.prize-type
{
position
:
absolute
;
...
...
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