qcList.less 7.0 KB

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