@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 2px 1px rgba(0,0,0,.1);*/ } /*按钮*/ .btn-primary { background: #1ab394; border: 1px solid #1ab394; } .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; } .border-bottom { border-bottom: 1px solid #dcdcdc !important; } label { font-weight: normal; padding-top: 5px !important; } input[readonly]{ background:none !important; border:none !important; } /*头部标题*/ .ibox-title { border-bottom:1px solid #e5e6e7; padding-left: 0; } .ibox-title h5 { font-weight: normal; font-size: 18px; margin-bottom: 13px; padding-left: 15px; color:#333; } .help-block{ margin-top:0px; } /*label和文本框*/ .form-horizontal .control-label { width:25%; float:left; margin-top:3px; } .form-horizontal .form-control { width:260px; } /*短文本框*/ .form-horizontal .form-control.small-input{ width:150px; } .form-horizontal .form-control.focus:focus{ border:none !important; } /*更换手机号按钮*/ #btnChagneMobile { margin-bottom: 0px !important; } .btn-ChangeMobile, .btn-JoinComp, .btn-CannotJoin, .btn-GetMobileCode { color: #42b0d5; padding: 7px 2px; float: left; } .btn-GetMobileCode { color: #42b0d5; } .btn-ChangeMobile:hover, .btn-GetMobileCode:hover, .btn-JoinComp:hover, .btn-CannotJoin:hover { color: #42b0d5; } /*保存按钮*/ .btn-SaveInfo, .btn-chgPwd, .btn-Leave { width: 100px; height: 40px; line-height: 25px; border-radius: 25px; margin: 20px auto 0; background: #42b0d5; border: 1px solid #42b0d5; } .btn-SaveInfo:hover, .btn-chgPwd:hover,.btn-Leave:hover { background: #30a1c7 !important; border: 1px solid #30a1c7 !important; } /*个人密码更改按钮*/ .btn-chgPwd{ width:125px; } /*短label*/ .small-label{ width:8.5% !important; } /*认证状态*/ .state-label{ margin-top:3px; margin-left:5%; } .btn-link{ padding:7px 2px !important; margin-left:10px; } .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; }