qcListPerson.less 7.3 KB

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