deptScoreDetailControl.less 9.0 KB

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