readmission.less 7.1 KB

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