single.less 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. @import './reset.less';
  2. .singleVeto{
  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: text;
  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: none;
  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. margin-bottom: 10px;
  206. float: left;
  207. top: 0px;
  208. }
  209. .editItem{
  210. color: @activeColor;
  211. cursor: pointer;
  212. }
  213. .editItemDis{
  214. color: #aaa;
  215. cursor: not-allowed;
  216. }
  217. .ellipsis{
  218. overflow: hidden;
  219. text-overflow:ellipsis;
  220. white-space: nowrap;
  221. }
  222. .textCenter{
  223. text-align: center;
  224. }
  225. .pagination{
  226. margin: 35px 0 20px 0 ;
  227. text-align: right;
  228. }
  229. .totalSum{
  230. font-size:12px;
  231. line-height:17px;
  232. color: #777777;
  233. margin-right: 20px;
  234. }
  235. .pageNum,.prePage,.nextPage, .more{
  236. display: inline-block;
  237. width: 20px;
  238. cursor: pointer;
  239. margin: 0 20px 0 0;
  240. text-align: center;
  241. color: #777;
  242. }
  243. .prePage,.nextPage{
  244. img{
  245. position: relative;
  246. top: 0px ;
  247. }
  248. }
  249. .more{
  250. cursor: not-allowed;
  251. }
  252. .arrowPage{
  253. width: 6px;
  254. }
  255. .activePage{
  256. color: @activeColor;
  257. }
  258. input::-webkit-outer-spin-button,
  259. input::-webkit-inner-spin-button {
  260. -webkit-appearance: none;
  261. }
  262. input[type="number"] {
  263. -moz-appearance: textfield;
  264. }
  265. }
  266. .singleVeto{
  267. .rejectList{
  268. height: 101px !important;
  269. }
  270. }
  271. .goDetail{
  272. cursor: pointer;
  273. color: @activeColor;
  274. }
  275. .usrContain .selectReject,.usrContain .selectModuleType ,.managerContainer .selectModuleType {
  276. float: right;
  277. }
  278. .usrContain .rejectList,.usrContain .usedList{
  279. height: 200px;
  280. }
  281. .usrContain .selectModuleType, .usrContain .moduleItemInp, .usrContain .selectUsed, .usrContain .selectReject {
  282. width: 170px;
  283. }
  284. .managerContainer .moduleTypeList {
  285. width: 140px;
  286. }
  287. .managerContainer.usrContain .moduleTypeList {
  288. width: 170px;
  289. height: 400px;
  290. }
  291. .managerContainer.usrContain .selectReject {
  292. width: 140px;
  293. }