/*------------------排班计划*/ .schedulingplan-data-wrap{ height: 44px; line-height: 44px; background: #e8f4fa; font-size: 14px; font-weight: 600; color: rgba(0,0,0,.7); } .width-90{ width: 100px; } .width-50{ width: 50px; } .width-180{ width: 200px; } .schedulingplan-con-wrap{ height: 146px; border-bottom: 1px solid #f0f0f2; } .schedulingplan-con-wrap>li{ border-right: 1px solid #f0f0f2; } .schedulingplan-con-wrap>li:nth-of-type(1){ padding-top: 50px; } .schedulingplan-rest{ line-height: 146px; } .schedulingplan-falls-wrap{ padding-top: 25px; } .schedulingplan-falls-wrap div{ margin-bottom: 5px; margin-left: 20px; } .schedulingplan-forfalls{ cursor: pointer; padding: 1px 5px; border: 1px solid #1E95CD; color: #1E95CD; font-size: 14px; width: 70px; border-radius: 4px!important; text-align: center; margin-left: 12px; margin-top: 6px; } .schedulingplan-falls{ cursor: pointer; padding: 1px 5px; border: 1px solid #1E95CD; color: #1E95CD; font-size: 14px; width: 50px; border-radius: 4px!important; text-align: center; margin-left: 12px; } .schedulingplan-replace-wrap{ background: url("../img/schedulingplan-replace-wrap.png") no-repeat right 0; position: relative; } .schedulingplan-adjust-wrap{ background: url("../img/schedulingplan-replace-wrap.png") no-repeat right 0; position: relative; } .schedulingplan-replace-wrap:before{ content: '代班'; color: #fff; position: absolute; right: 10px; top:10px; } .schedulingplan-adjust-wrap:before{ content: '调休'; color: #fff; position: absolute; right: 10px; top:10px; } .replace-person span{ display: inline-block; padding-left: 20px; background: url("../img/replace-person.png") no-repeat 0 center; margin-left: 10px; color: #fe944d; } .schedulingplan-park-wrap{ } /*.schedulingplan-parkright-wrap>li:nth-of-type(1) div{*/ /*width: 90px;*/ /*line-height: 130px;*/ /*overflow: hidden;*/ /*white-space: nowrap;*/ /*text-overflow: ellipsis;*/ /*}*/ .between-pos{ top: 50%; left:50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); } .top50-pos{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; top: 50%; width: 100px; transform: translate(-50%); -webkit-transform: translateY(-50%); -moz-transform:translateY(-50%); } .border-right-bottom{ border-right: 1px solid #f0f0f2; border-bottom: 1px solid #f0f0f2; } .heightper50{ height: 130px; } .schedulingmanage-com-margin { padding-top: 37px; color: rgba(0,0,0,.7); max-height: 170px; overflow-y: auto; } .schedulingmanage-com-margin div{ margin-bottom: 5px; margin-left: 10px; } .heightmin160{ min-height: 160px; } .height100{ height: 100%; } /*------- 周 按钮样式*/ .time-opr-prevbtn { margin-right: 6px; } .time-opr-btn { padding: 4px 21px; /* width: 112px; */ /* height: 34px; */ background: rgba(255,255,255,1); border: 1px solid #1E95CD; border-radius: 4px !important; text-align: center; float: left; margin-right: 6px; cursor: pointer; color:#1E95CD; } .weekActive{ background-color: #e8f4fa; border: 1px solid #e8f4fa; } .width16{ width: 16px; padding: 20px 0; overflow: hidden; text-overflow: ellipsis; max-height: 90%; }