mukuai.less 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. @import './reset.less';
  2. .mukuai{
  3. width: 100%;
  4. height: 100%;
  5. overflow-y: auto;
  6. background-color: @disColor;
  7. .filterDropList{
  8. position: absolute;
  9. right: 0;
  10. max-height: 200px;
  11. overflow-y: auto;
  12. background: #fff;
  13. display: none;
  14. border: 1px solid #e4e7ed;
  15. box-shadow: 0 2px 12px 0 #e4e7ed;
  16. z-index: 2;
  17. li{
  18. padding: 0 10px;
  19. }
  20. }
  21. .deptList{
  22. width: 160px;
  23. max-height: 400px;
  24. }
  25. .deptItem:hover{
  26. background-color: #EEF4FF;
  27. cursor: pointer;
  28. }
  29. .selectLevel,.selectDept{
  30. display: inline-block;
  31. position: relative;
  32. width:160px;
  33. padding: 0 10px;
  34. height:40px;
  35. border-radius:4px;
  36. border: 1px solid #E2E5EF;
  37. box-sizing: border-box;
  38. cursor: pointer;
  39. }
  40. .filterItem.deptListWrap {
  41. .selectDept,.deptList {
  42. width: 180px;
  43. }
  44. }
  45. .filterItem{
  46. position: relative;
  47. display: inline-block;
  48. float: left;
  49. height: 40px;
  50. line-height: 40px;
  51. margin: 0 20px 15px 0;
  52. span{
  53. display: inline-block;
  54. line-height: 40px;
  55. position: relative;
  56. }
  57. input{
  58. width:120px;
  59. height:40px;
  60. border-radius:4px;
  61. border: 1px solid #E2E5EF;
  62. outline: none;
  63. margin-right: 10px;
  64. padding: 0 10px;
  65. box-sizing: border-box;
  66. }
  67. }
  68. .selectUsed,.selectReject {
  69. float: right;
  70. }
  71. ul,li{
  72. padding:0;
  73. margin:0;
  74. list-style:none;
  75. }
  76. h2{
  77. width: 100%;
  78. box-sizing: border-box;
  79. background-color: #fff;
  80. z-index: 20;
  81. height: 44px;
  82. line-height: 44px;
  83. padding: 0 0 0 15px;
  84. border-bottom: 1px solid #E2E5EF;
  85. font-size: 16px;
  86. font-weight: bold;
  87. letter-spacing: 1px;
  88. }
  89. .main-body {
  90. .main-body-com;
  91. }
  92. table{
  93. .table;
  94. .moduleNumber{
  95. text-align: center;
  96. }
  97. }
  98. // .filterBox{
  99. // margin: 0 0 20px 0;
  100. // }
  101. .filterItem{
  102. position: relative;
  103. display: inline-block;
  104. margin-right: 20px;
  105. height: 40px;
  106. line-height: 40px;
  107. margin: 0 20px 20px 0;
  108. }
  109. .filterDropList{
  110. position: absolute;
  111. right: 0;
  112. max-height: 200px;
  113. overflow-y: auto;
  114. background: #fff;
  115. display: none;
  116. border: 1px solid #e4e7ed;
  117. box-shadow: 0 2px 12px 0 #e4e7ed;
  118. z-index: 2;
  119. li{
  120. padding: 0 10px;
  121. }
  122. }
  123. .rejectList, .usedList{
  124. height: 120px;
  125. li{
  126. padding: 0 10px;
  127. }
  128. li:hover{
  129. background-color: #EEF4FF;
  130. cursor: pointer;
  131. }
  132. }
  133. .switchImg{
  134. width: 30px;
  135. }
  136. .roleSelect {
  137. position: relative;
  138. top: 3px;
  139. cursor: pointer;
  140. }
  141. .selectModuleType,.moduleItemInp,.selectUsed, .selectReject{
  142. display: inline-block;
  143. position: relative;
  144. width:140px;
  145. padding: 0 10px;
  146. height:40px;
  147. border-radius:4px;
  148. border: 1px solid #E2E5EF;
  149. box-sizing: border-box;
  150. cursor: pointer;
  151. padding-right: 26px;
  152. }
  153. .arrow{
  154. position: absolute;
  155. width: 10px;
  156. top: 16px;
  157. right: 10px;
  158. }
  159. .moduleItemInp{
  160. cursor: default;
  161. outline: none;
  162. }
  163. .moduleTypeList{
  164. width: 160px;
  165. }
  166. .selectUsed, .selectReject{
  167. width: 140px;
  168. }
  169. .modeTypeItem:hover{
  170. background-color: #EEF4FF;
  171. cursor: pointer;
  172. }
  173. .rejectList, .usedList {
  174. width: 140px;
  175. }
  176. .filter{
  177. display: inline-block;
  178. width:60px;
  179. height:36px;
  180. background:@activeColor;
  181. border-radius:4px;
  182. color: #fff;
  183. text-align: center;
  184. line-height: 36px;
  185. position: relative;
  186. top: -1px;
  187. cursor: pointer;
  188. }
  189. .editItem{
  190. color: @activeColor;
  191. cursor: pointer;
  192. }
  193. .editItemDis{
  194. color: #aaa;
  195. cursor: not-allowed;
  196. }
  197. .ellipsis{
  198. overflow: hidden;
  199. text-overflow:ellipsis;
  200. white-space: nowrap;
  201. }
  202. .textCenter{
  203. text-align: center;
  204. }
  205. .pagination{
  206. margin: 35px 0 20px 0;
  207. text-align: right;
  208. }
  209. .totalSum{
  210. font-size:12px;
  211. line-height:17px;
  212. color: #777777;
  213. margin-right: 20px;
  214. }
  215. .pageNum,.prePage,.nextPage, .more{
  216. display: inline-block;
  217. width: 20px;
  218. cursor: pointer;
  219. margin: 0 20px 0 0;
  220. text-align: center;
  221. color: #777;
  222. }
  223. .prePage,.nextPage{
  224. img{
  225. position: relative;
  226. top: 0px ;
  227. }
  228. }
  229. .more{
  230. cursor: not-allowed;
  231. }
  232. .arrowPage{
  233. width: 6px;
  234. }
  235. .activePage{
  236. color: @activeColor;
  237. }
  238. input::-webkit-outer-spin-button,
  239. input::-webkit-inner-spin-button {
  240. -webkit-appearance: none;
  241. }
  242. input[type="number"] {
  243. -moz-appearance: textfield;
  244. }
  245. }
  246. .usrContain .selectReject,.usrContain .selectModuleType ,.managerContainer .selectModuleType {
  247. float: right;
  248. }
  249. .usrContain .rejectList,.usrContain .usedList{
  250. height: 200px;
  251. }
  252. .usrContain .selectModuleType, .usrContain .moduleItemInp, .usrContain .selectUsed, .usrContain .selectReject {
  253. width: 170px;
  254. }
  255. .managerContainer .moduleTypeList {
  256. width: 140px;
  257. }
  258. .managerContainer.usrContain .moduleTypeList {
  259. width: 170px;
  260. height: 400px;
  261. }
  262. .managerContainer.usrContain .selectReject {
  263. width: 140px;
  264. }