123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- @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:40px;
- 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;
- }
- 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:40px;
- 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;
- }
- .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;
- }
- }
- .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;
- }
|