You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'PingFang SC';
|
|
|
|
|
src: url(../font/PingFang.svg);
|
|
|
|
|
src: local('PingFang SC'), url('../font/PingFang SC.woff') format('woff'), url('../font/PingFang SC.ttf') format('truetype'), url('../font/PingFang SC.svg') format('svg');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
font-family: "PingFang SC";
|
|
|
|
|
}
|
|
|
|
|
.image-back {
|
|
|
|
|
background: url('../img/bg1.jpg') no-repeat center fixed;
|
|
|
|
|
-webkit-background-size: cover;
|
|
|
|
|
-moz-background-size: cover;
|
|
|
|
|
-o-background-size: cover;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title-text {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
font-size: 80px !important;
|
|
|
|
|
font-weight: 200;
|
|
|
|
|
letter-spacing: -10px;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gray-text {
|
|
|
|
|
color: #FFF;
|
|
|
|
|
margin-top:25px;
|
|
|
|
|
margin-bottom:20px;
|
|
|
|
|
}
|
|
|
|
|
.font-36{
|
|
|
|
|
font-size:36px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.light-text {
|
|
|
|
|
color: #e6e6e6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orange-text {
|
|
|
|
|
color: #ff6a00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span.help-block
|
|
|
|
|
{
|
|
|
|
|
text-align:left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.red-text {
|
|
|
|
|
color: #ff0000;
|
|
|
|
|
}
|
|
|
|
|
.red-text:hover {
|
|
|
|
|
color: #ff0000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-default {
|
|
|
|
|
border-radius: 0px !important;
|
|
|
|
|
border: 1px solid #cdcdcd;
|
|
|
|
|
color: #6b6b6b;
|
|
|
|
|
background: #f4f4f4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-primary {
|
|
|
|
|
background: #27bc9c;
|
|
|
|
|
border: 1px solid #27bc9c;
|
|
|
|
|
border-radius: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-primary i {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-primary:hover {
|
|
|
|
|
background: #1cb999;
|
|
|
|
|
border: 1px solid #1cb999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-primary:hover {
|
|
|
|
|
background: #1cb999;
|
|
|
|
|
border: 1px solid #1cb999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-primary:hover,
|
|
|
|
|
.btn-primary:focus,
|
|
|
|
|
.btn-primary:active,
|
|
|
|
|
.btn-primary.active {
|
|
|
|
|
background-color: #1cb999 !important;
|
|
|
|
|
border-color: #1cb999 !important;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
}
|
|
|
|
|
.form-control, .single-line{
|
|
|
|
|
border:1px solid #FFF;
|
|
|
|
|
}
|
|
|
|
|
.argee{
|
|
|
|
|
font-size:15px;
|
|
|
|
|
}
|
|
|
|
|
.middle-box form {
|
|
|
|
|
background: rgba(255,255,255,.2);
|
|
|
|
|
padding-left:30px;
|
|
|
|
|
padding-right:35px;
|
|
|
|
|
padding-top:30px;
|
|
|
|
|
padding-bottom:1px;
|
|
|
|
|
}
|
|
|
|
|
/*文本框获取焦点*/
|
|
|
|
|
.form-control:focus,.single-line:focus {
|
|
|
|
|
border-color: #27bc9c !important;
|
|
|
|
|
}
|
|
|
|
|
.help-block{
|
|
|
|
|
margin-top:0px;
|
|
|
|
|
}
|
|
|
|
|
.has-error span {
|
|
|
|
|
color: white !important;
|
|
|
|
|
}
|