/*编辑,添加,查看用户信息页面样式*/ ul { list-style: none; padding: 0; } .project_items { margin: 30px auto; display: none; } .project_items li label { height: 34px; line-height: 34px; } .project_items li textarea { resize: none; } .project_items_title { border-bottom: 1px dashed #e7e7e7; padding-bottom: 10px; } .crop_left { width: 40%; float: left; } .crop_right { width: 30%; float: right; margin-right: 25px; } .btnn { background: #2f4050; color: #fff; padding: 3px 10px; border: 0; border-radius: 3px; cursor: pointer; } .project_save { width: 20%; } .tab_head { position: relative; background-color: #fff; border-top: 1px solid #e7eaec; margin-bottom: 15px; } .tab_head_left { padding-left: 0; margin: 0; border-bottom: 1px solid #eef0f2; } .tab_head li { float: left; width: 10.5%; text-align: center; padding: 13px 0; font-size: 16px; color: #7b8a97; cursor: pointer; } .tab_head .tab_head_active { border-bottom: 3px solid #249fea; margin-bottom: -2px; color: #249fea; } .tab_head .tab_badge { display: inline-block; min-width: 15px; min-height: 15px; padding: 3px; margin-top: -20px; font-size: 14px; font-weight: 700; line-height: 1; color: #fff!important; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #18abd1; border-radius: 50%; } .tabs_details { display: none; width: 100%; } .showtabs { display: block; } .form-horizontal .radio-inline { padding-top: 0; } .radio-inline input[type=radio], .checkbox-inline input[type=checkbox] { margin-top: 10px; } .form-horizontal .form-group { margin-left: 0; margin-right: 0; } li.form-group>label { text-align: right; } img.upload-img { margin-top: 10px; margin-bottom: 10px; width: 100%; height: 100%; } .seeAccountDetail .form-control[disabled], .seeAccountDetail .form-control[readonly] { background-color: transparent; } .seeAccountDetail input, .seeAccountDetail textarea, .seeAccountDetail select { border: none; outline: none; background: none; -webkit-box-shadow: none; box-shadow: none; } .seeAccountDetail select { appearance: none; -moz-appearance: none; /* Firefox */ -webkit-appearance: none; /* Safari 和 Chrome */ } .user_portrait { width: 100px; height: 100px; background-color: #EFEFEF; } .user_portrait img, .accountIdentification img, .accountOrganizationsPic img, .accountBusinessLicensePic img { width: 100%; height: 100%; font-size: 0; vertical-align: middle; } .accountIdentification { width: 240px; height: 151px; background-color: #EFEFEF; } .accountOrganizationsPic { width: 650px; height: 450px; background-color: #EFEFEF; } .accountBusinessLicensePic { width: 650px; height: 467px; background-color: #EFEFEF; } .text_require { color: red; vertical-align: middle; font-weight: 900; } .text-tips { color: red; line-height: 34px; } #upLinkImgs { display: none; } #upLinkImgs .crop_left { width: 60%; } /*#upLinkImgs .crop_left{ width: 37%; margin-right: 0; margin-left: 25px; }*/ .aeBtns { margin: 10px auto; height: auto; } .aeBtns .form-control { width: 280px; } .aeBtns li.form-group { float: left; width: 50%; margin-bottom: 5px; } .aeBtns textarea { resize: none; display: block; width: 91%; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 1px; -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .aeBtns textarea:focus{ outline: none; border-color: #249FEA; } .aeBtns .radio-inline input[type=radio] { margin-top: 2px; } #uploadImgs, #belong_pro{ display: none; } .goodsLists_item .form-group, .goodsLists_item .btn{ margin-bottom: 10px; } .delibery_num .input-group-addon { cursor: pointer; } .delibery_num input.form-control { text-align: center; }