qcList.less 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. .container{
  2. width: 100%;
  3. height: 100%;
  4. overflow-y: 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 35px;
  17. border-bottom: 1px solid #E2E5EF;
  18. font-size: 14px;
  19. font-weight: bold ;
  20. letter-spacing: 1px;
  21. }
  22. .main-body{
  23. margin: 20px 40px;
  24. }
  25. table{
  26. width: 100%;
  27. border:1px solid #E2E5EF;
  28. border-collapse: collapse;
  29. thead{
  30. background: #EFF0F9;
  31. }
  32. th,td{
  33. height: 40px;
  34. box-sizing: border-box;
  35. padding: 10px;
  36. border:1px solid #E2E5EF;
  37. border-collapse: collapse;
  38. }
  39. th{
  40. font-size: 14px;
  41. font-weight: 500;
  42. }
  43. td{
  44. font-size: 14px;
  45. font-weight: 400
  46. }
  47. .moduleNumber{
  48. text-align: center;
  49. }
  50. .scoreOperaItem{
  51. width: 50px;
  52. cursor: pointer;
  53. }
  54. }
  55. .tabFoot{
  56. height: 50px;
  57. border: 1px solid #E2E5EF;
  58. border-top: none;
  59. box-sizing: border-box;
  60. }
  61. .scoreOpera{
  62. height: 50px;
  63. line-height: 50px;
  64. margin: 0 20px 0 17px;
  65. cursor: pointer;
  66. img{
  67. margin: 0 10px 0 0;
  68. }
  69. }
  70. .recordScoreOperaBtn{
  71. cursor: pointer;
  72. color: #5A8EEE;
  73. }
  74. .recordScoreBtn{
  75. cursor: pointer;
  76. display: inline-block;
  77. width:68px;
  78. height:30px;
  79. line-height: 30px;
  80. text-align: center;
  81. border-radius:4px;
  82. box-sizing: border-box;
  83. border: 1px solid #5A8EEE;
  84. color: #5A8EEE;
  85. }
  86. .filterBox{
  87. margin: 0 0 20px 0;
  88. }
  89. .filterItem{
  90. position: relative;
  91. display: inline-block;
  92. margin-right: 20px;
  93. height: 40px;
  94. line-height: 40px;
  95. input{
  96. width:120px;
  97. height:40px;
  98. border-radius:4px;
  99. border: 1px solid #E2E5EF;
  100. outline: none;
  101. margin-right: 10px;
  102. padding: 0 10px;
  103. }
  104. }
  105. .filter{
  106. display: inline-block;
  107. width:60px;
  108. height:36px;
  109. background:#5A8EEE;
  110. border-radius:4px;
  111. color: #fff;
  112. text-align: center;
  113. line-height: 36px;
  114. position: relative;
  115. top: -2px;
  116. }
  117. .iconCheck{
  118. width: 14px;
  119. }
  120. .datapickerBox{
  121. position: relative;
  122. display: inline-block;
  123. width: 150px;
  124. height: 40px;
  125. top: 10px;
  126. input{
  127. position: absolute;
  128. }
  129. }
  130. .iconCalen{
  131. position: absolute;
  132. width: 15px;
  133. top: 15px;
  134. right: 20px;
  135. }
  136. .textCenter{
  137. text-align: center;
  138. }
  139. .patientNameSpan{
  140. color: #5A8EEE;
  141. cursor: pointer;
  142. }
  143. .pagination{
  144. margin: 35px 0 0 0 ;
  145. text-align: right;
  146. }
  147. .totalSum{
  148. font-size:12px;
  149. line-height:17px;
  150. color: #777777;
  151. margin-right: 20px;
  152. }
  153. .pageNum,.prePage,.nextPage, .more{
  154. display: inline-block;
  155. width: 20px;
  156. cursor: pointer;
  157. margin: 0 20px 0 0;
  158. text-align: center;
  159. color: #777;
  160. }
  161. .prePage,.nextPage{
  162. img{
  163. position: relative;
  164. top: 0px ;
  165. }
  166. }
  167. .more{
  168. cursor: not-allowed;
  169. }
  170. .arrowPage{
  171. width: 6px;
  172. }
  173. .activePage{
  174. color: #5A8EEE;
  175. }
  176. .ui-datepicker-calendar {
  177. border: 0 none;
  178. }
  179. .ui-datepicker thead {
  180. background-color: #fff;
  181. color: #c3cbd6;
  182. }
  183. .ui-datepicker td {
  184. padding: 0;
  185. height: auto;
  186. color: #657180;
  187. }
  188. .ui-datepicker td span, .ui-datepicker td a {
  189. text-align: center;
  190. height: 30px;
  191. line-height: 30px;
  192. }
  193. .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  194. border: 0;
  195. background-color: #fff;
  196. &:hover {
  197. background-color: #c4d8fe;
  198. }
  199. }
  200. .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  201. color: #333;
  202. font-weight: normal;
  203. height: 30px;
  204. line-height: 30px;
  205. margin: 0 5px;
  206. width: 40%;
  207. border-radius: 3px;
  208. }
  209. .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  210. top: 5px;
  211. }
  212. .ui-state-active, .ui-widget-content .ui-state-active {
  213. background-color: #5a8eee !important;
  214. color: #fff;
  215. }
  216. .ui-state-highlight, .ui-widget-content .ui-state-highlight {
  217. background-color: #fff5bf !important;
  218. color: #657180;
  219. }
  220. .ui-widget-header {
  221. background-color: #fff;
  222. border: 0 none;
  223. }
  224. input::-webkit-outer-spin-button,
  225. input::-webkit-inner-spin-button {
  226. -webkit-appearance: none;
  227. }
  228. input[type="number"] {
  229. -moz-appearance: textfield;
  230. }