mukuai.less 6.2 KB

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