refund.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. .refund {
  2. width: 100%;
  3. padding: 0 20rpx;
  4. box-sizing: border-box;
  5. min-height: 150rpx;
  6. }
  7. .list {
  8. width: 100%;
  9. height: 190rpx;
  10. background-color: #fff;
  11. border-radius: 12rpx;
  12. margin-top: 20rpx;
  13. display: flex;
  14. }
  15. .list>image {
  16. width: 180rpx;
  17. height: 190rpx;
  18. border-top-left-radius: 12rpx;
  19. border-bottom-left-radius: 12rpx;
  20. }
  21. .listRight {
  22. width: calc(100% - 180rpx);
  23. height: 178rpx;
  24. /* padding-left: 20rpx; */
  25. padding: 0 0 20rpx 20rpx;
  26. box-sizing: border-box;
  27. background-color: #fff;
  28. }
  29. .listTitle {
  30. color: #595757;
  31. font-size: 28rpx;
  32. margin-top: 24rpx;
  33. }
  34. .listField {
  35. font-size: 24rpx;
  36. color: #AFAFAF;
  37. margin-top: 10rpx;
  38. }
  39. .title {
  40. color: #EE3A43;
  41. font-size: 30rpx;
  42. margin: 20rpx 0;
  43. padding-left: 20rpx;
  44. }
  45. .refundDet {
  46. font-size: 26rpx;
  47. line-height: 60rpx;
  48. color: #595757;
  49. padding: 0 20rpx;
  50. box-sizing: border-box;
  51. }
  52. .listReason {
  53. /* height: 80rpx; */
  54. /* padding: 0 20rpx; */
  55. box-sizing: border-box;
  56. display: flex;
  57. align-items: center;
  58. justify-content: space-between;
  59. }
  60. .listReason .reason {
  61. font-size: 26rpx;
  62. color: #595757;
  63. }
  64. .listReason .bit {
  65. width: 30rpx;
  66. height: 30rpx;
  67. border-radius: 50%;
  68. margin: 0 10rpx;
  69. border: 1px solid #A09FA1;
  70. }
  71. .listReason .current {
  72. position: relative;
  73. }
  74. .twoSon{
  75. display: flex;
  76. flex: 1;
  77. justify-content: space-around;
  78. }
  79. .listReason .current::after {
  80. top: 0;
  81. left: 0;
  82. bottom: 0;
  83. right: 0;
  84. content: '';
  85. width: 20rpx;
  86. height: 20rpx;
  87. border-radius: 50%;
  88. background-color: #797979;
  89. position: absolute;
  90. margin: auto;
  91. z-index: 9;
  92. }
  93. .tips-messages-content {
  94. font-weight: bolder;
  95. }
  96. .bottomBG {
  97. width: 100%;
  98. height: 90rpx;
  99. }
  100. .way{
  101. display: flex;
  102. width: 100%;
  103. }
  104. .mode_left{
  105. width: 25%;
  106. }
  107. .back{
  108. width: 75%;
  109. }
  110. .bottom {
  111. width: 100%;
  112. height: 90rpx;
  113. background-color: var(--themeColor);
  114. text-align: center;
  115. color: #000;
  116. line-height: 90rpx;
  117. font-size: 30rpx;
  118. position: fixed;
  119. left: 0;
  120. bottom: 0;
  121. z-index: 999;
  122. }
  123. .textarea {
  124. width: 100%;
  125. height: 100rpx;
  126. font-size: 24rpx;
  127. color: #3d4145;
  128. padding-top: 20rpx;
  129. box-sizing: border-box;
  130. }
  131. .suc {
  132. width: 100%;
  133. height: 100%;
  134. background-color: #fff;
  135. text-align: center;
  136. position: fixed;
  137. left: 0;
  138. top: 0;
  139. z-index: 9999;
  140. }
  141. .suc .icon-zfcg {
  142. font-size: 180rpx;
  143. text-align: center;
  144. color: #EE3A43;
  145. padding-top: 100rpx;
  146. }
  147. .sucTitle {
  148. font-size: 40rpx;
  149. color: #000;
  150. margin: 60rpx 0 20rpx 0;
  151. }
  152. .sucTit {
  153. width: 80%;
  154. font-size: 28rpx;
  155. color: #898989;
  156. margin: 0 auto;
  157. }
  158. .backBtn {
  159. width: 90%;
  160. line-height: 80rpx;
  161. text-align: center;
  162. color: #fff;
  163. font-size: 30rpx;
  164. text-align: center;
  165. background-color: #EE3A43;
  166. margin: 40rpx auto 0;
  167. border-radius: 16rpx;
  168. }
  169. .reason {
  170. display: flex;
  171. justify-content: space-between;
  172. }
  173. .replace {
  174. display: flex;
  175. justify-content: space-between;
  176. color: var(--subtitleColor);
  177. align-items: center;
  178. margin-top: 50rpx;
  179. }
  180. .replace_Right {
  181. width: 130rpx;
  182. height: 40rpx;
  183. text-align: center;
  184. line-height: 40rpx;
  185. border: 1px solid var(--subtitleColor);
  186. border-radius: 50px;
  187. }
  188. .padding {
  189. margin-top: 20rpx;
  190. box-sizing: border-box;
  191. font-size: 26rpx;
  192. padding: 40rpx 20rpx;
  193. }
  194. .grey {
  195. color: #aaa8a8;
  196. }
  197. .backPrice {
  198. font-size: 26rpx;
  199. /* line-height: 30rpx; */
  200. margin-top: 20rpx;
  201. }
  202. .price {
  203. color: var(--subtitleColor);
  204. font-size: 45rpx;
  205. }
  206. .dis {
  207. display: flex;
  208. justify-content: space-between;
  209. align-items: center;
  210. margin-top: 10rpx;
  211. }
  212. .a1{
  213. font-size: 24rpx;
  214. }
  215. .ft26 {
  216. font-size: 28rpx;
  217. box-sizing: border-box;
  218. padding: 20rpx;
  219. margin-top: 20rpx;
  220. color: #3d4145;
  221. }
  222. .divLine {
  223. background: #E0E3DA;
  224. width: 100%;
  225. height: 4rpx;
  226. margin: 20rpx auto;
  227. }
  228. .rule {
  229. margin-top: 20rpx;
  230. font-weight: 700;
  231. }
  232. .ruleChild {
  233. margin-top: 10rpx;
  234. line-height: 55rpx;
  235. }
  236. .gray{
  237. color: rgb(155, 154, 154);
  238. }
  239. .form {
  240. margin-top: 20rpx;
  241. font-weight: 700;
  242. }
  243. .divLineTwo{
  244. width: 100%;
  245. border-top: 5rpx solid #F8F1F3;
  246. position: relative;
  247. margin: 45rpx auto;
  248. }
  249. .detailed{
  250. position: absolute;
  251. left: 38%;
  252. background-color: white;
  253. width: 150rpx;
  254. text-align: center;
  255. top: -20rpx;
  256. font-size: 26rpx;
  257. font-weight: 800;
  258. border-radius: 8rpx;
  259. color: var(--subtitleColor);
  260. }
  261. .detailedTwo{
  262. width: 110rpx;
  263. /* height: 45rpx; */
  264. /* line-height: 45rpx; */
  265. text-align: center;
  266. margin: auto;
  267. border-radius: 7rpx;
  268. background-color: #F8F1F3;
  269. }
  270. .mode {
  271. /* display: flex; */
  272. box-sizing: border-box;
  273. padding: 20rpx;
  274. margin-top: 20rpx;
  275. font-size: 28rpx;
  276. margin-bottom: 20rpx;
  277. }
  278. .Account{
  279. display: flex;
  280. margin-top: 30rpx;
  281. align-items: center;
  282. }
  283. .account{
  284. width: 25%;
  285. }
  286. .card{
  287. /* flex: 2; */
  288. width: 430rpx;
  289. border: 1rpx solid #d7d7d7;
  290. box-sizing: border-box;
  291. padding: 0 10rpx;
  292. font-size: 26rpx;
  293. height: 50rpx;
  294. }
  295. .examine{
  296. margin-top: 30rpx;
  297. }