qcListDept.less 7.3 KB

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