qcListCopy.less 6.4 KB

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