qcListPerson.less 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. @import "./reset.less";
  2. .container{
  3. width: 100%;
  4. height: 100%;
  5. overflow: auto;
  6. background: #fff;
  7. }
  8. ul,li{
  9. list-style: none;
  10. }
  11. h2{
  12. .h2;
  13. border-bottom: 10px @disColor solid;
  14. position: absolute;
  15. }
  16. .main-body{
  17. .main-body-com;
  18. border: none;
  19. border-left:10px @disColor solid;
  20. margin: 54px 0 0;
  21. min-width: 1090px;
  22. min-height: calc(100% - 84px);
  23. /*width: 100%;*/
  24. }
  25. table{
  26. .table;
  27. min-width: 1090px;
  28. border:1px solid #E2E5EF;
  29. border-collapse: collapse;
  30. thead th{
  31. background: #EFF0F9;
  32. }
  33. th,td{
  34. padding:5px 10px;
  35. }
  36. th{
  37. white-space: nowrap;
  38. }
  39. th[code]{
  40. cursor: pointer;
  41. &:after{
  42. content:"";
  43. display:inline-block;
  44. width: 11px;
  45. height: 14px;
  46. margin-left: 4px;
  47. vertical-align: middle;
  48. background: url("../images/grey.png");
  49. }
  50. &.asc:after{
  51. background: url("../images/up_blue.png");
  52. background-size: 100%;
  53. }
  54. &.desc:after{
  55. background: url("../images/down_blue.png");
  56. background-size: 100%;
  57. }
  58. }
  59. td{
  60. white-space: nowrap;
  61. }
  62. .moduleNumber{
  63. text-align: center;
  64. }
  65. .scoreOperaItem{
  66. width: 50px;
  67. cursor: pointer;
  68. }
  69. }
  70. .tabFoot{
  71. height: 40px;
  72. /*border: 1px solid #E2E5EF;
  73. border-top: none;
  74. box-sizing: border-box;*/
  75. }
  76. .scoreOpera{
  77. height: 50px;
  78. line-height: 50px;
  79. margin: 0 20px 0 0;
  80. cursor: pointer;
  81. img{
  82. margin: 0 10px 0 0;
  83. vertical-align: middle;
  84. }
  85. }
  86. .recordScoreOperaBtn{
  87. cursor: pointer;
  88. color: @activeColor;
  89. }
  90. .recordScoreBtn{
  91. cursor: pointer;
  92. display: inline-block;
  93. width:68px;
  94. height:30px;
  95. line-height: 30px;
  96. text-align: center;
  97. border-radius:4px;
  98. box-sizing: border-box;
  99. border: 1px solid @activeColor;
  100. color: #fff;
  101. background: @activeColor;
  102. }
  103. .filterBox{
  104. position: relative;
  105. }
  106. .overAuto{
  107. display: table;
  108. padding-right: 20px;
  109. width: 100%;
  110. }
  111. .toggle-item{
  112. display: none;
  113. }
  114. .filter-toggler{
  115. position: absolute;
  116. left: 1008px;
  117. top: 8px;
  118. color: #777;
  119. white-space: nowrap;
  120. font-size: 14px;
  121. background: url("../images/arrow_up.png") 60px center no-repeat;
  122. padding-right: 15px;
  123. background-size: 10px 6px;
  124. &.up{
  125. background: url("../images/arrow_down.png") 60px center no-repeat;
  126. background-size: 10px 6px;
  127. }
  128. }
  129. .filterItem{
  130. position: relative;
  131. display: inline-block;
  132. float: left;
  133. height: 40px;
  134. line-height: 40px;
  135. margin: 0 20px 10px 0;
  136. span{
  137. display: inline-block;
  138. line-height: 32px;
  139. position: relative;
  140. }
  141. input{
  142. width:120px;
  143. height:32px;
  144. border-radius:4px;
  145. border: 1px solid #E2E5EF;
  146. outline: none;
  147. margin-right: 10px;
  148. padding: 0 10px;
  149. box-sizing: border-box;
  150. }
  151. input:focus{
  152. border: 1px solid @activeColor ;
  153. outline: 0;
  154. -webkit-box-shadow:@activeColor 0px 0px 2px;
  155. -moz-box-shadow: @activeColor 0px 0px 2px;
  156. box-shadow: @activeColor 0px 0px 2px;
  157. }
  158. }
  159. .filterDropList{
  160. position: absolute;
  161. right: 0;
  162. max-height: 200px;
  163. overflow-y: auto;
  164. background: #fff;
  165. display: none;
  166. border: 1px solid #e4e7ed;
  167. box-shadow: 0 2px 12px 0 #e4e7ed;
  168. z-index: 2;
  169. li{
  170. padding: 0 10px;
  171. }
  172. }
  173. .deptList{
  174. width: 160px;
  175. max-height: 400px;
  176. }
  177. .levelList{
  178. width: 120px;
  179. // height: 200px;
  180. li:hover{
  181. background-color: #EEF4FF;
  182. cursor: pointer;
  183. }
  184. }
  185. .selectLevel,.selectDept,.selectDoctor{
  186. display: inline-block;
  187. position: relative;
  188. width:120px;
  189. padding: 0 10px;
  190. height:32px;
  191. border-radius:4px;
  192. border: 1px solid #E2E5EF;
  193. box-sizing: border-box;
  194. cursor: pointer;
  195. }
  196. .selectDoctor{
  197. min-width: 120px;
  198. width: auto;
  199. color: #ccc;
  200. }
  201. .selectDept{
  202. width: 160px;
  203. }
  204. .doctorFilter{
  205. span{
  206. float: left;
  207. }
  208. }
  209. .selectDoctor{
  210. cursor: default;
  211. }
  212. .filter,.reset{
  213. display: inline-block;
  214. width:60px;
  215. height:32px;
  216. background:@activeColor;
  217. border-radius:4px;
  218. color: #fff;
  219. text-align: center;
  220. line-height: 32px;
  221. position: relative;
  222. top: 2px;
  223. cursor: pointer;
  224. float: left;
  225. margin: 0 0px 22px 0;
  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: 40px;
  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. }