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
c82b5575
authored
Jul 16, 2019
by
zhangheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
j
parent
9f80b46a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-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
+2
-2
Public/static/css/main.scss
+3
-2
No files found.
.idea/workspace.xml
View file @
c82b5575
This diff is collapsed.
Click to expand it.
.sass-cache/0adc96cee11bc739fc2ea1eeea463a9ab946286f/main.scssc
View file @
c82b5575
No preview for this file type
Application/Home/View/default/Index_index.tpl
View file @
c82b5575
...
...
@@ -43,7 +43,7 @@
// })(document, window);
</script>
<title>
谁是桃源幸运锦鲤
</title>
<link
href=
"__CDN__/css/main.css?t=1.
85
"
rel=
"stylesheet"
>
<link
href=
"__CDN__/css/main.css?t=1.
90
"
rel=
"stylesheet"
>
<style>
</style>
...
...
Public/static/css/main.css
View file @
c82b5575
...
...
@@ -173,8 +173,8 @@ ul, li {
#container
{
background
:
url("../images/bj.jpg")
no-repeat
center
;
width
:
100%
;
height
:
10
0%
;
width
:
640px
;
height
:
10
41px
;
justify-content
:
space-around
;
flex-direction
:
column-reverse
;
}
...
...
Public/static/css/main.scss
View file @
c82b5575
...
...
@@ -194,10 +194,11 @@ ul, li {
}
#container
{
background
:url
(
"../images/bj.jpg"
)
no-repeat
center
;
width
:
100%
;
width
:
640px
;
@extend
.flex
;
height
:
10
0%
;
height
:
10
41px
;
justify-content
:
space-around
;
flex-direction
:
column-reverse
;
.btn-prize
{
...
...
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