other.less 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  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:34px;
  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. border: 0;
  95. border-top: 1px solid #E2E5EF;
  96. }
  97. table{
  98. .table;
  99. .moduleNumber{
  100. text-align: center;
  101. }
  102. }
  103. // .filterBox{
  104. // margin: 0 0 20px 0;
  105. // }
  106. .filterItem{
  107. position: relative;
  108. display: inline-block;
  109. margin-right: 20px;
  110. height: 40px;
  111. line-height: 40px;
  112. margin: 0 20px 20px 0;
  113. }
  114. .filterDropList{
  115. position: absolute;
  116. right: 0;
  117. max-height: 200px;
  118. overflow-y: auto;
  119. background: #fff;
  120. display: none;
  121. border: 1px solid #e4e7ed;
  122. box-shadow: 0 2px 12px 0 #e4e7ed;
  123. z-index: 2;
  124. li{
  125. padding: 0 10px;
  126. }
  127. }
  128. .rejectList, .usedList{
  129. height: 120px;
  130. li{
  131. padding: 0 10px;
  132. }
  133. li:hover{
  134. background-color: #EEF4FF;
  135. cursor: pointer;
  136. }
  137. }
  138. .switchImg{
  139. width: 30px;
  140. }
  141. .roleSelect {
  142. position: relative;
  143. top: 3px;
  144. cursor: pointer;
  145. }
  146. .selectModuleType,.moduleItemInp,.selectUsed, .selectReject{
  147. display: inline-block;
  148. position: relative;
  149. width:140px;
  150. padding: 0 10px;
  151. height:34px;
  152. border-radius:4px;
  153. border: 1px solid #E2E5EF;
  154. box-sizing: border-box;
  155. cursor: pointer;
  156. padding-right: 26px;
  157. }
  158. .arrow{
  159. position: absolute;
  160. width: 10px;
  161. top: 16px;
  162. right: 10px;
  163. }
  164. .moduleItemInp{
  165. cursor: text;
  166. outline: none;
  167. }
  168. .moduleItemInps{
  169. width: 150px !important;
  170. }
  171. .moduleTypeList{
  172. width: 160px;
  173. }
  174. .selectUsed, .selectReject{
  175. width: 140px;
  176. }
  177. .modeTypeItem:hover{
  178. background-color: #EEF4FF;
  179. cursor: pointer;
  180. }
  181. .rejectList, .usedList {
  182. width: 140px;
  183. }
  184. .filter{
  185. display: inline-block;
  186. width:60px;
  187. height:36px;
  188. background:@activeColor;
  189. border-radius:4px;
  190. color: #fff;
  191. text-align: center;
  192. line-height: 36px;
  193. position: relative;
  194. top: -1px;
  195. cursor: pointer;
  196. }
  197. .export{
  198. display: none;
  199. width:60px;
  200. height:34px;
  201. line-height: 34px;
  202. background: #fff;
  203. border-radius: 4px;
  204. color: #777;
  205. text-align: center;
  206. border: 1px solid #777;
  207. box-sizing: border-box;
  208. cursor: pointer;
  209. margin-left: 10px;
  210. margin-bottom: 10px;
  211. float: left;
  212. top: 0px;
  213. }
  214. .editItem{
  215. color: @activeColor;
  216. cursor: pointer;
  217. }
  218. .editItemDis{
  219. color: #aaa;
  220. cursor: not-allowed;
  221. }
  222. .ellipsis{
  223. overflow: hidden;
  224. text-overflow:ellipsis;
  225. white-space: nowrap;
  226. }
  227. .textCenter{
  228. text-align: center;
  229. }
  230. .pagination{
  231. margin: 35px 0 20px 0 ;
  232. text-align: right;
  233. }
  234. .totalSum{
  235. font-size:12px;
  236. line-height:17px;
  237. color: #777777;
  238. margin-right: 20px;
  239. }
  240. .pageNum,.prePage,.nextPage, .more{
  241. display: inline-block;
  242. width: 20px;
  243. cursor: pointer;
  244. margin: 0 20px 0 0;
  245. text-align: center;
  246. color: #777;
  247. }
  248. .prePage,.nextPage{
  249. img{
  250. position: relative;
  251. top: 0px ;
  252. }
  253. }
  254. .more{
  255. cursor: not-allowed;
  256. }
  257. .arrowPage{
  258. width: 6px;
  259. }
  260. .activePage{
  261. color: @activeColor;
  262. }
  263. input::-webkit-outer-spin-button,
  264. input::-webkit-inner-spin-button {
  265. -webkit-appearance: none;
  266. }
  267. input[type="number"] {
  268. -moz-appearance: textfield;
  269. }
  270. }
  271. .singleVeto{
  272. .rejectList{
  273. height: 101px !important;
  274. }
  275. .partTitle {
  276. text-align: center;
  277. font-weight: bold;
  278. font-size: 16px;
  279. }
  280. }
  281. .goDetail{
  282. cursor: pointer;
  283. color: @activeColor;
  284. }
  285. .usrContain .selectReject,.usrContain .selectModuleType ,.managerContainer .selectModuleType {
  286. float: right;
  287. }
  288. .usrContain .rejectList,.usrContain .usedList{
  289. height: 200px;
  290. }
  291. .usrContain .selectModuleType, .usrContain .moduleItemInp, .usrContain .selectUsed, .usrContain .selectReject {
  292. width: 170px;
  293. }
  294. .managerContainer .moduleTypeList {
  295. width: 140px;
  296. }
  297. .managerContainer.usrContain .moduleTypeList {
  298. width: 170px;
  299. height: 400px;
  300. }
  301. .managerContainer.usrContain .selectReject {
  302. width: 140px;
  303. }
  304. .whichAdvice {
  305. height: 30px;
  306. width: 294px;
  307. box-sizing: border-box;
  308. overflow: hidden;
  309. margin-bottom: 16px;
  310. cursor: pointer;
  311. span {
  312. width: 33.33%;
  313. font-size: 14px;
  314. color: #777777;
  315. float: left;
  316. text-align: center;
  317. height: 28px;
  318. line-height: 27px;
  319. }
  320. .allAdvice {
  321. border: 1px solid #777;
  322. border-radius: 4px 0 0 4px;
  323. border-right: 0;
  324. box-sizing:border-box;
  325. }
  326. .errAdvice {
  327. border: 1px solid #777;
  328. box-sizing:border-box;
  329. }
  330. .noAdvice {
  331. border: 1px solid #777;
  332. box-sizing:border-box;
  333. border-left: 0;
  334. border-radius: 0 4px 4px 0;
  335. }
  336. .active {
  337. background-color: #00A1FF;
  338. color: #fff;
  339. border-color: #00A1FF;
  340. }
  341. }
  342. .selectLevel,.selectDept,.fpSelectCheck,.qcSelectCheck{
  343. display: inline-block;
  344. position: relative;
  345. width:120px;
  346. padding: 0 10px;
  347. height:32px;
  348. border-radius:4px;
  349. border: 1px solid #E2E5EF;
  350. box-sizing: border-box;
  351. cursor: pointer;
  352. }
  353. .levelList,.checkList{
  354. width: 120px;
  355. // height: 200px;
  356. li:hover{
  357. background-color: #EEF4FF;
  358. cursor: pointer;
  359. }
  360. }
  361. .goDetailther:hover{
  362. color: #00A1FF;
  363. cursor: pointer;
  364. }