partDetailControlDept.less 7.7 KB

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