| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310 |
- /*编辑,添加,查看用户信息页面样式*/
- ul {
- list-style: none;
- padding: 0;
- }
- .container{
- 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 #19aad0;
- margin-bottom: -2px;
- color: #19aad0;
- }
- .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;
- }
- .aeBtns .radio-inline input[type=radio] {
- margin-top: 2px;
- }
- .drop_down {
- position: relative;
- }
- .drop_down .caret {
- position: absolute;
- right: 24px;
- top: 15px;
- }
- .form-group {
- margin-bottom: 5px;
- }
- /*添加或修改菜单*/
- .icon-color {
- color: #1aaad0;
- padding-right: 5px;
- vertical-align: middle;
- font-size: 30px;
- }
- .select2-container--default .select2-results__option--highlighted[aria-selected] {
- background-color: rgba(0, 0, 0, .5) !important;
- }
- .add_or_edit_menu .form-group {
- margin-bottom: 5px;
- }
- #reginsTreeView {
- position: absolute;
- background-color: #fff;
- z-index: 4;
- width: 92%;
- max-height: 256px;
- overflow-y: auto;
- }
- .contactList_item {
- box-shadow: 0px 2px 7px #eee;
- border-radius: 2px;
- padding: 5px;
- margin-bottom: 10px;
- }
- .isMain{
- height: 30px;
- line-height: 32px;
- border-left: 1px solid #E5E6E7;
- padding-left: 10px;
- }
- #customerTreeView{
- position: absolute;
- left: 15px;
- width: 97%;
- top: 32px;
- background-color: #fff;
- z-index: 4;
- max-height: 256px;
- overflow-y: auto;
- }
- .office-title{
- width: 8.4%;
- }
|