@import "./reset.less"; .managerContainer{ width: 100%; height: 100%; overflow-y: auto; background: @disColor; .selectUsed,.selectReject { float: right; } ul,li{ padding:0; margin:0; list-style:none; } h2{ .h2; } .main-body{ .main-body-com; } table{ .table; .moduleNumber{ text-align: center; } } /*.filterBox{ margin-bottom:20px; }*/ .filterItem{ position: relative; display: inline-block; height: 32px; line-height: 32px; 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; height:32px; border-radius:4px; border: 1px solid #E2E5EF; box-sizing: border-box; cursor: pointer; padding:0 26px 0 10px; } .arrow{ position: absolute; width: 10px; top: 12px; right: 10px; } .moduleItemInp{ cursor: default; outline: none; } .moduleItemInp:focus{ border: 1px solid @activeColor ; outline: 0; -webkit-box-shadow:@activeColor 0px 0px 2px; -moz-box-shadow: @activeColor 0px 0px 2px; box-shadow: @activeColor 0px 0px 2px; } .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:32px; background:@activeColor; border-radius:4px; color: #fff; text-align: center; line-height: 32px; position: relative; top: 0px; cursor: pointer; } .filterclear{ 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; } } .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; }