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.

183 lines
3.4 KiB
CSS

/*白色背景*/
.gray-bg {
background: #FFF;
}
/*框架调整*/
.form-horizontal .form-group {
margin-left: 0px;
margin-right: 0px;
}
.m-t {
margin-top: 25px;
}
.ibox-content {
/*border: 1px solid #f3f3f3;*/
/*border-radius: 5px;*/
/*box-shadow: 0 0 5px rgba(0,0,0,.1);*/
}
/*文本框获得焦点*/
.form-control:focus,
.single-line:focus {
border-color: #dcdcdc !important;
}
/*文本框加样式
.form-control {
border-radius: 3px;
}*/
/*文本框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 {
border: 1px solid #e7eaec;
}*/
.ibox-content{
border:none;
padding-top:0;
padding-left:0;
}
/*头部标题*/
.ibox-title {
border: none;
padding-left:0;
}
/*不可编辑文本框仿文本*/
.parody-bottom{
margin-bottom:0px;
}
.parody input {
width: 403px;
border: none !important;
background: none !important;
margin-top: -2px;
float: left;
}
.parody input:hover, .parody input:focus {
border: none !important;
background: none !important;
}
/*label*/
.control-label{
color:#333 !important;
}
/*文本框大小*/
.form-control {
width: 420px;
float:left;
color:#999;
}
/*按钮*/
.btn-default{
margin-left:5px !important;
margin-right:5px !important;
}
.btn-primary {
margin-left: 5px !important;
margin-right: 5px !important;
}
.btn-captcha{
border:none !important;
background:none !important;
}
.btn-captcha:hover {
border: none !important;
background: none !important;
}
.btn-word, .btn-obtain {
line-height: 34px;
float: left;
color: #42b0d5;
box-shadow: none !important;
}
.btn-obtain {
margin-left: 15px;
float:right;
}
.btn-word:hover, .btn-obtain:hover {
color: #42b0d5 !important;
}
/*弹框按钮*/
body .layer-ext-moon .layui-layer-btn .layui-layer-btn0 {
margin-right: 15px !important;
margin-left:0px !important;
}
body .layer-ext-moon .layui-layer-btn .layui-layer-btn1 {
margin-left: 0px !important;
margin-right: 15px !important;
}
/*短文本*/
.captcha {
width: 230px !important;
}
.popup .control-label{
width:29% !important;
}
.popup .form-control{
width:300px;
}
.bank-account .control-label{
width:20% !important;
}
.bank-account .form-control {
width: 385px !important;
}
/*提醒*/
.remind-money {
width: 65px !important;
}
.money{
width:150px;
}
/*复选框样式*/
.table thead tr th input{
vertical-align:middle !important;
}
.btn-Change {
width: 100px;
height: 40px;
line-height: 25px;
border-radius: 25px;
margin: 20px auto 0;
background: #42b0d5;
border: 1px solid #42b0d5;
}
.btn-Change:hover {
background: #30a1c7 !important;
border: 1px solid #30a1c7 !important;
}
.form-changemobile input{
width:225px !important;
}
.btn-link {
background: none !important;
border:none !important;
color: #42b0d5;
}
.btn-link:hover {
color: #42b0d5 !important;
}
.form-horizontal .form-group input.form-control[type='checkbox'] {
width: 22px !important;
height: 22px !important;
border: 1px solid #dfdfdf !important;
}
.form-horizontal .form-group input.form-control[type='checkbox']:checked {
background: #42b0d5 url(../img/check.png) no-repeat center;
background-size: 70%;
padding: 2px;
border: 1px solid #42b0d5;
}