/*白色背景*/ .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);*/ } /*认证按钮*/ .btn-info { background: #ebebeb; border: 1px solid #ddd; border-radius: 0px !important; border-radius: 5px; color: #999; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active { background: #ebebeb !important; border: 1px solid #ddd !important; color: #999 !important; cursor: default; box-shadow:none; } /*文本框获得焦点*/ .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; border-bottom: 1px solid #e7eaec; padding-left:0; } .ibox-title h5 { font-weight: normal; font-size: 18px; margin-bottom: 13px; padding-left:15px; }