qcList.less 6.3 KB

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