Upload All

This commit is contained in:
Alan
2018-02-26 14:09:18 +08:00
parent 42d3a3fc46
commit 46257f08b0
1024 changed files with 204324 additions and 0 deletions

View File

@ -0,0 +1,31 @@
html { height: 100%; }
body {
background: url("../images/Abstract_2.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
margin: 0;
padding-bottom: 6rem;
min-height: 100%;
}
input.hidden {
display: none;
}
input.form-control[disabled] {
cursor: default;
}
h4 {
margin: 0 0 10px 0;
}
footer {
position: absolute;
bottom:0; left: 0; right: 0;
}