readmission.less 6.9 KB

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