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.
DS7/BookingWeb/Content/css/retrieve.css

87 lines
1.3 KiB
CSS

2 years ago
body {
background: url(../img/bg1.jpg) no-repeat;
background-size:100%;
}
.font-36 {
font-size: 36px;
}
.gray-text {
color: #FFF;
margin-top: 25px;
margin-bottom: 20px;
}
.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;
}
.deter {
width: 50%;
margin: 0 auto 10px;
}
.middle-box {
max-width: 600px;
}
.signinpanel {
max-width: 420px;
}
.signinpanel form {
padding-top: 35px;
padding-bottom: 1px;
}
/*文本框获取焦点*/
.form-control:focus,
.single-line:focus {
border-color: #27bc9c !important;
}
.signinpanel .form-control {
margin-top: 0px;
}
#btnGetMobileCode {
margin-top: 0px;
}
.signinpanel form {
background: rgba(255,255,255,.2);
}
.red-text {
color: #ff0000;
}
.red-text:hover {
color: #ff0000;
}