qcListDocteam.less 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  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. .qctable{
  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. }
  111. .toggle-item{
  112. display: none;
  113. }
  114. .filter-toggler{
  115. position: absolute;
  116. left: 816px;
  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 20px 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,.checkList{
  178. width: 120px;
  179. // height: 200px;
  180. li:hover{
  181. background-color: #EEF4FF;
  182. cursor: pointer;
  183. }
  184. }
  185. .selectLevel,.selectDept,.selectCheck{
  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. .selectDept{
  197. width: 160px;
  198. }
  199. .filter,.reset,.export{
  200. display: inline-block;
  201. width:60px;
  202. height:32px;
  203. background:@activeColor;
  204. border-radius:4px;
  205. color: #fff;
  206. text-align: center;
  207. line-height: 32px;
  208. position: relative;
  209. top: 2px;
  210. cursor: pointer;
  211. float: left;
  212. margin: 0 0px 22px 0;
  213. }
  214. .export{
  215. height:34px;
  216. background: #fff;
  217. border-radius: 4px;
  218. color: #777;
  219. border: 1px solid #777;
  220. box-sizing: border-box;
  221. cursor: pointer;
  222. margin-left: 10px;
  223. float: left;
  224. top: 0px;
  225. }
  226. .arrow{
  227. position: absolute;
  228. width: 10px;
  229. top: 12px;
  230. right: 10px;
  231. }
  232. .iconCheck{
  233. width: 14px;
  234. }
  235. .fl{
  236. float: left;
  237. }
  238. .clearfix:after {
  239. content: '';
  240. height: 0;
  241. line-height: 0;
  242. display: block;
  243. visibility: hidden;
  244. clear: both;
  245. }
  246. .clearfix{
  247. zoom:1
  248. }
  249. .divide{
  250. margin: 0 10px;
  251. }
  252. .datapickerBox{
  253. position: relative;
  254. display: inline-block;
  255. width: 120px;
  256. height: 32px;
  257. input{
  258. position: absolute;
  259. }
  260. }
  261. .setCol{
  262. color: #777;
  263. cursor: pointer;
  264. margin: 0 0 0 50px;
  265. }
  266. .iconSetting{
  267. width: 18px;
  268. position: relative;
  269. top: 3px;
  270. margin: 0 3px 0 0;
  271. }
  272. .iconCalen{
  273. position: absolute;
  274. width: 15px;
  275. top: 8px;
  276. right: 10px;
  277. }
  278. .textCenter{
  279. text-align: center;
  280. }
  281. .patientNameSpan{
  282. color: @activeColor;
  283. cursor: pointer;
  284. }
  285. .deptItem:hover{
  286. background-color: #EEF4FF;
  287. cursor: pointer;
  288. }
  289. .ellipsis{
  290. overflow: hidden;
  291. text-overflow:ellipsis;
  292. white-space: nowrap;
  293. }
  294. .unSelect{
  295. color: #cfccd6
  296. }
  297. .pagination{
  298. margin: 35px 0 20px 0 ;
  299. text-align: right;
  300. }
  301. .totalSum{
  302. font-size:12px;
  303. line-height:17px;
  304. color: #777777;
  305. margin-right: 20px;
  306. }
  307. .pageNum,.prePage,.nextPage, .more{
  308. display: inline-block;
  309. width: 20px;
  310. cursor: pointer;
  311. margin: 0 20px 0 0;
  312. text-align: center;
  313. color: #777;
  314. }
  315. .prePage,.nextPage{
  316. img{
  317. position: relative;
  318. top: 0px ;
  319. }
  320. }
  321. .more{
  322. cursor: not-allowed;
  323. }
  324. .arrowPage{
  325. width: 6px;
  326. }
  327. .activePage{
  328. color: @activeColor;
  329. }
  330. .ui-datepicker-calendar {
  331. border: 0 none;
  332. min-width: 0;
  333. }
  334. .ui-datepicker thead {
  335. background-color: #fff;
  336. color: #c3cbd6;
  337. }
  338. .ui-datepicker td {
  339. padding: 0;
  340. height: auto;
  341. color: #657180;
  342. }
  343. .ui-datepicker td span, .ui-datepicker td a {
  344. text-align: center;
  345. height: 30px;
  346. line-height: 30px;
  347. }
  348. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  349. border: 0;
  350. background-color: #fff;
  351. &:hover {
  352. background-color: #c4d8fe;
  353. }
  354. }
  355. .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  356. color: #333;
  357. font-weight: normal;
  358. height: 30px;
  359. line-height: 30px;
  360. margin: 0 5px;
  361. width: 40%;
  362. border-radius: 3px;
  363. }
  364. .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  365. top: 5px;
  366. }
  367. .ui-state-active, .ui-widget-content .ui-state-active {
  368. background-color: @activeColor !important;
  369. color: #fff;
  370. }
  371. .ui-state-highlight, .ui-widget-content .ui-state-highlight {
  372. background-color: #fff5bf !important;
  373. color: #657180;
  374. }
  375. .ui-widget-header {
  376. background-color: #fff;
  377. border: 0 none;
  378. }
  379. input::-webkit-outer-spin-button,
  380. input::-webkit-inner-spin-button {
  381. -webkit-appearance: none;
  382. }
  383. input[type="number"] {
  384. -moz-appearance: textfield;
  385. }