qcListPerson.less 5.9 KB

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