keyItemFlawControl.less 6.4 KB

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