deptScoreDetailControl.less 7.7 KB

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