deptScoreDetailControl.less 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. .container{
  2. width: 100%;
  3. height: 100%;
  4. overflow: auto;
  5. }
  6. .deptScoreDetailControl {
  7. background-color: #fff;
  8. .dayFilter {
  9. .levelList {
  10. height: 80px;
  11. }
  12. .selectLevel,.levelList {
  13. width: 180px;
  14. }
  15. }
  16. .filterItem.deptListWrap {
  17. .selectDept,.deptList {
  18. width: 180px;
  19. }
  20. }
  21. ul,li{
  22. list-style: none;
  23. }
  24. h2{
  25. width: 100%;
  26. box-sizing: border-box;
  27. background-color: #fff;
  28. z-index: 20;
  29. height: 44px;
  30. line-height: 44px;
  31. padding: 0 0 0 15px;
  32. border-bottom: 1px solid #E2E5EF;
  33. font-size: 16px;
  34. font-weight: bold ;
  35. letter-spacing: 1px;
  36. }
  37. .main-body{
  38. margin: 20px 0;
  39. padding: 0 35px;
  40. min-width: 1090px;
  41. /*width: 100%;*/
  42. }
  43. table{
  44. width: 100%;
  45. min-width: 1090px;
  46. border:1px solid #E2E5EF;
  47. border-collapse: collapse;
  48. thead{
  49. background: #EFF0F9;
  50. }
  51. th,td{
  52. height: 40px;
  53. box-sizing: border-box;
  54. padding: 10px;
  55. border:1px solid #E2E5EF;
  56. border-collapse: collapse;
  57. text-align: center;
  58. }
  59. th{
  60. font-size: 14px;
  61. font-weight: 500;
  62. white-space: nowrap;
  63. }
  64. th[code]{
  65. cursor: pointer;
  66. &:after{
  67. content:"";
  68. display:inline-block;
  69. width: 11px;
  70. height: 14px;
  71. margin-left: 4px;
  72. vertical-align: middle;
  73. background: url("../images/grey.png");
  74. }
  75. &.asc:after{
  76. background: url("../images/up_blue.png");
  77. }
  78. &.desc:after{
  79. background: url("../images/down_blue.png");
  80. }
  81. }
  82. td{
  83. font-size: 14px;
  84. font-weight: 400;
  85. white-space: nowrap;
  86. }
  87. .moduleNumber{
  88. text-align: center;
  89. }
  90. .scoreOperaItem{
  91. width: 50px;
  92. cursor: pointer;
  93. }
  94. }
  95. .tabFoot{
  96. height: 40px;
  97. /*border: 1px solid #E2E5EF;
  98. border-top: none;
  99. box-sizing: border-box;*/
  100. }
  101. .scoreOpera{
  102. height: 50px;
  103. line-height: 50px;
  104. margin: 0 20px 0 0;
  105. cursor: pointer;
  106. img{
  107. margin: 0 10px 0 0;
  108. }
  109. }
  110. .recordScoreOperaBtn{
  111. cursor: pointer;
  112. color: #5A8EEE;
  113. }
  114. .recordScoreBtn{
  115. cursor: pointer;
  116. display: inline-block;
  117. width:68px;
  118. height:30px;
  119. line-height: 30px;
  120. text-align: center;
  121. border-radius:4px;
  122. box-sizing: border-box;
  123. border: 1px solid #5A8EEE;
  124. color: #5A8EEE;
  125. }
  126. .filterBox{
  127. margin-bottom: 15px;
  128. }
  129. .filterItem{
  130. position: relative;
  131. display: inline-block;
  132. float: left;
  133. height: 40px;
  134. line-height: 40px;
  135. margin: 0 20px 15px 0;
  136. span{
  137. display: inline-block;
  138. line-height: 40px;
  139. position: relative;
  140. }
  141. input{
  142. width:120px;
  143. height:40px;
  144. border-radius:4px;
  145. border: 1px solid #E2E5EF;
  146. outline: none;
  147. margin-right: 10px;
  148. padding: 0 10px;
  149. box-sizing: border-box;
  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:#5A8EEE;
  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. .datapickerBox{
  233. position: relative;
  234. display: inline-block;
  235. width: 120px;
  236. height: 40px;
  237. input{
  238. position: absolute;
  239. }
  240. }
  241. .iconCalen{
  242. position: absolute;
  243. width: 15px;
  244. top: 12px;
  245. right: 10px;
  246. }
  247. .textCenter{
  248. text-align: center;
  249. }
  250. .patientNameSpan{
  251. color: #00A1F0;
  252. cursor: pointer;
  253. }
  254. .patientNameSpans{
  255. color: #FF4D4F;
  256. cursor: pointer;
  257. margin-left: 30px;
  258. }
  259. .deptItem:hover{
  260. background-color: #EEF4FF;
  261. cursor: pointer;
  262. }
  263. .ellipsis{
  264. overflow: hidden;
  265. text-overflow:ellipsis;
  266. white-space: nowrap;
  267. }
  268. .pagination{
  269. margin: 35px 0 0 0 ;
  270. text-align: right;
  271. }
  272. .totalSum{
  273. font-size:12px;
  274. line-height:17px;
  275. color: #777777;
  276. margin-right: 20px;
  277. }
  278. .pageNum,.prePage,.nextPage, .more{
  279. display: inline-block;
  280. width: 20px;
  281. cursor: pointer;
  282. margin: 0 20px 0 0;
  283. text-align: center;
  284. color: #777;
  285. }
  286. .prePage,.nextPage{
  287. img{
  288. position: relative;
  289. top: 0px ;
  290. }
  291. }
  292. .more{
  293. cursor: not-allowed;
  294. }
  295. .arrowPage{
  296. width: 6px;
  297. }
  298. .activePage{
  299. color: #5A8EEE;
  300. }
  301. .ui-datepicker-calendar {
  302. border: 0 none;
  303. min-width: 0;
  304. }
  305. .ui-datepicker thead {
  306. background-color: #fff;
  307. color: #c3cbd6;
  308. }
  309. .ui-datepicker td {
  310. padding: 0;
  311. height: auto;
  312. color: #657180;
  313. }
  314. .ui-datepicker td span, .ui-datepicker td a {
  315. text-align: center;
  316. height: 30px;
  317. line-height: 30px;
  318. }
  319. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  320. border: 0;
  321. background-color: #fff;
  322. &:hover {
  323. background-color: #c4d8fe;
  324. }
  325. }
  326. .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  327. color: #333;
  328. font-weight: normal;
  329. height: 30px;
  330. line-height: 30px;
  331. margin: 0 5px;
  332. width: 40%;
  333. border-radius: 3px;
  334. }
  335. .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  336. top: 5px;
  337. }
  338. .ui-state-active, .ui-widget-content .ui-state-active {
  339. background-color: #5a8eee !important;
  340. color: #fff;
  341. }
  342. .ui-state-highlight, .ui-widget-content .ui-state-highlight {
  343. background-color: #fff5bf !important;
  344. color: #657180;
  345. }
  346. .ui-widget-header {
  347. background-color: #fff;
  348. border: 0 none;
  349. }
  350. input::-webkit-outer-spin-button,
  351. input::-webkit-inner-spin-button {
  352. -webkit-appearance: none;
  353. }
  354. input[type="number"] {
  355. -moz-appearance: textfield;
  356. }
  357. }
  358. .abnormalClear {
  359. top: 2px !important;
  360. }