deptScoreDetailControl.less 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. @import './reset.less';
  2. .container{
  3. width: 100%;
  4. height: 100%;
  5. overflow: auto;
  6. background: @disColor;
  7. }
  8. .deptScoreDetailControl {
  9. // background-color: #fff;
  10. .dayFilter {
  11. .levelList {
  12. height: 80px;
  13. }
  14. .selectLevel,.levelList {
  15. width: 180px;
  16. }
  17. }
  18. .filterItem.deptListWrap {
  19. display: none;
  20. .selectDept,.deptList {
  21. width: 180px;
  22. }
  23. }
  24. ul,li{
  25. list-style: none;
  26. }
  27. h2{
  28. width: 100%;
  29. box-sizing: border-box;
  30. background-color: #fff;
  31. z-index: 20;
  32. height: 44px;
  33. line-height: 44px;
  34. padding: 0 0 0 15px;
  35. border-bottom: 1px solid #E2E5EF;
  36. font-size: 16px;
  37. font-weight: bold ;
  38. letter-spacing: 1px;
  39. }
  40. .main-body{
  41. .main-body-com;
  42. min-width: 1250px;
  43. // box-sizing: border-box;
  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. th[code]{
  56. cursor: pointer;
  57. &:after{
  58. content:"";
  59. display:inline-block;
  60. width: 11px;
  61. height: 14px;
  62. margin-left: 4px;
  63. vertical-align: middle;
  64. background: url("../images/grey.png");
  65. }
  66. &.asc:after{
  67. background: url("../images/up_blue.png");
  68. background-size: 11px 14px;
  69. }
  70. &.desc:after{
  71. background: url("../images/down_blue.png");
  72. background-size: 11px 14px;
  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: 15px;
  119. }*/
  120. .filterItem{
  121. position: relative;
  122. display: inline-block;
  123. float: left;
  124. height: 40px;
  125. line-height: 40px;
  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:40px;
  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. .export{
  205. display: inline-block;
  206. width:60px;
  207. height:34px;
  208. line-height: 34px;
  209. background: #fff;
  210. border-radius: 4px;
  211. color: #777;
  212. text-align: center;
  213. border: 1px solid #777;
  214. box-sizing: border-box;
  215. cursor: pointer;
  216. margin:0 0 20px 10px;
  217. float: left;
  218. top: 0px;
  219. }
  220. .arrow{
  221. position: absolute;
  222. width: 10px;
  223. top: 16px;
  224. right: 10px;
  225. }
  226. .iconCheck{
  227. width: 14px;
  228. }
  229. .fl{
  230. float: left;
  231. }
  232. .clearfix:after {
  233. content: '';
  234. height: 0;
  235. line-height: 0;
  236. display: block;
  237. visibility: hidden;
  238. clear: both;
  239. }
  240. .clearfix{
  241. zoom:1
  242. }
  243. .divide{
  244. margin: 0 10px;
  245. }
  246. .datapickerBox{
  247. position: relative;
  248. display: inline-block;
  249. width: 120px;
  250. height: 40px;
  251. input{
  252. position: absolute;
  253. }
  254. }
  255. .iconCalen{
  256. position: absolute;
  257. width: 15px;
  258. top: 12px;
  259. right: 10px;
  260. }
  261. .textCenter{
  262. text-align: center;
  263. }
  264. .patientNameSpan{
  265. color: #00A1F0;
  266. cursor: pointer;
  267. }
  268. .patientNameSpans{
  269. color: #FF4D4F;
  270. cursor: pointer;
  271. margin-left: 30px;
  272. }
  273. .deptItem:hover{
  274. background-color: #EEF4FF;
  275. cursor: pointer;
  276. }
  277. .ellipsis{
  278. overflow: hidden;
  279. text-overflow:ellipsis;
  280. white-space: nowrap;
  281. }
  282. .pagination{
  283. margin: 35px 0 20px 0 ;
  284. text-align: right;
  285. }
  286. .totalSum{
  287. font-size:12px;
  288. line-height:17px;
  289. color: #777777;
  290. margin-right: 20px;
  291. }
  292. .pageNum,.prePage,.nextPage, .more{
  293. display: inline-block;
  294. width: 20px;
  295. cursor: pointer;
  296. margin: 0 20px 0 0;
  297. text-align: center;
  298. color: #777;
  299. }
  300. .prePage,.nextPage{
  301. img{
  302. position: relative;
  303. top: 0px ;
  304. }
  305. }
  306. .more{
  307. cursor: not-allowed;
  308. }
  309. .arrowPage{
  310. width: 6px;
  311. }
  312. .activePage{
  313. color: @activeColor;
  314. }
  315. .ui-datepicker-calendar {
  316. border: 0 none;
  317. min-width: 0;
  318. }
  319. .ui-datepicker thead {
  320. background-color: #fff;
  321. color: #c3cbd6;
  322. }
  323. .ui-datepicker td {
  324. padding: 0;
  325. height: auto;
  326. color: #657180;
  327. }
  328. .ui-datepicker td span, .ui-datepicker td a {
  329. text-align: center;
  330. height: 30px;
  331. line-height: 30px;
  332. }
  333. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  334. border: 0;
  335. background-color: #fff;
  336. &:hover {
  337. background-color: #c4d8fe;
  338. }
  339. }
  340. .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  341. color: #333;
  342. font-weight: normal;
  343. height: 30px;
  344. line-height: 30px;
  345. margin: 0 5px;
  346. width: 40%;
  347. border-radius: 3px;
  348. }
  349. .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  350. top: 5px;
  351. }
  352. .ui-state-active, .ui-widget-content .ui-state-active {
  353. background-color: @activeColor !important;
  354. color: #fff;
  355. }
  356. .ui-state-highlight, .ui-widget-content .ui-state-highlight {
  357. background-color: #fff5bf !important;
  358. color: #657180;
  359. }
  360. .ui-widget-header {
  361. background-color: #fff;
  362. border: 0 none;
  363. }
  364. input::-webkit-outer-spin-button,
  365. input::-webkit-inner-spin-button {
  366. -webkit-appearance: none;
  367. }
  368. input[type="number"] {
  369. -moz-appearance: textfield;
  370. }
  371. }
  372. .abnormalClear {
  373. top: 2px !important;
  374. }