quexianDetailControl.less 6.3 KB

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