qcList.less 5.5 KB

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