2018-06-07 00:45:47 +08:00
|
|
|
|
body {
|
|
|
|
|
background-color: #5bc0de;
|
|
|
|
|
background: url('../images/bg2.jpg') fixed no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
background: url('../images/bg3.png') no-repeat;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
width: 704px;
|
|
|
|
|
height: 404px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-signin-heading {
|
|
|
|
|
padding: 15px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.login-wrap {
|
|
|
|
|
margin: 62px 0 0 370px;
|
|
|
|
|
width: 280px;
|
|
|
|
|
height: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.login-wrap .login-footer {
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.login-wrap .login-footer .login-create {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.login-wrap .login-footer .login-reset {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.has-error .input-group, .has-success .input-group {
|
|
|
|
|
border-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-group {
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border: solid 1px #1ca0e9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-group > span {
|
|
|
|
|
top: 0;
|
|
|
|
|
background-color: #5bc0de;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-group > span, div.input-group > input {
|
|
|
|
|
border-color: #5bc0de;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-login {
|
|
|
|
|
background: #f67a6e;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
|
box-shadow: 1px 1px #e56b60;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox {
|
|
|
|
|
padding-left: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox > input {
|
|
|
|
|
top: -1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox > label {
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
}
|
2018-08-01 21:54:54 +08:00
|
|
|
|
|
|
|
|
|
.tooltip.has-error .tooltip-inner {
|
|
|
|
|
background-color: #a94442;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tooltip.has-error .arrow:before {
|
|
|
|
|
border-top-color: #a94442;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-control:focus {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-group-text {
|
|
|
|
|
background-color: #6bc3f4;
|
|
|
|
|
border: 1px solid #6bc3f4;
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-check-input {
|
|
|
|
|
margin-top: 0.4rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn:focus {
|
|
|
|
|
box-shadow: 1px 1px #e56b60;
|
|
|
|
|
}
|