useStatistics.less 7.7 KB

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