partDetailControl.less 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  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,.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: 10px;
  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. }
  130. .filterDropList{
  131. position: absolute;
  132. top: 34px !important;
  133. right: 0;
  134. max-height: 200px;
  135. overflow-y: auto;
  136. background: #fff;
  137. display: none;
  138. border: 1px solid #e4e7ed;
  139. box-shadow: 0 2px 12px 0 #e4e7ed;
  140. z-index: 2;
  141. li{
  142. padding: 0 10px;
  143. }
  144. }
  145. .deptList{
  146. width: 160px;
  147. max-height: 400px;
  148. }
  149. .levelList{
  150. width: 120px;
  151. height: 120px;
  152. li:hover{
  153. background-color: #EEF4FF;
  154. cursor: pointer;
  155. }
  156. }
  157. .selectLevel,.selectDept{
  158. display: inline-block;
  159. position: relative;
  160. width:120px;
  161. padding: 0 10px;
  162. height:40px;
  163. border-radius:4px;
  164. border: 1px solid #E2E5EF;
  165. box-sizing: border-box;
  166. cursor: pointer;
  167. }
  168. .selectDept{
  169. width: 160px;
  170. }
  171. .filter{
  172. display: inline-block;
  173. width:60px;
  174. height:36px;
  175. background:@activeColor;
  176. border-radius:4px;
  177. color: #fff;
  178. text-align: center;
  179. line-height: 36px;
  180. position: relative;
  181. top: 2px;
  182. cursor: pointer;
  183. float: left;
  184. }
  185. .export{
  186. display: inline-block;
  187. width:60px;
  188. height:34px;
  189. line-height: 34px;
  190. background: #fff;
  191. border-radius: 4px;
  192. color: #777;
  193. text-align: center;
  194. border: 1px solid #777;
  195. box-sizing: border-box;
  196. cursor: pointer;
  197. margin-left: 10px;
  198. float: left;
  199. top: 0px;
  200. }
  201. .arrow{
  202. position: absolute;
  203. width: 10px;
  204. top: 16px;
  205. right: 10px;
  206. }
  207. .iconCheck{
  208. width: 14px;
  209. }
  210. .fl{
  211. float: left;
  212. }
  213. .clearfix:after {
  214. content: '';
  215. height: 0;
  216. line-height: 0;
  217. display: block;
  218. visibility: hidden;
  219. clear: both;
  220. }
  221. .clearfix{
  222. zoom:1
  223. }
  224. .divide{
  225. margin: 0 10px;
  226. }
  227. .textCenter{
  228. text-align: center;
  229. }
  230. .patientNameSpan{
  231. color: #00A1F0;
  232. cursor: pointer;
  233. }
  234. .patientNameSpans{
  235. color: #FF4D4F;
  236. cursor: pointer;
  237. margin-left: 30px;
  238. }
  239. .deptItem:hover{
  240. background-color: #EEF4FF;
  241. cursor: pointer;
  242. }
  243. .ellipsis{
  244. overflow: hidden;
  245. text-overflow:ellipsis;
  246. white-space: nowrap;
  247. }
  248. .pagination{
  249. margin: 35px 0 20px 0 ;
  250. text-align: right;
  251. }
  252. .totalSum{
  253. font-size:12px;
  254. line-height:17px;
  255. color: #777777;
  256. margin-right: 20px;
  257. }
  258. .pageNum,.prePage,.nextPage, .more{
  259. display: inline-block;
  260. width: 20px;
  261. cursor: pointer;
  262. margin: 0 20px 0 0;
  263. text-align: center;
  264. color: #777;
  265. }
  266. .prePage,.nextPage{
  267. img{
  268. position: relative;
  269. top: 0px ;
  270. }
  271. }
  272. .more{
  273. cursor: not-allowed;
  274. }
  275. .arrowPage{
  276. width: 6px;
  277. }
  278. .activePage{
  279. color: @activeColor;
  280. }
  281. .ui-datepicker-calendar {
  282. border: 0 none;
  283. min-width: 0;
  284. }
  285. .ui-datepicker thead {
  286. background-color: #fff;
  287. color: #c3cbd6;
  288. }
  289. .ui-datepicker td {
  290. padding: 0;
  291. height: auto;
  292. color: #657180;
  293. }
  294. .ui-datepicker td span, .ui-datepicker td a {
  295. text-align: center;
  296. height: 30px;
  297. line-height: 30px;
  298. }
  299. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  300. border: 0;
  301. background-color: #fff;
  302. &:hover {
  303. background-color: #c4d8fe;
  304. }
  305. }
  306. .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  307. color: #333;
  308. font-weight: normal;
  309. height: 30px;
  310. line-height: 30px;
  311. margin: 0 5px;
  312. width: 40%;
  313. border-radius: 3px;
  314. }
  315. .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  316. top: 5px;
  317. }
  318. .ui-state-active, .ui-widget-content .ui-state-active {
  319. background-color: @activeColor !important;
  320. color: #fff;
  321. }
  322. .ui-state-highlight, .ui-widget-content .ui-state-highlight {
  323. background-color: #fff5bf !important;
  324. color: #657180;
  325. }
  326. .ui-widget-header {
  327. background-color: #fff;
  328. border: 0 none;
  329. }
  330. input::-webkit-outer-spin-button,
  331. input::-webkit-inner-spin-button {
  332. -webkit-appearance: none;
  333. }
  334. input[type="number"] {
  335. -moz-appearance: textfield;
  336. }
  337. }
  338. .abnormalClear {
  339. top: 2px !important;
  340. }
  341. .goHomeDetail1 {
  342. color: #00A1F0;
  343. cursor: pointer;
  344. }