index.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
  2. /* stylelint-disable no-duplicate-selectors */
  3. .ant-check-list {
  4. position: fixed;
  5. right: 32px;
  6. bottom: 32px;
  7. z-index: 999;
  8. font-size: 14px;
  9. cursor: pointer;
  10. }
  11. .ant-check-list .ant-check-list-button {
  12. display: flex;
  13. gap: 8px;
  14. align-items: center;
  15. justify-content: center;
  16. min-width: 110px;
  17. height: 40px;
  18. border-radius: 20px;
  19. }
  20. .ant-check-list .ant-check-list-icon {
  21. font-size: 24px;
  22. line-height: 24px;
  23. }
  24. .ant-check-list .ant-check-list-description {
  25. font-size: 14px;
  26. }
  27. .ant-check-list-content {
  28. display: block;
  29. width: 303px;
  30. }
  31. .ant-check-list-content .ant-check-list-header {
  32. display: flex;
  33. align-items: center;
  34. justify-content: space-between;
  35. padding: 12px 12px 16px;
  36. }
  37. .ant-check-list-content .ant-check-list-header .ant-check-list-header-title {
  38. font-weight: 500;
  39. font-size: 20px;
  40. }
  41. .ant-check-list-content .ant-check-list-header .ant-check-list-header-extra {
  42. cursor: pointer;
  43. }
  44. .ant-check-list-content .ant-check-list-header-finish {
  45. width: 304px;
  46. padding-top: 12px;
  47. text-align: center;
  48. }
  49. .ant-check-list-content .ant-check-list-header-finish .ant-check-list-header-finish-icon {
  50. width: 64px;
  51. height: 64px;
  52. color: #1890ff;
  53. font-size: 64px;
  54. }
  55. .ant-check-list-content .ant-check-list-header-finish .ant-check-list-header-finish-title {
  56. margin-top: 8px;
  57. margin-bottom: 8px;
  58. font-weight: 500;
  59. font-size: 16px;
  60. }
  61. .ant-check-list-content .ant-check-list-progressBar {
  62. display: flex;
  63. justify-content: space-between;
  64. margin: 12px 16px;
  65. margin-top: 0;
  66. }
  67. .ant-check-list-content .ant-check-list-progressBar .ant-check-list-progressBar-progress {
  68. flex: auto;
  69. }
  70. .ant-check-list-content .ant-check-list-steps-content {
  71. max-height: 250px;
  72. overflow-y: scroll;
  73. }
  74. .ant-check-list-content .ant-check-list-steps {
  75. display: flex;
  76. align-items: center;
  77. justify-content: space-between;
  78. height: 52px;
  79. padding-right: 12px;
  80. padding-left: 12px;
  81. border-radius: 6px;
  82. cursor: pointer;
  83. }
  84. .ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item {
  85. display: flex;
  86. gap: 12px;
  87. align-items: center;
  88. justify-content: center;
  89. width: calc(100% - 22px);
  90. font-weight: 400;
  91. }
  92. .ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item .ant-check-list-steps-item-circle {
  93. display: flex;
  94. flex: 0 0 28px;
  95. align-items: center;
  96. justify-content: center;
  97. width: 28px;
  98. height: 28px;
  99. font-weight: 600;
  100. background-color: #fff;
  101. border: 1px solid #d9d9d9;
  102. border-radius: 50%;
  103. user-select: none;
  104. }
  105. .ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item .ant-check-list-steps-item-circle .ant-check-list-steps-number {
  106. color: #1890ff;
  107. font-size: 16px;
  108. }
  109. .ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item .ant-check-list-steps-item-circle .ant-check-list-steps-checkoutlined {
  110. color: #fff;
  111. font-size: 14px;
  112. }
  113. .ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item .ant-check-list-steps-item-description {
  114. flex: 1;
  115. overflow: hidden;
  116. line-height: 2;
  117. white-space: nowrap;
  118. text-overflow: ellipsis;
  119. }
  120. .ant-check-list-content .ant-check-list-steps .ant-check-list-steps-item-arrows {
  121. flex: 0 0 22px;
  122. width: 38px;
  123. height: 38px;
  124. color: #1890ff;
  125. font-size: 22px;
  126. }
  127. .ant-check-list-content .ant-check-list-checked .ant-check-list-steps-item .ant-check-list-steps-item-circle {
  128. background-color: #1890ff;
  129. border: none;
  130. }
  131. .ant-check-list-content .ant-check-list-checked .ant-check-list-steps-item .ant-check-list-steps-item-description {
  132. font-weight: 500;
  133. text-decoration: line-through;
  134. text-decoration-thickness: 2px;
  135. text-decoration-color: rgba(0, 0, 0, 0.85);
  136. opacity: 0.85;
  137. }
  138. .ant-check-list-content .ant-check-list-highlight {
  139. background-color: #e6f7ff;
  140. }
  141. .ant-check-list-content .ant-check-list-highlight .ant-check-list-steps-item .ant-check-list-steps-item-circle {
  142. border: 1px solid #1890ff;
  143. }
  144. .ant-check-list-content .ant-check-list-highlight .ant-check-list-steps-item .ant-check-list-steps-item-circle .ant-check-list-steps-number {
  145. color: #1890ff;
  146. }
  147. .ant-check-list-content .ant-check-list-highlight .ant-check-list-steps-item .ant-check-list-steps-item-description {
  148. font-weight: 600;
  149. }
  150. .ant-check-list-content .ant-check-list-footer {
  151. padding: 12px 12px 0;
  152. color: rgba(0, 0, 0, 0.45);
  153. font-size: 14px;
  154. text-decoration: underline;
  155. cursor: pointer;
  156. }
  157. .ant-check-list-content .ant-check-list-close-check {
  158. display: flex;
  159. flex-direction: column;
  160. padding: 12px;
  161. }
  162. .ant-check-list-content .ant-check-list-close-check .ant-check-list-close-check-title {
  163. margin-bottom: 24px;
  164. font-weight: 500;
  165. font-size: 16px;
  166. }
  167. .ant-check-list-content .ant-check-list-close-check .ant-check-list-close-check-action {
  168. display: flex;
  169. flex-direction: row;
  170. gap: 8px;
  171. margin-bottom: 16px;
  172. }
  173. .ant-check-list-content .ant-check-list-close-check .ant-check-list-close-check-other {
  174. color: rgba(0, 0, 0, 0.45);
  175. font-size: 14px;
  176. cursor: pointer;
  177. }