partDetailControl.less 8.0 KB

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