/*页面公用*/ /*组织添加修改样式*/ .role_alert_con{ display: none; } .role_alert_con{ width:380px; /*height: 512px;*/ left:50%; top:50%; margin-left: -190px; /*margin-top: -256px;*/ transform: translateY(-50%); background: #fff; } .role_alert_con_t{ border-top:2px solid #32c5d2; height: 40px; line-height: 40px; padding:0 16px; font-weight: 500; color:#424242; } .role_alert_con_t img{ cursor: pointer; margin-top: 14px; } .role_alert_error{ height: 36px; line-height: 36px; color:#d4333f; font-size: 12px; } .role_alert_feed{ padding-left:16px; margin-bottom: 8px; } .role_alert_feed_l{ display: inline-block; width:82px; text-align: right; margin-right: 12px; } .role_alert_feed_l em{ color: #d4333f; margin-right: 8px; vertical-align: middle; } .role_alert_feed input{ width:244px; height: 26px; border: 1px solid #e1e4e6; padding-left: 8px; color:#676869; } .role_alert_feed textarea{ width: 244px; height: 66px; border: 1px solid #e1e4e6; vertical-align: top; color:#676869; padding-left: 8px; } .role_alert_btn{ padding-right: 26px; text-align: right; margin-top: 16px; padding-bottom: 24px; } .role_alert_btn span{ cursor: pointer; display: inline-block; width: 78px; height: 30px; border-radius: 2px; line-height: 30px; text-align: center; } .role_alert_btn span:nth-of-type(2){ background: #fff; border:1px solid #e1e4e6; } .role_alert_btn span:nth-of-type(1){ background: #32c5d2; border:1px solid #32c5d2; color: #fff; } /*右侧对应样式*/ .col-mid-3{ width:35%; margin-right: 2%; } .col-mid-8{ width:50%; } .col-mid-3,.col-mid-8{ border: 1px solid #e7ecf1 !important; } .org_tree{ height: calc(100% - 70px); height: -webkit-calc(100% - 70px); height: -moz-calc(100% - 70px); height: -o-calc(100% - 70px); height: -ms-calc(100% - 70px); } .row .mainright_l{ height: calc(100% - 70px); height: -webkit-calc(100% - 70px); height: -moz-calc(100% - 70px); height: -o-calc(100% - 70px); height: -ms-calc(100% - 70px); position: absolute; } .marginright_l_t{ padding-right: 16px; height: 56px; line-height: 56px; color:#5ba1eb; padding-left: 36px; background: url('../img/arrow_down_red.png') no-repeat 10px center; } .page-content{ position: relative; } .mainright_r{ height: calc(100% - 70px); height: -webkit-calc(100% - 70px); height: -moz-calc(100% - 70px); height: -o-calc(100% - 70px); height: -ms-calc(100% - 70px); position: absolute; left: 40%; /*top:5%;*/ /*padding: 20px;*/ } .btn-group, .btn-group-vertical{ position: absolute !important; right: 20px; } /*.org_ok{ display: block ; float: right !important; border: 1px solid #e7505a; padding: 5px 10px; cursor: pointer; border-radius: 20px !important; background: #e7505a; color: #fff; }*/ .user_operate_list{ margin-bottom: 20px; height: 45px; padding-bottom: 6px; border-bottom: 1px solid #e7ecf1; } .user_operate_list li{ height: 45px; line-height: 45px; border:1px solid #e7ecf1; border-bottom: none; cursor: pointer; } .user_operate_list li:last-of-type{ border-left: none; } .user_operate_list li span{ padding:0 5px; font-weight: 500; font-size: 16px; } .liactive{ color: #fff; background: #e7505a; } .add_user { background: #fff url(../img/add_icon.png) no-repeat 8px center; } .user_operate_s { padding: 7px 8px; cursor: pointer; margin-left: 16px; border-radius: 20px; background: #e7505a; color: #fff; display: none; } .orgName{ width: 160px !important; } .addOrgname{ height: 26px; line-height: 26px; width: 80px; float: right; margin-right: 28px; border: 1px solid #e7505a; text-align: center; background: #e7505a; color: #fff; cursor: pointer; border-radius: 12px; } #treeview1{ height: calc(100% - 56px); overflow-x: scroll; overflow-y: scroll; } .mainright_l .list-group .list-group-item { /*text-overflow: ellipsis;*/ /*overflow: hidden;*/ background-color: #f1f5f8; border:0; white-space: nowrap; } /*.bootstrap-table { height: calc(100% - 56px); height: -webkit-calc(100% - 56px); height: -moz-calc(100% - 56px); height: -o-calc(100% - 56px); height: -ms-calc(100% - 56px); }*/ .parent_business{ width: 254px; display: inline-block; vertical-align: top; } .role_alert_feed .diy_select{ height: 28px; line-height: 28px; display: inline-block; vertical-align: middle; width: 252px; } .role_alert_feed .diy_select_txt { width:223px; } .ztree{ /*overflow-x: auto;*/ padding: 10px 0; height: 100%; max-height: 780px; } #orgTable tr td .operate_btn_color:first-child{ padding: 4px 6px; background: #3fc9d5; margin-right: 3px; color: #fff; } #orgTable tr td .operate_btn_color:last-child{ padding: 4px 6px; background: #659be0; margin-right: 3px; color: #fff; } .fixed-table-container{ border-bottom: none !important; border-radius: 0 !important; } /*员工table*/ .person-cont{ width:100%; display: none; } .personTable{ width:100%; } .personTable tr td .operate_btn_color:first-child{ padding: 4px 6px; background: #3fc9d5; margin-right: 3px; color: #fff; } .personTable tr td .operate_btn_color:last-child{ padding: 4px 6px; background: #659be0; margin-right: 3px; color: #fff; } .oper-levels{ width: 244px; height: 26px; border: 1px solid #e1e4e6; padding-left: 8px; margin-left: -3px; color: #676869; } /*添加组织二级弹窗*/ .addOrg_alert_con{ width: 600px; height: auto; left: 50%; top: 50%; margin-left: -300px; /* margin-top: -256px; */ transform: translateY(-50%); background: #fff; position: relative; } .addOrg_alert_con .role_alert_con_t { border-top: 2px solid #32c5d2; height: 40px; line-height: 40px; padding: 0 16px; font-weight: 500; color: #424242; } .addOrg_alert_con .role_alert_con_t img { cursor: pointer; margin-top: 14px; } .park_r_search_con{ height: 100px; width: 100%; padding:0 12px; } .park_r_search_con >li { float: left; margin-right: 60px; height:50px; line-height: 50px; } .park_r_search_con .user_input{ width: 160px; height: 30px; line-height: 30px; border: 1px solid #c2cad8; padding-left: 8px; margin-left: 5px; } .park_r_search_con .selectpark_search_btn { margin-left: 5px; margin-top: 10px; width: 50px; height: 30px; line-height: 30px; border-radius: 20px !important; cursor: pointer; color: #fff; font-size: 14px; text-align: center; background: #32c5d2; } .addOrg_alert_con .parktable-wrap{ height: calc(100% - 185px); height: -webkit-calc(100% - 185px); height: -moz-calc(100% - 185px); height: -mos-calc(100% - 185px); height: -o-calc(100% - 185px); width: 560px; margin-left: 20px; } .addOrg_alert_con .parkpop-foot{ height: 40px; width: 100%; margin-top: 5px; } .savePark{ cursor: pointer; width: 78px; height: 30px; border-radius: 2px; line-height: 26px; text-align: center; margin-right:10px; float: right; background: #32c5d2; border: 1px solid #32c5d2; color: #fff; } .cancelPark{ cursor: pointer; width: 78px; height: 30px; border-radius: 2px; line-height: 26px; text-align: center; margin-right: 20px; float: right; background: #fff; border: 1px solid #e1e4e6; } .fixed-table-loading { border-bottom: 1px solid #ddd; } .pull-left { display: none; } td{ white-space:nowrap !important; }