DetailsOfRefund.wxss 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  1. /* pages/DetailsOfRefund/DetailsOfRefund.wxss */
  2. .display {
  3. display: none;
  4. }
  5. image {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .page {
  10. position: fixed;
  11. width: 100%;
  12. height: 100%;
  13. overflow: auto;
  14. background: #f7f7f7;
  15. }
  16. /* 头部状态 */
  17. .describe-box {
  18. background: #fff;
  19. margin-bottom: 20rpx;
  20. }
  21. .process {
  22. padding: 20rpx 25rpx;
  23. border-bottom: 1rpx solid #f2f2f2;
  24. }
  25. .current-process {
  26. font-size: 30rpx;
  27. font-weight: bold;
  28. padding: 10rpx 0;
  29. }
  30. .acount-for-process {
  31. font-size: 28rpx;
  32. color: #444;
  33. line-height: 1.5em;
  34. }
  35. .red {
  36. color: #e43130;
  37. }
  38. /* 隐藏内容 */
  39. .more-content {
  40. border-top: 1rpx dashed #ebebeb;
  41. margin-top: 15rpx;
  42. padding-top: 10rpx;
  43. }
  44. .cont {
  45. font-size: 28rpx;
  46. color: #666666;
  47. line-height: 1.8em
  48. }
  49. /* 更多说明 */
  50. .more-instructions {
  51. padding: 18rpx 0;
  52. padding-bottom: 22rpx;
  53. text-align: center;
  54. font-size: 27rpx;
  55. }
  56. .more-txt {
  57. vertical-align: middle;
  58. }
  59. .down-arrow-icon {
  60. display: inline-block;
  61. width: 40rpx;
  62. height: 25rpx;
  63. vertical-align: middle;
  64. }
  65. /* 退款流程 */
  66. .refund-schedule {
  67. background: #fff;
  68. margin-bottom: 20rpx;
  69. padding: 0 25rpx;
  70. }
  71. .refund-sum {
  72. font-size: 28rpx;
  73. padding: 25rpx 0;
  74. border-bottom: 1rpx solid #f2f2f2;
  75. }
  76. .progress-bar {
  77. position: relative;
  78. display: flex;
  79. justify-content: space-around;
  80. padding: 20rpx 0;
  81. }
  82. .block {
  83. display: inline-block;
  84. text-align: center;
  85. }
  86. .round {
  87. display: block;
  88. width: 13rpx;
  89. height: 13rpx;
  90. border-radius: 50%;
  91. background: #999999;
  92. margin: 0 auto;
  93. margin-top: 15rpx;
  94. }
  95. /* 激活状态圆点 */
  96. .round-current {
  97. background: #3388ff;
  98. }
  99. .block-text {
  100. margin-top: 15rpx;
  101. text-align: center;
  102. }
  103. .block-text-tit {
  104. font-size: 26rpx;
  105. line-height: 2em;
  106. color: #777;
  107. }
  108. .block-text-time {
  109. font-size: 22rpx;
  110. color: #aaa;
  111. }
  112. .line {
  113. position: absolute;
  114. top: 39rpx;
  115. display: inline-block;
  116. width: 215rpx;
  117. height: 5rpx;
  118. background: #bdbdbd;
  119. }
  120. /* 激活状态直线 */
  121. .line-current {
  122. background: #3388ff;
  123. }
  124. .line01 {
  125. left: 145rpx;
  126. }
  127. .line02 {
  128. right: 115rpx;
  129. }
  130. /* 拒绝理由 */
  131. .refuse-reason {
  132. font-size: 28rpx;
  133. background: #fff;
  134. padding: 20rpx;
  135. margin-bottom: 20rpx;
  136. }
  137. /* 退货地址 */
  138. .return-address {
  139. background: #fff;
  140. margin-bottom: 20rpx;
  141. }
  142. .addr-tit {
  143. padding: 10rpx 20rpx;
  144. border-bottom: 1rpx solid #f2f2f2;
  145. font-size: 30rpx;
  146. font-weight: bold;
  147. }
  148. .addr {
  149. padding-right: .5em;
  150. }
  151. .address {
  152. padding: 20rpx;
  153. font-size: 28rpx;
  154. }
  155. .recipient {
  156. padding-bottom: 10rpx;
  157. }
  158. .mobile {
  159. margin-left: 50rpx;
  160. }
  161. .pay-card {
  162. background: #fff;
  163. margin-bottom: 20rpx;
  164. padding: 20rpx;
  165. }
  166. .loading-time {
  167. font-family: PingFang SC, PingFang SC;
  168. font-weight: bold;
  169. font-size: 28rpx;
  170. color: #181818;
  171. }
  172. .time-out {
  173. margin-top: 20rpx;
  174. font-family: PingFang SC, PingFang SC;
  175. font-weight: normal;
  176. font-size: 24rpx;
  177. color: #AAAAAA;
  178. }
  179. .pay-btn {
  180. margin-top: 20rpx;
  181. width: 220rpx;
  182. height: 64rpx;
  183. border-radius: 40rpx;
  184. border: 2rpx solid #FF4D3A;
  185. font-family: PingFang SC, PingFang SC;
  186. font-weight: normal;
  187. font-size: 28rpx;
  188. color: #FF4D3A;
  189. text-align: center;
  190. line-height: 64rpx;
  191. }
  192. /* 退货方式 */
  193. .return-shop-box {
  194. display: flex;
  195. align-items: center;
  196. justify-content: space-between;
  197. }
  198. .shop-title {
  199. font-family: PingFang SC, PingFang SC;
  200. font-weight: bold;
  201. font-size: 28rpx;
  202. color: #181818;
  203. }
  204. .shop-text {
  205. margin-top: 20rpx;
  206. font-family: PingFang SC, PingFang SC;
  207. font-weight: normal;
  208. font-size: 24rpx;
  209. color: #AAAAAA;
  210. }
  211. .shop-btn {
  212. width: 136rpx;
  213. height: 64rpx;
  214. background: #FFFFFF;
  215. border-radius: 40rpx;
  216. border: 2rpx solid #FF4D3A;
  217. font-family: PingFang SC, PingFang SC;
  218. font-weight: normal;
  219. font-size: 28rpx;
  220. color: #FF4D3A;
  221. line-height: 64rpx;
  222. text-align: center;
  223. }
  224. .popup-box {
  225. padding: 20rpx;
  226. }
  227. .popup-title {
  228. margin-top: 28rpx;
  229. font-family: PingFang SC, PingFang SC;
  230. font-weight: 800;
  231. font-size: 32rpx;
  232. text-align: center;
  233. }
  234. .popup-select-day {
  235. display: flex;
  236. }
  237. .day-left {
  238. margin-top: 50rpx;
  239. }
  240. .now-day {
  241. font-weight: normal;
  242. font-size: 28rpx;
  243. color: #222222;
  244. }
  245. .tomorrow-day {
  246. font-weight: normal;
  247. font-size: 28rpx;
  248. color: #AAAAAA;
  249. }
  250. .time-right {
  251. margin-top: 50rpx;
  252. margin-left: 300rpx;
  253. height: 500rpx;
  254. overflow-y: auto;
  255. font-weight: normal;
  256. font-size: 28rpx;
  257. color: #222222;
  258. }
  259. .time-right::-webkit-scrollbar {
  260. display: none;
  261. }
  262. .sel-time {
  263. margin-bottom:28rpx;
  264. font-weight: normal;
  265. font-size: 28rpx;
  266. color: #AAAAAA;
  267. }
  268. .sel-timeselected{
  269. margin-bottom:28rpx;
  270. color: #222222;
  271. }
  272. .info-card-box {
  273. margin-top: 20rpx;
  274. background-color: #F9F9F9;
  275. border-radius: 16rpx;
  276. padding: 20rpx;
  277. }
  278. .card-address {
  279. font-family: PingFang SC, PingFang SC;
  280. font-weight: normal;
  281. font-size: 28rpx;
  282. color: #222222;
  283. }
  284. .card-info {
  285. margin-top: 20rpx;
  286. font-family: PingFang SC, PingFang SC;
  287. font-weight: bold;
  288. font-size: 28rpx;
  289. color: #222222;
  290. }
  291. .card-user {
  292. margin-top: 20rpx;
  293. font-family: PingFang SC, PingFang SC;
  294. font-weight: normal;
  295. font-size: 24rpx;
  296. color: #AAAAAA;
  297. }
  298. .card-line {
  299. margin-top: 20rpx;
  300. border: 2rpx solid #F0F0F0;
  301. }
  302. .card-time-box {
  303. margin-top: 20rpx;
  304. display: flex;
  305. align-items: center;
  306. justify-content: space-between;
  307. }
  308. .card-time {
  309. font-family: PingFang SC, PingFang SC;
  310. font-weight: normal;
  311. font-size: 28rpx;
  312. color: #222222;
  313. }
  314. .up-time {
  315. font-family: PingFang SC, PingFang SC;
  316. font-weight: normal;
  317. font-size: 28rpx;
  318. color: #AAAAAA;
  319. }
  320. .costSide-card {
  321. margin-top: 20rpx;
  322. background-color: #F9F9F9;
  323. border-radius: 16rpx;
  324. padding: 20rpx;
  325. display: flex;
  326. align-items: center;
  327. justify-content: space-between;
  328. }
  329. .costSide-card>view:first-child {
  330. font-family: PingFang SC, PingFang SC;
  331. font-weight: normal;
  332. font-size: 28rpx;
  333. color: #222222;
  334. }
  335. .costSide-card>view:last-child {
  336. font-family: PingFang SC, PingFang SC;
  337. font-weight: normal;
  338. font-size: 28rpx;
  339. color: #AAAAAA;
  340. }
  341. .bottom-button-box {
  342. background: #FFFFFF;
  343. box-shadow: 0rpx -6rpx 12rpx 2rpx rgba(0, 0, 0, 0.09);
  344. border-radius: 32rpx 32rpx 0rpx 0rpx;
  345. display: flex;
  346. justify-content: center;
  347. }
  348. .bottom-button {
  349. width: 702rpx;
  350. height: 80rpx;
  351. background: #04358D;
  352. border-radius: 40rpx;
  353. margin-top: 30rpx;
  354. font-family: PingFang SC, PingFang SC;
  355. font-weight: bold;
  356. font-size: 28rpx;
  357. color: #FFFFFF;
  358. text-align: center;
  359. line-height: 80rpx;
  360. }
  361. .picker-style {
  362. font-size: 16rpx !important;
  363. margin-left: -80rpx;
  364. }
  365. .send-pay-box {
  366. display: flex;
  367. align-items: center;
  368. margin-top: 30rpx;
  369. }
  370. .sendpay-text {
  371. font-family: PingFang SC, PingFang SC;
  372. font-weight: normal;
  373. font-size: 28rpx;
  374. width: 400rpx;
  375. }
  376. .sendpay-btn {
  377. width: 220rpx;
  378. height: 80rpx;
  379. background: #04358D;
  380. border-radius: 40rpx;
  381. font-family: PingFang SC, PingFang SC;
  382. font-weight: bold;
  383. font-size: 28rpx;
  384. color: #FFFFFF;
  385. line-height: 80rpx;
  386. text-align: center;
  387. }
  388. /* 查看协商记录 */
  389. /* .negotiate-record {
  390. position: relative;
  391. font-size: 25rpx;
  392. text-align: left;
  393. background: #fff;
  394. padding: 20rpx 25rpx;
  395. margin-bottom: 20rpx;
  396. }
  397. .more-arrow {
  398. position: absolute;
  399. right: 20rpx;
  400. top: 50%;
  401. transform: translateY(-50%);
  402. width: 22rpx;
  403. height: 22rpx;
  404. } */
  405. /* 退款信息 */
  406. .refund-message {
  407. background: #fff;
  408. padding: 20rpx 25rpx;
  409. }
  410. .refund-txt {
  411. font-size: 30rpx;
  412. margin-bottom: 25rpx;
  413. font-weight: bold;
  414. }
  415. /* 店铺 */
  416. .shop-box {
  417. display: block;
  418. padding-bottom: 20rpx;
  419. margin-bottom: 20rpx;
  420. border-bottom: 1rpx solid #f0f0f0;
  421. }
  422. .shop-img {
  423. display: inline-block;
  424. width: 36rpx;
  425. height: 36rpx;
  426. vertical-align: middle;
  427. margin-right: 10rpx;
  428. }
  429. .shop-img>iamge {
  430. display: block;
  431. width: 100%;
  432. height: 100%;
  433. }
  434. .shopname {
  435. display: inline-block;
  436. font-size: 28rpx;
  437. line-height: 1em;
  438. vertical-align: middle;
  439. color: #444444;
  440. }
  441. /* 商品信息 */
  442. .goods-msg-box {
  443. background: #f9f9f9;
  444. padding: 15rpx 20rpx;
  445. margin: 15rpx 0;
  446. }
  447. .img-box {
  448. display: inline-block;
  449. width: 150rpx;
  450. height: 150rpx;
  451. margin-right: 20rpx;
  452. background: #eee;
  453. vertical-align: top;
  454. }
  455. .goods-text {
  456. display: inline-block;
  457. vertical-align: top;
  458. width: 70%;
  459. }
  460. .goods-title {
  461. font-size: 28rpx;
  462. display: -webkit-box;
  463. -webkit-line-clamp: 2;
  464. /*设定显示行数*/
  465. -webkit-box-orient: vertical;
  466. word-break: break-all;
  467. overflow: hidden;
  468. text-overflow: ellipsis;
  469. }
  470. .goods-quantity {
  471. font-size: 28rpx;
  472. color: #888888;
  473. margin-top: 20rpx;
  474. }
  475. /* 具体信息 */
  476. .refund-cont {
  477. font-size: 28rpx;
  478. color: #666666;
  479. line-height: 2em;
  480. }
  481. /* 联系商家 */
  482. .contact-merchant {
  483. font-size: 28rpx;
  484. color: #04358D;
  485. text-align: center;
  486. padding-top: 20rpx;
  487. margin-top: 20rpx;
  488. border-top: 1rpx solid #f2f2f2;
  489. }
  490. button.contact-merchant {
  491. background: #fff;
  492. }
  493. button.contact-merchant::after {
  494. border: 0;
  495. }
  496. /* 整单退款商品列表 */
  497. .refund-goods-item {
  498. padding: 20rpx 0;
  499. border-bottom: 2rpx solid #ddd;
  500. }
  501. .refund-goods-item:last-child {
  502. border-bottom: none;
  503. }
  504. /* 脚部撤销 */
  505. .foot-box {
  506. display: block;
  507. margin-top: 150rpx;
  508. }
  509. .footer {
  510. display: block;
  511. box-sizing: border-box;
  512. position: fixed;
  513. width: 100%;
  514. bottom: 0;
  515. font-size: 28rpx;
  516. background: #fff;
  517. padding: 0 30rpx;
  518. text-align: right;
  519. box-shadow: 1rpx 10rpx 10rpx 10rpx rgb(236, 236, 236);
  520. }
  521. .undo-apply {
  522. display: inline-block;
  523. box-sizing: border-box;
  524. padding: 15rpx 20rpx;
  525. font-size: 25rpx;
  526. border-radius: 5rpx;
  527. margin: 25rpx 0;
  528. margin-left: 15rpx;
  529. border-radius: 40rpx;
  530. border: 1rpx solid #aaaaaa;
  531. color: #555555;
  532. }
  533. .undo-apply-end {
  534. display: inline-block;
  535. box-sizing: border-box;
  536. margin-left: 15rpx;
  537. color: #777;
  538. font-size: 30rpx;
  539. }
  540. .apply-current {
  541. border: 1rpx solid rgb(0, 173, 0);
  542. color: rgb(0, 173, 0);
  543. }