allotCheckTask.less 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. @import "./reset.less";
  2. .container{
  3. width: 100%;
  4. height: 100%;
  5. overflow: auto;
  6. background: #fff;
  7. border-bottom: 10px @disColor solid;
  8. box-sizing: border-box;
  9. }
  10. ul,li{
  11. list-style: none;
  12. }
  13. h2{
  14. .h2;
  15. border-bottom: 10px @disColor solid;
  16. position: fixed;
  17. top: 0;
  18. }
  19. .main-body{
  20. .main-body-com;
  21. padding:0;
  22. border: none;
  23. border-left:10px @disColor solid;
  24. margin: 54px 0 0;
  25. min-width: 1290px;
  26. min-height: calc(100% - 54px);
  27. // overflow: auto;
  28. }
  29. .borderRight{
  30. position: absolute;
  31. height: 100%;
  32. }
  33. .qctable{
  34. .table;
  35. th,td{
  36. padding:5px 10px;
  37. }
  38. th{
  39. white-space: nowrap;
  40. }
  41. th[code]{
  42. cursor: pointer;
  43. &:after{
  44. content:"";
  45. display:inline-block;
  46. width: 11px;
  47. height: 14px;
  48. margin-left: 4px;
  49. vertical-align: middle;
  50. background-size: 100%;
  51. background-image: url("../images/grey.png");
  52. }
  53. &.asc:after{
  54. background: url("../images/up_blue.png");
  55. background-size: 100%;
  56. }
  57. &.desc:after{
  58. background: url("../images/down_blue.png");
  59. background-size: 100%;
  60. }
  61. }
  62. td{
  63. white-space: nowrap;
  64. }
  65. .moduleNumber{
  66. text-align: center;
  67. }
  68. .operaItem{
  69. width: 50px;
  70. position: relative;
  71. i{
  72. display: inline-block;
  73. cursor: pointer;
  74. width: 14px;
  75. height: 14px;
  76. background: url("../images/unRadio.png") 17px 9px no-repeat;
  77. &.active{
  78. background: url("../images/radio.png") #ccc 17px 9px no-repeat;
  79. }
  80. }
  81. }
  82. .tabTitle {
  83. background: #EFF0F9 !important;
  84. }
  85. }
  86. .table-cont{
  87. overflow-y: auto;
  88. }
  89. tbody{
  90. .job-num,.delete{
  91. color: #00A1FF;
  92. cursor: pointer;
  93. }
  94. }
  95. .tabFoot{
  96. height: 40px;
  97. background: none;
  98. /*border: 1px solid #E2E5EF;
  99. border-top: none;
  100. box-sizing: border-box;*/
  101. }
  102. .scoreOpera{
  103. height: 50px;
  104. line-height: 50px;
  105. margin: 0 20px 0 0;
  106. cursor: pointer;
  107. img{
  108. margin: 0 10px 0 0;
  109. vertical-align: middle;
  110. }
  111. }
  112. .recordScoreOperaBtn{
  113. cursor: pointer;
  114. color: @activeColor;
  115. }
  116. .recordScoreBtn{
  117. cursor: pointer;
  118. display: inline-block;
  119. width:68px;
  120. height:30px;
  121. line-height: 30px;
  122. text-align: center;
  123. border-radius:4px;
  124. box-sizing: border-box;
  125. border: 1px solid @activeColor;
  126. color: #fff;
  127. background: @activeColor;
  128. }
  129. .filterBox{
  130. position: relative;
  131. }
  132. .overAuto{
  133. padding: 20px;
  134. &.fl{
  135. max-width: 40%;
  136. }
  137. &.fr{
  138. max-width: 60%;
  139. border-left: 10px #EFF1F6 solid;
  140. .filter{
  141. margin-left: 20px;
  142. }
  143. }
  144. }
  145. .toggle-item{
  146. display: none;
  147. }
  148. .filter-toggler{
  149. position: absolute;
  150. left: 1048px;
  151. top: 8px;
  152. color: #777;
  153. white-space: nowrap;
  154. font-size: 14px;
  155. background: url("../images/arrow_up.png") 60px center no-repeat;
  156. padding-right: 15px;
  157. background-size: 10px 6px;
  158. &.up{
  159. background: url("../images/arrow_down.png") 60px center no-repeat;
  160. background-size: 10px 6px;
  161. }
  162. }
  163. .filterItem{
  164. position: relative;
  165. display: inline-block;
  166. float: left;
  167. height: 40px;
  168. line-height: 40px;
  169. margin-bottom:20px;
  170. margin-left: 20px;
  171. margin-right: 0!important;
  172. &:first-child{
  173. margin-left: 0;
  174. }
  175. span{
  176. display: inline-block;
  177. line-height: 32px;
  178. position: relative;
  179. }
  180. input{
  181. width:120px;
  182. height:32px;
  183. border-radius:4px;
  184. border: 1px solid #E2E5EF;
  185. outline: none;
  186. margin-right: 10px;
  187. padding: 0 10px;
  188. box-sizing: border-box;
  189. }
  190. input:focus{
  191. border: 1px solid @activeColor ;
  192. outline: 0;
  193. -webkit-box-shadow:@activeColor 0px 0px 2px;
  194. -moz-box-shadow: @activeColor 0px 0px 2px;
  195. box-shadow: @activeColor 0px 0px 2px;
  196. }
  197. }
  198. .filterDropList{
  199. position: absolute;
  200. right: 0;
  201. top: 34px !important;
  202. max-height: 200px;
  203. overflow-y: auto;
  204. background: #fff;
  205. display: none;
  206. border: 1px solid #e4e7ed;
  207. box-shadow: 0 2px 12px 0 #e4e7ed;
  208. z-index: 2;
  209. li{
  210. padding: 0 10px;
  211. }
  212. }
  213. .deptList{
  214. width: 160px;
  215. max-height: 400px;
  216. }
  217. .checkerList{
  218. width: 120px;
  219. // height: 200px;
  220. li:hover{
  221. background-color: #EEF4FF;
  222. cursor: pointer;
  223. }
  224. }
  225. .selectLevel,.selectDept,.selectChecker{
  226. display: inline-block;
  227. position: relative;
  228. width:120px;
  229. padding: 0 10px;
  230. height:32px;
  231. border-radius:4px;
  232. border: 1px solid #E2E5EF;
  233. box-sizing: border-box;
  234. cursor: pointer;
  235. }
  236. .selectDept{
  237. width: 160px;
  238. }
  239. .filter,.reset,.export,.save-btn,.del-confirm,.cancel{
  240. display: inline-block;
  241. width:60px;
  242. height:32px;
  243. background:@activeColor;
  244. border-radius:4px;
  245. color: #fff;
  246. text-align: center;
  247. line-height: 32px;
  248. position: relative;
  249. top: 2px;
  250. cursor: pointer;
  251. float: left;
  252. margin: 0 0px 22px 0;
  253. }
  254. .oper{
  255. text-align: center;
  256. margin:40px auto 0;
  257. .save-btn{
  258. width: 139px;
  259. float: none;
  260. }
  261. }
  262. .del-confirm,.cancel{
  263. width: 68px;
  264. height: 28px;
  265. line-height: 28px;
  266. }
  267. .del-confirm{
  268. background: #FF4D4F;
  269. }
  270. .cancel{
  271. background: #E4E3E3;
  272. margin-left: 34px;
  273. }
  274. .export{
  275. height:34px;
  276. background: #fff;
  277. border-radius: 4px;
  278. color: #777;
  279. border: 1px solid #777;
  280. box-sizing: border-box;
  281. cursor: pointer;
  282. margin-left: 10px;
  283. float: left;
  284. top: 0px;
  285. }
  286. .arrow{
  287. position: absolute;
  288. width: 10px;
  289. top: 12px;
  290. right: 10px;
  291. }
  292. .iconCheck{
  293. width: 14px;
  294. }
  295. .fl{
  296. float: left;
  297. }
  298. .clearfix:after {
  299. content: '';
  300. height: 0;
  301. line-height: 0;
  302. display: block;
  303. visibility: hidden;
  304. clear: both;
  305. }
  306. .clearfix{
  307. zoom:1
  308. }
  309. .divide{
  310. margin: 0 10px;
  311. }
  312. .datapickerBox{
  313. position: relative;
  314. display: inline-block;
  315. width: 120px;
  316. height: 32px;
  317. input{
  318. position: absolute;
  319. }
  320. }
  321. .setCol{
  322. color: #777;
  323. cursor: pointer;
  324. margin: 0 0 0 50px;
  325. }
  326. .iconSetting{
  327. width: 18px;
  328. position: relative;
  329. top: 3px;
  330. margin: 0 3px 0 0;
  331. }
  332. .iconCalen{
  333. position: absolute;
  334. width: 15px;
  335. top: 10px;
  336. right: 10px;
  337. }
  338. .textCenter{
  339. text-align: center;
  340. }
  341. .patientNameSpan{
  342. color: @activeColor;
  343. cursor: pointer;
  344. }
  345. .deptItem:hover,.checkerItem:hover{
  346. background-color: #EEF4FF;
  347. cursor: pointer;
  348. }
  349. .ellipsis{
  350. overflow: hidden;
  351. text-overflow:ellipsis;
  352. white-space: nowrap;
  353. }
  354. .unSelect{
  355. color: #cfccd6
  356. }
  357. .pagination{
  358. margin: 35px 0 20px 0 ;
  359. text-align: right;
  360. }
  361. .totalSum{
  362. font-size:12px;
  363. line-height:17px;
  364. color: #777777;
  365. margin-right: 20px;
  366. }
  367. .pageNum,.prePage,.nextPage, .more{
  368. display: inline-block;
  369. width: 20px;
  370. cursor: pointer;
  371. margin: 0 20px 0 0;
  372. text-align: center;
  373. color: #777;
  374. }
  375. .prePage,.nextPage{
  376. img{
  377. position: relative;
  378. top: 0px ;
  379. }
  380. }
  381. .more{
  382. cursor: not-allowed;
  383. }
  384. .arrowPage{
  385. width: 6px;
  386. }
  387. .activePage{
  388. color: @activeColor;
  389. }
  390. .tipIcon{
  391. color: #777;
  392. cursor: pointer;
  393. display: inline-block;
  394. margin-left: 6px;
  395. margin-right: 2px;
  396. }
  397. .toolTipIcon{
  398. width: 18px;
  399. position: relative;
  400. top: 3px;
  401. }
  402. .tooltip{
  403. visibility: hidden;
  404. position: relative;
  405. padding: 7px 10px;
  406. border-radius: 4px;
  407. margin: 100px auto;
  408. background-color: #4D4D4D;
  409. text-align: center;
  410. color: #fff;
  411. font-size: 14px;
  412. }
  413. .tooltip:before{
  414. content: '';
  415. display: block;
  416. position: absolute;
  417. bottom: 9px;
  418. left: -12px;
  419. border-bottom: 6px solid transparent;
  420. border-top: 6px solid transparent;
  421. border-left: 6px solid transparent;
  422. border-right: 6px solid #4D4D4D;
  423. }
  424. .tabBox {
  425. .tabs{
  426. padding: 22px 0 4px 20px;
  427. border-bottom: 10px #EFF1F6 solid;
  428. }
  429. .tab{
  430. display: inline-block;
  431. button{
  432. cursor: pointer;
  433. width: 138px;
  434. height: 34px;
  435. text-align: center;
  436. border-radius: 4px;
  437. }
  438. .active{
  439. color: #00A1FF;
  440. background: #E7F1FB;
  441. font-weight: bold;
  442. }
  443. }
  444. }
  445. .del-pop{
  446. display: none;
  447. width: 242px;
  448. height: 112px;
  449. background: url("../images/pop.png") no-repeat;
  450. padding:20px;
  451. position: absolute;
  452. left: -154px;
  453. top: 18px;
  454. z-index: 1;
  455. .pop-title{
  456. text-indent: -24px;
  457. margin: 15px 0 10px;
  458. }
  459. .pop-btns{
  460. margin-left: 20px;
  461. }
  462. }