uncorrectedCasesStatistics.less 6.5 KB

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