checkControlDept.less 7.7 KB

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