deptScoreDetail.less 8.1 KB

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