improveStatistics.less 7.9 KB

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