quexianDetailControl.less 6.2 KB

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