refund-confirm-popup.scss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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__icon--placeholder {
  57. display: flex;
  58. align-items: center;
  59. justify-content: center;
  60. background: #f5f5f5;
  61. }
  62. .placeholder-icon {
  63. font-size: 48rpx;
  64. }
  65. .goods-card__main {
  66. flex: 1;
  67. // margin-left: 15px;
  68. }
  69. .goods-card__name {
  70. font-size: 32rpx;
  71. font-weight: 500;
  72. margin-bottom: 10px;
  73. }
  74. .goods-card__meta {
  75. font-size: 26rpx;
  76. color: #a0a0a0;
  77. margin-top: 8rpx;
  78. }
  79. .goods-card__right {
  80. text-align: center;
  81. }
  82. .goods-card__price {
  83. font-size: 34rpx;
  84. font-weight: 600;
  85. margin-bottom: 10px;
  86. }
  87. .goods-card__count {
  88. font-size: 26rpx;
  89. color: #8f8f8f;
  90. margin-top: 6rpx;
  91. }
  92. .form-row {
  93. display: flex;
  94. justify-content: space-between;
  95. align-items: center;
  96. min-height: 74rpx;
  97. padding: 0 10rpx;
  98. position: relative;
  99. z-index: 10;
  100. }
  101. .label {
  102. font-size: 32rpx;
  103. color: #222;
  104. }
  105. .value {
  106. font-size: 30rpx;
  107. color: #222;
  108. }
  109. .value.select {
  110. color: #333;
  111. border: 1rpx solid #c8c8c8;
  112. border-radius: 10rpx;
  113. font-size: 26rpx;
  114. padding: 10rpx 20rpx;
  115. display: flex;
  116. }
  117. .refund-status-value {
  118. padding: 6rpx 10rpx;
  119. }
  120. .refund-status-radio-group {
  121. display: flex;
  122. flex-direction: row;
  123. align-items: center;
  124. justify-content: flex-end;
  125. gap: 18rpx;
  126. }
  127. .value.link {
  128. color: #222;
  129. display: flex;
  130. align-items: center;
  131. justify-content: flex-end;
  132. // gap: 10rpx;
  133. }
  134. .arrow-icon {
  135. display: flex;
  136. align-items: center;
  137. justify-content: center;
  138. color: #b0b0b0;
  139. }
  140. .edit-icon {
  141. display: flex;
  142. align-items: center;
  143. justify-content: center;
  144. }
  145. .value.red {
  146. color: #e81818;
  147. }
  148. .value.amount {
  149. font-weight: 600;
  150. }
  151. .amount-title {
  152. font-weight: 600;
  153. }
  154. .divider {
  155. height: 1rpx;
  156. background: #f0f0f0;
  157. margin: 20rpx 0rpx 20rpx 0rpx;
  158. }
  159. .refund-confirm-popup__footer {
  160. flex-shrink: 0;
  161. background: #fff;
  162. padding: 20rpx 32rpx 32rpx;
  163. box-shadow: 0 -2rpx 12rpx rgba(0, 0, 0, 0.06);
  164. }
  165. .refund-amount-line {
  166. color: #e81818;
  167. font-size: 35rpx;
  168. margin-bottom: 10rpx;
  169. display: flex;
  170. align-items: center;
  171. }
  172. .submit-btn {
  173. width: 100%;
  174. height: 88rpx;
  175. line-height: 88rpx;
  176. text-align: center;
  177. border-radius: 12rpx;
  178. background: #2f6df6;
  179. color: #fff;
  180. font-size: 30rpx;
  181. font-weight: 500;
  182. }
  183. .wechat-price {
  184. font-weight: 600;
  185. color: #e81818;
  186. }
  187. .amount-popup {
  188. width: 640rpx;
  189. background: #fff;
  190. border-radius: 16rpx;
  191. overflow: hidden;
  192. box-shadow: 0 16rpx 48rpx rgba(0, 0, 0, 0.18);
  193. }
  194. .amount-popup__header {
  195. position: relative;
  196. display: flex;
  197. align-items: center;
  198. justify-content: center;
  199. padding: 30rpx 24rpx 18rpx;
  200. font-size: 34rpx;
  201. font-weight: 600;
  202. color: #111;
  203. }
  204. .amount-popup__body {
  205. padding: 8rpx 36rpx 34rpx;
  206. display: flex;
  207. flex-direction: column;
  208. align-items: center;
  209. }
  210. .hint {
  211. width: 520rpx;
  212. font-size: 26rpx;
  213. color: #8a8a8a;
  214. text-align: left;
  215. }
  216. .amount-input {
  217. margin-top: 22rpx;
  218. border: 2rpx solid #d8d8d8;
  219. width: 520rpx;
  220. height: 78rpx;
  221. line-height: 78rpx;
  222. padding: 0 18rpx;
  223. font-size: 34rpx;
  224. color: #111;
  225. box-sizing: border-box;
  226. }
  227. .actions {
  228. margin-top: 26rpx;
  229. display: flex;
  230. justify-content: center;
  231. gap: 28rpx;
  232. width: 520rpx;
  233. }
  234. .action-item {
  235. flex: 1;
  236. }
  237. .action-btn {
  238. border-radius: 8rpx !important;
  239. }
  240. .confirm-btn {
  241. margin-left: 20rpx !important;
  242. }