qcListDept.less 6.1 KB

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