creatCheckTask.less 8.7 KB

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