qcListDept.less 6.8 KB

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