partDetail.less 7.4 KB

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