-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8330601
commit f9da029
Showing
18 changed files
with
513 additions
and
9 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
|
||
|
||
html,body { | ||
background-color:#f6f8fa; | ||
height: 100%; | ||
} | ||
|
||
.navbar-collapse { | ||
background-color: rgba(38,41,46,0.9); | ||
box-shadow:0 0 2px 0 #25292e; | ||
} | ||
|
||
.navbar-nav { | ||
float: none; | ||
text-align:center; | ||
} | ||
|
||
ul.nav.navbar-nav li { | ||
float:none; | ||
display: inline-block; | ||
margin: 0em; | ||
} | ||
|
||
ul.nav.navbar-nav li .logo { | ||
font-size:40px; | ||
color:#f6f8fa; | ||
} | ||
|
||
ul.nav.navbar-nav li a:hover { | ||
text-decoration:none; | ||
} | ||
|
||
.container-fluid { | ||
padding-top:50px; | ||
position:relative; | ||
min-height:100%; | ||
/*设置padding-bottom值大于等于footer的height值,以保证main的内容能够全部显示出来而不被footer遮盖;*/ | ||
padding-bottom: 150px; | ||
box-sizing: border-box; | ||
} | ||
|
||
.sidebar , .content { | ||
margin-top:10px; | ||
} | ||
|
||
.card { | ||
width:100%; | ||
margin:10px; | ||
padding:10px; | ||
border: 1px solid #e2e2e2; | ||
box-shadow: 1px 1px 1px 1px #e2e2e2; | ||
background-color:white; | ||
} | ||
|
||
|
||
footer { | ||
position: absolute; | ||
bottom: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 150px; | ||
background-color: #25292e; | ||
} | ||
footer, footer a{ | ||
color:white; | ||
} | ||
|
||
.foot-wrap .foot-top { | ||
padding:20px; | ||
} | ||
|
||
|
||
.foot-wrap .foot-bottom { | ||
padding: 20px; | ||
border-top:1px solid rgba(255,255,255,.2); | ||
} |
Binary file not shown.
288 changes: 288 additions & 0 deletions
288
static/bootstrap/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
// Empty JS for your own code to be here |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters