@import './reset.less'; .singleVeto{ width: 100%; height: 100%; overflow-y: auto; background: @disColor; .filterDropList{ position: absolute; right: 0; max-height: 200px; overflow-y: auto; background: #fff; display: none; border: 1px solid #e4e7ed; box-shadow: 0 2px 12px 0 #e4e7ed; z-index: 2; li{ padding: 0 10px; } } .deptList{ width: 160px; max-height: 400px; } .deptItem:hover{ background-color: #EEF4FF; cursor: pointer; } .selectLevel,.selectDept{ display: inline-block; position: relative; width:160px; padding: 0 10px; height:40px; border-radius:4px; border: 1px solid #E2E5EF; box-sizing: border-box; cursor: pointer; } .filterItem.deptListWrap { .selectDept,.deptList { width: 180px; } } .filterItem{ position: relative; display: inline-block; float: left; height: 40px; line-height: 40px; margin: 0 20px 15px 0; span{ display: inline-block; line-height: 40px; position: relative; } input{ width:120px; height:34px; border-radius:4px; border: 1px solid #E2E5EF; outline: none; margin-right: 10px; padding: 0 10px; box-sizing: border-box; } } .rejectList { height: 80px !important; } .selectUsed,.selectReject { float: right; } ul,li{ padding:0; margin:0; list-style:none; } h2{ width: 100%; box-sizing: border-box; background-color: #fff; z-index: 20; height: 44px; line-height: 44px; padding: 0 0 0 15px; border-bottom: 1px solid #E2E5EF; font-size: 16px; font-weight: bold; letter-spacing: 1px; } .main-body{ .main-body-com; border: 0; border-top: 1px solid #E2E5EF; } table{ .table; .moduleNumber{ text-align: center; } } // .filterBox{ // margin: 0 0 20px 0; // } .filterItem{ position: relative; display: inline-block; margin-right: 20px; height: 40px; line-height: 40px; margin: 0 20px 20px 0; } .filterDropList{ position: absolute; right: 0; max-height: 200px; overflow-y: auto; background: #fff; display: none; border: 1px solid #e4e7ed; box-shadow: 0 2px 12px 0 #e4e7ed; z-index: 2; li{ padding: 0 10px; } } .rejectList, .usedList{ height: 120px; li{ padding: 0 10px; } li:hover{ background-color: #EEF4FF; cursor: pointer; } } .switchImg{ width: 30px; } .roleSelect { position: relative; top: 3px; cursor: pointer; } .selectModuleType,.moduleItemInp,.selectUsed, .selectReject{ display: inline-block; position: relative; width:140px; padding: 0 10px; height:34px; border-radius:4px; border: 1px solid #E2E5EF; box-sizing: border-box; cursor: pointer; padding-right: 26px; } .arrow{ position: absolute; width: 10px; top: 16px; right: 10px; } .moduleItemInp{ cursor: text; outline: none; } .moduleItemInps{ width: 150px !important; } .moduleTypeList{ width: 160px; } .selectUsed, .selectReject{ width: 140px; } .modeTypeItem:hover{ background-color: #EEF4FF; cursor: pointer; } .rejectList, .usedList { width: 140px; } .filter{ display: inline-block; width:60px; height:36px; background:@activeColor; border-radius:4px; color: #fff; text-align: center; line-height: 36px; position: relative; top: -1px; cursor: pointer; } .export{ display: none; width:60px; height:34px; line-height: 34px; background: #fff; border-radius: 4px; color: #777; text-align: center; border: 1px solid #777; box-sizing: border-box; cursor: pointer; margin-left: 10px; margin-bottom: 10px; float: left; top: 0px; } .editItem{ color: @activeColor; cursor: pointer; } .editItemDis{ color: #aaa; cursor: not-allowed; } .ellipsis{ overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .textCenter{ text-align: center; } .pagination{ margin: 35px 0 20px 0 ; text-align: right; } .totalSum{ font-size:12px; line-height:17px; color: #777777; margin-right: 20px; } .pageNum,.prePage,.nextPage, .more{ display: inline-block; width: 20px; cursor: pointer; margin: 0 20px 0 0; text-align: center; color: #777; } .prePage,.nextPage{ img{ position: relative; top: 0px ; } } .more{ cursor: not-allowed; } .arrowPage{ width: 6px; } .activePage{ color: @activeColor; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; } input[type="number"] { -moz-appearance: textfield; } } .singleVeto{ .rejectList{ height: 101px !important; } .partTitle { text-align: center; font-weight: bold; font-size: 16px; } } .goDetail{ cursor: pointer; color: @activeColor; } .usrContain .selectReject,.usrContain .selectModuleType ,.managerContainer .selectModuleType { float: right; } .usrContain .rejectList,.usrContain .usedList{ height: 200px; } .usrContain .selectModuleType, .usrContain .moduleItemInp, .usrContain .selectUsed, .usrContain .selectReject { width: 170px; } .managerContainer .moduleTypeList { width: 140px; } .managerContainer.usrContain .moduleTypeList { width: 170px; height: 400px; } .managerContainer.usrContain .selectReject { width: 140px; } .whichAdvice { height: 30px; width: 294px; box-sizing: border-box; overflow: hidden; margin-bottom: 16px; cursor: pointer; span { width: 33.33%; font-size: 14px; color: #777777; float: left; text-align: center; height: 28px; line-height: 27px; } .allAdvice { border: 1px solid #777; border-radius: 4px 0 0 4px; border-right: 0; box-sizing:border-box; } .errAdvice { border: 1px solid #777; box-sizing:border-box; } .noAdvice { border: 1px solid #777; box-sizing:border-box; border-left: 0; border-radius: 0 4px 4px 0; } .active { background-color: #00A1FF; color: #fff; border-color: #00A1FF; } } .selectLevel,.selectDept,.fpSelectCheck,.qcSelectCheck{ display: inline-block; position: relative; width:120px; padding: 0 10px; height:32px; border-radius:4px; border: 1px solid #E2E5EF; box-sizing: border-box; cursor: pointer; } .levelList,.checkList{ width: 120px; // height: 200px; li:hover{ background-color: #EEF4FF; cursor: pointer; } } .goDetailther:hover{ color: #00A1FF; cursor: pointer; }