qcListYw.less 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  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. border: none;
  22. border-left:10px @disColor solid;
  23. margin: 54px 0 0;
  24. min-width: 1090px;
  25. min-height: calc(100% - 54px);
  26. // overflow: auto;
  27. }
  28. .borderRight{
  29. position: absolute;
  30. height: 100%;
  31. }
  32. .qctable{
  33. .table;
  34. min-width: 1090px;
  35. th,td{
  36. padding:5px 10px;
  37. }
  38. th{
  39. white-space: nowrap;
  40. }
  41. th[sortable]{
  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. .scoreOperaItem{
  69. width: 50px;
  70. cursor: pointer;
  71. }
  72. .tabTitle {
  73. background: #EFF0F9 !important;
  74. }
  75. }
  76. .tabFoot{
  77. height: 40px;
  78. background: none;
  79. /*border: 1px solid #E2E5EF;
  80. border-top: none;
  81. box-sizing: border-box;*/
  82. }
  83. .scoreOpera{
  84. height: 50px;
  85. line-height: 50px;
  86. margin: 0 20px 0 0;
  87. cursor: pointer;
  88. img{
  89. margin: 0 10px 0 0;
  90. vertical-align: middle;
  91. }
  92. }
  93. .recordScoreOperaBtn{
  94. cursor: pointer;
  95. color: @activeColor;
  96. }
  97. .recordScoreBtn{
  98. cursor: pointer;
  99. display: inline-block;
  100. width:68px;
  101. height:30px;
  102. line-height: 30px;
  103. text-align: center;
  104. border-radius:4px;
  105. box-sizing: border-box;
  106. border: 1px solid @activeColor;
  107. color: #fff;
  108. background: @activeColor;
  109. }
  110. .filterBox{
  111. position: relative;
  112. }
  113. .overAuto{
  114. display: table;
  115. padding-right: 20px;
  116. width: 100%;
  117. }
  118. .toggle-item{
  119. display: none;
  120. }
  121. .filter-toggler{
  122. position: absolute;
  123. left: 1048px;
  124. top: 8px;
  125. color: #777;
  126. white-space: nowrap;
  127. font-size: 14px;
  128. background: url("../images/arrow_up.png") 60px center no-repeat;
  129. padding-right: 15px;
  130. background-size: 10px 6px;
  131. &.up{
  132. background: url("../images/arrow_down.png") 60px center no-repeat;
  133. background-size: 10px 6px;
  134. }
  135. }
  136. .filterItem{
  137. position: relative;
  138. display: inline-block;
  139. float: left;
  140. height: 40px;
  141. line-height: 40px;
  142. margin: 0 20px 20px 0;
  143. span{
  144. display: inline-block;
  145. line-height: 32px;
  146. position: relative;
  147. }
  148. input{
  149. width:120px;
  150. height:32px;
  151. border-radius:4px;
  152. border: 1px solid #E2E5EF;
  153. outline: none;
  154. margin-right: 10px;
  155. padding: 0 10px;
  156. box-sizing: border-box;
  157. }
  158. input:focus{
  159. border: 1px solid @activeColor ;
  160. outline: 0;
  161. -webkit-box-shadow:@activeColor 0px 0px 2px;
  162. -moz-box-shadow: @activeColor 0px 0px 2px;
  163. box-shadow: @activeColor 0px 0px 2px;
  164. }
  165. }
  166. .filterDropList{
  167. position: absolute;
  168. right: 0;
  169. top: 34px !important;
  170. max-height: 200px;
  171. overflow-y: auto;
  172. background: #fff;
  173. display: none;
  174. border: 1px solid #e4e7ed;
  175. box-shadow: 0 2px 12px 0 #e4e7ed;
  176. z-index: 2;
  177. li{
  178. padding: 0 10px;
  179. }
  180. }
  181. .deptList{
  182. width: 160px;
  183. max-height: 400px;
  184. }
  185. .levelList,.checkList{
  186. width: 120px;
  187. // height: 200px;
  188. li:hover{
  189. background-color: #EEF4FF;
  190. cursor: pointer;
  191. }
  192. }
  193. .selectLevel,.selectDept,.fpSelectCheck,.qcSelectCheck{
  194. display: inline-block;
  195. position: relative;
  196. width:120px;
  197. padding: 0 10px;
  198. height:32px;
  199. border-radius:4px;
  200. border: 1px solid #E2E5EF;
  201. box-sizing: border-box;
  202. cursor: pointer;
  203. }
  204. .selectDept{
  205. width: 160px;
  206. }
  207. .filter,.reset,.export{
  208. display: inline-block;
  209. width:60px;
  210. height:32px;
  211. background:@activeColor;
  212. border-radius:4px;
  213. color: #fff;
  214. text-align: center;
  215. line-height: 32px;
  216. position: relative;
  217. top: 2px;
  218. cursor: pointer;
  219. float: left;
  220. margin: 0 0px 22px 0;
  221. }
  222. .export{
  223. height:34px;
  224. background: #fff;
  225. border-radius: 4px;
  226. color: #777;
  227. border: 1px solid #777;
  228. box-sizing: border-box;
  229. cursor: pointer;
  230. margin-left: 10px;
  231. float: left;
  232. top: 0px;
  233. }
  234. .arrow{
  235. position: absolute;
  236. width: 10px;
  237. top: 12px;
  238. right: 10px;
  239. }
  240. .iconCheck{
  241. width: 14px;
  242. }
  243. .fl{
  244. float: left;
  245. }
  246. .clearfix:after {
  247. content: '';
  248. height: 0;
  249. line-height: 0;
  250. display: block;
  251. visibility: hidden;
  252. clear: both;
  253. }
  254. .clearfix{
  255. zoom:1
  256. }
  257. .divide{
  258. margin: 0 10px;
  259. }
  260. .datapickerBox{
  261. position: relative;
  262. display: inline-block;
  263. width: 120px;
  264. height: 32px;
  265. input{
  266. position: absolute;
  267. }
  268. }
  269. .setCol{
  270. color: #777;
  271. cursor: pointer;
  272. margin: 0 0 0 50px;
  273. }
  274. .iconSetting{
  275. width: 18px;
  276. position: relative;
  277. top: 3px;
  278. margin: 0 3px 0 0;
  279. }
  280. .iconCalen{
  281. position: absolute;
  282. width: 15px;
  283. top: 10px;
  284. right: 10px;
  285. }
  286. .textCenter{
  287. text-align: center;
  288. .more-cont{
  289. display: inline-block;
  290. white-space: normal;
  291. width: 180px;
  292. a{
  293. display: inline-block;
  294. width: 48px;
  295. /*background: url("../images/more.png") 32px 5px no-repeat;*/
  296. cursor: pointer;
  297. text-align: left;
  298. margin-left: 5px;
  299. /*font-size: 12px;*/
  300. color: @activeColor;
  301. &:after{
  302. display: inline-block;
  303. content: ' ';
  304. width: 12px;
  305. height: 12px;
  306. background: url("../images/more.png") 2px 1px no-repeat;
  307. }
  308. &.spread:after{
  309. background-position: 0 1px;
  310. transform: rotate(-90deg);
  311. }
  312. }
  313. .part-2{
  314. display: none;
  315. }
  316. &.spread{
  317. }
  318. }
  319. }
  320. .patientNameSpan{
  321. color: @activeColor;
  322. cursor: pointer;
  323. }
  324. .deptItem:hover{
  325. background-color: #EEF4FF;
  326. cursor: pointer;
  327. }
  328. .ellipsis{
  329. overflow: hidden;
  330. text-overflow:ellipsis;
  331. white-space: nowrap;
  332. }
  333. .unSelect{
  334. color: #cfccd6
  335. }
  336. .pagination{
  337. margin: 35px 0 20px 0 ;
  338. text-align: right;
  339. }
  340. .totalSum{
  341. font-size:12px;
  342. line-height:17px;
  343. color: #777777;
  344. margin-right: 20px;
  345. }
  346. .pageNum,.prePage,.nextPage, .more{
  347. display: inline-block;
  348. width: 20px;
  349. cursor: pointer;
  350. margin: 0 20px 0 0;
  351. text-align: center;
  352. color: #777;
  353. }
  354. .prePage,.nextPage{
  355. img{
  356. position: relative;
  357. top: 0px ;
  358. }
  359. }
  360. .more{
  361. cursor: not-allowed;
  362. }
  363. .arrowPage{
  364. width: 6px;
  365. }
  366. .activePage{
  367. color: @activeColor;
  368. }
  369. .tipIcon{
  370. color: #777;
  371. cursor: pointer;
  372. display: inline-block;
  373. margin-left: 6px;
  374. margin-right: 2px;
  375. }
  376. .toolTipIcon{
  377. width: 18px;
  378. position: relative;
  379. top: 3px;
  380. }
  381. .tooltip{
  382. visibility: hidden;
  383. position: relative;
  384. padding: 7px 10px;
  385. border-radius: 4px;
  386. margin: 100px auto;
  387. background-color: #4D4D4D;
  388. text-align: center;
  389. color: #fff;
  390. font-size: 14px;
  391. }
  392. .tooltip:before{
  393. content: '';
  394. display: block;
  395. position: absolute;
  396. bottom: 9px;
  397. left: -12px;
  398. border-bottom: 6px solid transparent;
  399. border-top: 6px solid transparent;
  400. border-left: 6px solid transparent;
  401. border-right: 6px solid #4D4D4D;
  402. }