itemManager.less 5.0 KB

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