itemManager.less 4.3 KB

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