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.

79 lines
1.4 KiB
CSS

10 months ago
@media screen and (max-width: 768px) {
#btnGetMobileCode {
margin-top: 20px;
}
}
/*白色背景*/
.gray-bg {
background: #FFF;
}
/*框架调整*/
.form-horizontal .form-group {
margin-left: 0px;
margin-right: 0px;
}
.th-inner {
font-size: 15px;
}
.ibox {
border: 1px solid #e7eaec;
border-bottom: 2px solid #e7eaec;
/*border-radius: 5px;*/
/*box-shadow: 1px 1px 5px rgba(0,0,0,.2);*/
}
/*按钮*/
.btn-primary {
background: #1ab394;
border: 1px solid #1ab394;
border-radius: 0px !important;
}
.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:focus,
.single-line:focus {
border-color: #1ab293 !important;
}
/*文本框border加深*/
.form-control, .single-line {
border: 1px solid #dcdcdc !important;
}
.border-bottom {
border-bottom: 1px solid #dcdcdc !important;
}
label {
font-weight: normal;
padding-top: 5px !important;
}
/*头部标题*/
.ibox-title {
border: none;
padding-left: 0;
}
.ibox-title h5 {
font-weight: normal;
font-size: 18px;
margin-bottom: 13px;
padding-left: 15px;
}
.help-block{
margin-top:0px;
}