deptQualifiedPhysician.less 9.1 KB

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