keyItemFlawControl.less 6.4 KB

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