deptScoreDetail.less 8.0 KB

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