quexianDetailControlHome.less 7.1 KB

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