qcListPerson.less 6.4 KB

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