refund.vue 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. <template>
  2. <view class="page">
  3. <view class="p-pro flex-col">
  4. <text class="title">退款盲盒</text>
  5. <view class="flex-row group_7">
  6. <image src="/static/temp/pro.png" class="img" mode="aspectFill" />
  7. <view class="flex-col group_8">
  8. <view class="flex-row justify-between group_9">
  9. <text class="name clamp">幸福西饼Rice盲盒</text>
  10. <text class="price">¥80.40</text>
  11. </view>
  12. <view class="flex-col group_10">
  13. <view class="group_11">
  14. <text class="text_5">配送方式:</text>
  15. <text class="text_6">自提</text>
  16. </view>
  17. <text class="text_7">共1件</text>
  18. </view>
  19. <view class="group_12">
  20. <text class="text_8">自提地址:</text>
  21. <text class="text_9">河东区万达广场1F东门入口</text>
  22. </view>
  23. </view>
  24. </view>
  25. </view>
  26. <view class="p-info flex-col">
  27. <text class="text_10">退款信息</text>
  28. <view class="flex-row justify-between group_13">
  29. <text class="text_11">货物状态</text>
  30. <view class="flex-row">
  31. <text class="text_13">请选择</text>
  32. <image
  33. src="/static/refund-rarrow.png"
  34. class="image_6"
  35. />
  36. </view>
  37. </view>
  38. <view class="flex-row justify-between group_13">
  39. <text class="text_11">退款原因</text>
  40. <view class="flex-row">
  41. <text class="text_13">请选择</text>
  42. <image
  43. src="/static/refund-rarrow.png"
  44. class="image_6"
  45. />
  46. </view>
  47. </view>
  48. <view class="flex-col group_16">
  49. <view class="flex-row justify-between">
  50. <text class="text_17">退款金额</text>
  51. <text class="text_18">¥149.00</text>
  52. </view>
  53. <text class="text_19">可修改,请与商家协商一致后填写</text>
  54. </view>
  55. </view>
  56. </view>
  57. </template>
  58. <script>
  59. export default {
  60. data() {
  61. return {};
  62. }
  63. };
  64. </script>
  65. <style lang="scss">
  66. page {
  67. background-color: #f8f8f8;
  68. }
  69. .page {
  70. padding: 30rpx;
  71. }
  72. .p-pro {
  73. padding: 22rpx 18rpx 25rpx 20rpx;
  74. background-color: #ffffff;
  75. box-shadow: 0px 6rpx 10rpx #2a2a2a14;
  76. border-radius: 20rpx;
  77. .title {
  78. align-self: flex-start;
  79. color: #333333;
  80. font-size: 32rpx;
  81. font-family: PingFang;
  82. }
  83. .group_7 {
  84. margin-top: 22rpx;
  85. padding-left: 3rpx;
  86. }
  87. .img {
  88. flex-shrink: 0;
  89. width: 154rpx;
  90. height: 154rpx;
  91. border-radius: 10rpx;
  92. }
  93. .group_8 {
  94. margin-left: 23rpx;
  95. flex: 1 1 auto;
  96. }
  97. .group_9 {
  98. padding-left: 2rpx;
  99. }
  100. .name {
  101. color: #333333;
  102. font-size: 30rpx;
  103. font-family: PingFang;
  104. max-width: 359rpx;
  105. }
  106. .price {
  107. margin-bottom: 6rpx;
  108. color: #ff3e3e;
  109. font-size: 30rpx;
  110. font-family: PingFang;
  111. }
  112. .group_10 {
  113. margin-top: 7rpx;
  114. height: 35rpx;
  115. }
  116. .group_11 {
  117. margin-top: 12rpx;
  118. align-self: flex-start;
  119. line-height: 23rpx;
  120. }
  121. .text_5 {
  122. color: #999999;
  123. font-size: 24rpx;
  124. font-family: PingFang;
  125. line-height: 23rpx;
  126. }
  127. .text_6 {
  128. color: #333333;
  129. font-size: 24rpx;
  130. font-family: PingFang;
  131. line-height: 23rpx;
  132. }
  133. .text_7 {
  134. margin-right: 25rpx;
  135. margin-top: -35rpx;
  136. align-self: flex-end;
  137. color: #999999;
  138. font-size: 24rpx;
  139. font-family: PingFang;
  140. line-height: 23rpx;
  141. }
  142. .group_12 {
  143. margin-top: 19rpx;
  144. align-self: flex-start;
  145. line-height: 23rpx;
  146. }
  147. .text_8 {
  148. color: #999999;
  149. font-size: 24rpx;
  150. font-family: PingFang;
  151. line-height: 23rpx;
  152. }
  153. .text_9 {
  154. color: #333333;
  155. font-size: 24rpx;
  156. font-family: PingFang;
  157. line-height: 23rpx;
  158. }
  159. }
  160. .p-info{
  161. margin-top: 24rpx;
  162. padding: 30rpx 18rpx 40rpx 20rpx;
  163. background-color: #ffffff;
  164. box-shadow: 0px 6rpx 10rpx #2a2a2a14;
  165. border-radius: 20rpx;
  166. .text_10 {
  167. align-self: flex-start;
  168. color: #333333;
  169. font-size: 32rpx;
  170. font-family: PingFang;
  171. line-height: 31rpx;
  172. }
  173. .group_13 {
  174. margin-top: 49rpx;
  175. padding: 0 5rpx;
  176. }
  177. .text_11 {
  178. color: #333333;
  179. font-size: 30rpx;
  180. font-family: PingFang;
  181. letter-spacing: 1.2rpx;
  182. }
  183. .text_13 {
  184. color: #999999;
  185. font-size: 30rpx;
  186. font-family: PingFang;
  187. letter-spacing: 1.2rpx;
  188. }
  189. .image_6 {
  190. margin: 4rpx 0 4rpx 14rpx;
  191. flex-shrink: 0;
  192. width: 12rpx;
  193. height: 20rpx;
  194. }
  195. .group_16 {
  196. margin-top: 49rpx;
  197. padding-left: 5rpx;
  198. }
  199. .text_17 {
  200. color: #333333;
  201. font-size: 30rpx;
  202. font-family: PingFang;
  203. letter-spacing: 1.2rpx;
  204. }
  205. .text_18 {
  206. margin: 3rpx 0;
  207. color: #fc4d37;
  208. font-size: 30rpx;
  209. font-family: PingFang;
  210. letter-spacing: 1.2rpx;
  211. }
  212. .text_19 {
  213. margin-left: 30rpx;
  214. margin-top: 19rpx;
  215. align-self: flex-start;
  216. color: #999999;
  217. font-size: 24rpx;
  218. font-family: PingFang;
  219. }
  220. }
  221. </style>