mirror of https://gitee.com/zorlan/skycaiji
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
932 B
56 lines
932 B
6 years ago
|
@CHARSET "UTF-8";
|
||
|
body {
|
||
|
padding-top: 20px;
|
||
|
padding-bottom: 20px;
|
||
|
}
|
||
|
.header,.marketing,.footer {
|
||
|
padding-right: 15px;
|
||
|
padding-left: 15px;
|
||
|
}
|
||
|
.header {
|
||
|
padding-bottom: 20px;
|
||
|
border-bottom: 1px solid #e5e5e5;
|
||
|
}
|
||
|
.header h3 {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
line-height: 40px;
|
||
|
}
|
||
|
.footer {
|
||
|
padding-top: 19px;
|
||
|
color: #777;
|
||
|
border-top: 1px solid #e5e5e5;
|
||
|
}
|
||
|
@media (min-width: 768px) {
|
||
|
.container {
|
||
|
max-width: 730px;
|
||
|
}
|
||
|
}
|
||
|
.container-narrow > hr {
|
||
|
margin: 30px 0;
|
||
|
}
|
||
|
.jumbotron {
|
||
|
border-bottom: 1px solid #e5e5e5;
|
||
|
}
|
||
|
.jumbotron .btn {
|
||
|
padding: 14px 24px;
|
||
|
font-size: 21px;
|
||
|
}
|
||
|
.marketing {
|
||
|
margin: 40px 0;
|
||
|
}
|
||
|
.marketing p + h4 {
|
||
|
margin-top: 28px;
|
||
|
}
|
||
|
@media screen and (min-width: 768px) {
|
||
|
.header,.marketing,.footer {
|
||
|
padding-right: 0;
|
||
|
padding-left: 0;
|
||
|
}
|
||
|
.header {
|
||
|
margin-bottom: 30px;
|
||
|
}
|
||
|
.jumbotron {
|
||
|
border-bottom: 0;
|
||
|
}
|
||
|
}
|