refund-confirm-popup.scss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. .refund-confirm-popup {
  2. height: 60vh;
  3. min-height: 760rpx;
  4. background: #fff;
  5. border-top-left-radius: 24rpx;
  6. border-top-right-radius: 24rpx;
  7. overflow: hidden;
  8. display: flex;
  9. flex-direction: column;
  10. }
  11. .refund-confirm-popup__header {
  12. height: 100rpx;
  13. display: flex;
  14. align-items: center;
  15. justify-content: center;
  16. position: relative;
  17. font-size: 34rpx;
  18. font-weight: 600;
  19. background: #f2f2f2;
  20. }
  21. .refund-confirm-popup__close {
  22. position: absolute;
  23. right: 24rpx;
  24. width: 72rpx;
  25. height: 96rpx;
  26. line-height: 96rpx;
  27. text-align: center;
  28. font-size: 42rpx;
  29. color: #555;
  30. }
  31. .refund-confirm-popup__header-spacer {
  32. width: 72rpx;
  33. }
  34. .refund-confirm-popup__content {
  35. flex: 1;
  36. padding: 14rpx 18rpx;
  37. overflow: auto;
  38. background: #fff;
  39. }
  40. .goods-card {
  41. display: flex;
  42. align-items: center;
  43. gap: 18rpx;
  44. background: #fff;
  45. padding: 16rpx;
  46. border-radius: 12rpx;
  47. border: 1rpx solid #f3f3f3;
  48. margin-bottom: 10px;
  49. }
  50. .goods-card__icon {
  51. width: 112rpx;
  52. height: 112rpx;
  53. border-radius: 10rpx;
  54. background: #efefef;
  55. }
  56. .goods-card__main {
  57. flex: 1;
  58. margin-left: 15px;
  59. }
  60. .goods-card__name {
  61. font-size: 32rpx;
  62. font-weight: 500;
  63. margin-bottom: 10px;
  64. }
  65. .goods-card__meta {
  66. font-size: 26rpx;
  67. color: #a0a0a0;
  68. margin-top: 8rpx;
  69. }
  70. .goods-card__right {
  71. text-align: center;
  72. }
  73. .goods-card__price {
  74. font-size: 34rpx;
  75. font-weight: 600;
  76. margin-bottom: 10px;
  77. }
  78. .goods-card__count {
  79. font-size: 26rpx;
  80. color: #8f8f8f;
  81. margin-top: 6rpx;
  82. }
  83. .form-row {
  84. display: flex;
  85. justify-content: space-between;
  86. align-items: center;
  87. min-height: 74rpx;
  88. padding: 0 10rpx;
  89. position: relative;
  90. z-index: 10;
  91. }
  92. .label {
  93. font-size: 32rpx;
  94. color: #222;
  95. }
  96. .value {
  97. font-size: 30rpx;
  98. color: #222;
  99. }
  100. .value.select {
  101. color: #333;
  102. border: 1rpx solid #c8c8c8;
  103. border-radius: 10rpx;
  104. font-size: 26rpx;
  105. padding: 10rpx 20rpx;
  106. display: flex;
  107. }
  108. .refund-status-value {
  109. padding: 6rpx 10rpx;
  110. }
  111. .refund-status-radio-group {
  112. display: flex;
  113. flex-direction: row;
  114. align-items: center;
  115. justify-content: flex-end;
  116. gap: 18rpx;
  117. }
  118. .value.link {
  119. color: #222;
  120. display: flex;
  121. align-items: center;
  122. justify-content: flex-end;
  123. gap: 10rpx;
  124. }
  125. .arrow-icon {
  126. display: flex;
  127. align-items: center;
  128. justify-content: center;
  129. color: #b0b0b0;
  130. }
  131. .edit-icon {
  132. display: flex;
  133. align-items: center;
  134. justify-content: center;
  135. }
  136. .value.red {
  137. color: #e81818;
  138. }
  139. .value.amount {
  140. font-weight: 600;
  141. }
  142. .amount-title {
  143. font-weight: 600;
  144. }
  145. .divider {
  146. height: 1rpx;
  147. background: #f0f0f0;
  148. margin: 20rpx 0rpx 20rpx 0rpx;
  149. }
  150. .refund-confirm-popup__footer {
  151. background: #fff;
  152. padding: 12rpx 18rpx calc(-60rpx + env(safe-area-inset-bottom));
  153. }
  154. .refund-amount-line {
  155. color: #e81818;
  156. font-size: 35rpx;
  157. margin-bottom: 10rpx;
  158. display: flex;
  159. align-items: center;
  160. }
  161. .submit-btn {
  162. width: 100%;
  163. height: 88rpx;
  164. line-height: 88rpx;
  165. text-align: center;
  166. border-radius: 12rpx;
  167. background: #2f6df6;
  168. color: #fff;
  169. font-size: 30rpx;
  170. font-weight: 500;
  171. }
  172. .wechat-price {
  173. font-weight: 600;
  174. color: #e81818;
  175. }
  176. .amount-popup {
  177. width: 640rpx;
  178. background: #fff;
  179. border-radius: 16rpx;
  180. overflow: hidden;
  181. box-shadow: 0 16rpx 48rpx rgba(0, 0, 0, 0.18);
  182. }
  183. .amount-popup__header {
  184. position: relative;
  185. display: flex;
  186. align-items: center;
  187. justify-content: center;
  188. padding: 30rpx 24rpx 18rpx;
  189. font-size: 34rpx;
  190. font-weight: 600;
  191. color: #111;
  192. }
  193. .amount-popup__body {
  194. padding: 8rpx 36rpx 34rpx;
  195. display: flex;
  196. flex-direction: column;
  197. align-items: center;
  198. }
  199. .hint {
  200. width: 520rpx;
  201. font-size: 26rpx;
  202. color: #8a8a8a;
  203. text-align: left;
  204. }
  205. .amount-input {
  206. margin-top: 22rpx;
  207. border: 2rpx solid #d8d8d8;
  208. width: 520rpx;
  209. height: 78rpx;
  210. line-height: 78rpx;
  211. padding: 0 18rpx;
  212. font-size: 34rpx;
  213. color: #111;
  214. box-sizing: border-box;
  215. }
  216. .actions {
  217. margin-top: 26rpx;
  218. display: flex;
  219. justify-content: center;
  220. gap: 28rpx;
  221. width: 520rpx;
  222. }
  223. .action-item {
  224. flex: 1;
  225. }
  226. .action-btn {
  227. border-radius: 8rpx !important;
  228. }
  229. .confirm-btn {
  230. margin-left: 20rpx !important;
  231. }