refund-detail.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. @charset "UTF-8";
  2. .text-center.data-v-d5e7d85a {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-d5e7d85a {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-d5e7d85a {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-d5e7d85a {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-d5e7d85a {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-d5e7d85a {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-d5e7d85a {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-d5e7d85a {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-d5e7d85a {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .refund-detail-box.data-v-d5e7d85a {
  39. position: absolute;
  40. width: 100%;
  41. height: 100%;
  42. }
  43. .refund-detail-box .form-box .platform.data-v-d5e7d85a {
  44. background: #fff;
  45. border-bottom: 1rpx solid #e2e2e2;
  46. padding: 20rpx 20rpx;
  47. margin-top: 20rpx;
  48. }
  49. .refund-detail-box .form-box .select-box.data-v-d5e7d85a {
  50. text-align: right;
  51. width: 100%;
  52. }
  53. .refund-detail-box .form-box .select-box .select-label.data-v-d5e7d85a {
  54. font-size: 31rpx;
  55. color: #999999;
  56. }
  57. .refund-detail-box .form-box .select-box .select-label-active.data-v-d5e7d85a {
  58. color: #353535;
  59. }
  60. .refund-detail-box .form-box .select-box .arrow-right.data-v-d5e7d85a {
  61. width: 12rpx;
  62. height: 22rpx;
  63. margin-left: 16rpx;
  64. }
  65. .refund-detail-box .btn-box.data-v-d5e7d85a {
  66. position: fixed;
  67. bottom: 0;
  68. width: 100%;
  69. background: #f7f7f7;
  70. padding: 20rpx;
  71. }
  72. .refund-detail-box .btn-box .btn.data-v-d5e7d85a {
  73. border-radius: 40rpx;
  74. height: 80rpx;
  75. width: 100%;
  76. background-color: #ff4544;
  77. padding: 24rpx 0;
  78. color: #ffffff;
  79. font-size: 32rpx;
  80. }
  81. .express-box.data-v-d5e7d85a {
  82. background: #fff;
  83. padding: 32rpx 24rpx;
  84. margin-top: 20rpx;
  85. }
  86. .express-label.data-v-d5e7d85a {
  87. margin-bottom: 10rpx;
  88. color: #999999;
  89. font-size: 28rpx;
  90. }
  91. .goods-box.data-v-d5e7d85a {
  92. background: #fff;
  93. padding: 32rpx 24rpx;
  94. }
  95. .preferential-box.data-v-d5e7d85a {
  96. background: #fff;
  97. padding: 32rpx 24rpx;
  98. margin-top: 20rpx;
  99. }
  100. .preferential-box .picture.data-v-d5e7d85a {
  101. width: 160rpx;
  102. height: 160rpx;
  103. margin-right: 14rpx;
  104. margin-bottom: 14rpx;
  105. }
  106. .preferential-box .item.data-v-d5e7d85a {
  107. margin: 12rpx 15rpx 12rpx 0;
  108. -webkit-box-align: start;
  109. -webkit-align-items: flex-start;
  110. align-items: flex-start;
  111. }
  112. .preferential-box .image-label.data-v-d5e7d85a {
  113. margin: 12rpx 0 24rpx;
  114. }
  115. .preferential-box .common-text.data-v-d5e7d85a {
  116. word-break: break-all;
  117. }
  118. .preferential-box .label.data-v-d5e7d85a {
  119. margin-right: 15rpx;
  120. }
  121. .preferential-box .merchant-remark.data-v-d5e7d85a {
  122. color: #ff4544;
  123. }
  124. .refund-address-box.data-v-d5e7d85a {
  125. background-color: #fff;
  126. padding: 32rpx 24rpx;
  127. margin-top: 20rpx;
  128. }
  129. .refund-address-box .express.data-v-d5e7d85a {
  130. margin: 15rpx 0 5rpx;
  131. }
  132. .refund-address-box .remark.data-v-d5e7d85a {
  133. margin-top: 10rpx;
  134. padding-top: 5rpx;
  135. border-top: 1rpx solid #e2e2e2;
  136. }
  137. .refund-express-box.data-v-d5e7d85a {
  138. background-color: #fff;
  139. padding: 32rpx 24rpx;
  140. margin-top: 20rpx;
  141. }
  142. .refund-express-box .label.data-v-d5e7d85a {
  143. margin-right: 25rpx;
  144. }
  145. .refund-express-box .express_no.data-v-d5e7d85a {
  146. border-top: 1rpx solid #e2e2e2;
  147. margin-top: 15rpx;
  148. padding-top: 15rpx;
  149. }
  150. .refund-express-box .right-icon.data-v-d5e7d85a {
  151. width: 12rpx;
  152. height: 22rpx;
  153. margin-right: 25rpx;
  154. }
  155. .refund-price.data-v-d5e7d85a {
  156. color: #ff4544;
  157. }
  158. .detail-btn.data-v-d5e7d85a {
  159. border: 1px solid #bbbbbb;
  160. border-radius: 30rpx;
  161. padding: 10rpx 30rpx;
  162. margin-left: 15rpx;
  163. }
  164. .dialog.data-v-d5e7d85a {
  165. position: fixed;
  166. height: 100%;
  167. width: 100%;
  168. bottom: 96rpx;
  169. left: 0;
  170. z-index: 10;
  171. background-color: rgba(0, 0, 0, 0.3);
  172. }
  173. .picker-list.data-v-d5e7d85a {
  174. background-color: #fff;
  175. padding-top: 20rpx;
  176. position: fixed;
  177. bottom: 0;
  178. left: 0;
  179. width: 100%;
  180. }
  181. .picker-header.data-v-d5e7d85a {
  182. padding: 0 24rpx;
  183. color: #446dfd;
  184. font-size: 32rpx;
  185. }
  186. .get.data-v-d5e7d85a {
  187. width: 160rpx;
  188. height: 48rpx;
  189. line-height: 48rpx;
  190. text-align: center;
  191. border: 1rpx solid #446dfd;
  192. border-radius: 24rpx;
  193. position: absolute;
  194. top: 20rpx;
  195. right: 24rpx;
  196. display: block;
  197. color: #446dfd;
  198. }
  199. .pick.data-v-d5e7d85a {
  200. width: 100%;
  201. height: 440rpx;
  202. }
  203. .pick-view.data-v-d5e7d85a {
  204. line-height: 72rpx;
  205. text-align: center;
  206. color: #446dfd;
  207. font-size: 32rpx;
  208. }