qcList.less 6.2 KB

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