keyItemFlawControl.less 6.5 KB

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