tiaomu.less 6.3 KB

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