index.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996
  1. <template>
  2. <view :style="colorStyle">
  3. <view class="wait_panel">
  4. <view class="w1">
  5. <image src="http://www.gzzzyd.com/groupon/home_slices/倒计时@2x.png" mode="scaleToFill" />
  6. <text v-if="orderDetail.orderState == 1" class="yellow">等待付款</text>
  7. <text v-if="orderDetail.orderState == 2" class="yellow">等待提货</text>
  8. </view>
  9. <view class="w2" v-if="orderDetail.orderState == 1">
  10. 需付款: <text class="red">¥{{orderDetail.paymentAmount}}</text>
  11. 剩余:26分钟30秒
  12. </view>
  13. <view class="w2" v-if="orderDetail.orderState == 2">
  14. 取货码
  15. </view>
  16. <view class="w3">
  17. <button v-if="orderDetail.orderState == 1">
  18. 去支付
  19. </button>
  20. <button v-if="orderDetail.orderState == 2">
  21. {{orderDetail.pickupCode}}
  22. </button>
  23. </view>
  24. </view>
  25. <view class="all-products-body" v-for="(item, index) in orderDetail.goodsList" :key="index">
  26. <view class="all-products-item" @click="addGoodPopupShow = true">
  27. <image
  28. :src="item.goodsImage"
  29. mode="scaleToFill" />
  30. <view class="all-products-item-content">
  31. <view class="all-products-item-content-t">
  32. {{item.goodsName}}
  33. </view>
  34. <view class="all-products-item-content-b">
  35. <view style="display:flex;">
  36. <text class="red"> ¥{{item.goodsPrice}}</text>
  37. </view>
  38. <view>
  39. <view class="count"> x {{item.goodsNum}}</view>
  40. </view>
  41. </view>
  42. </view>
  43. </view>
  44. </view>
  45. <view class='order-submission'>
  46. <view>
  47. <view class="nav acea-row">
  48. <view class="item font-num" :class="shippingType == 0 ? 'on' : 'on2'" @tap="addressType(0)"
  49. v-if='store_self_mention && is_shipping'></view>
  50. <view class="item font-num" :class="shippingType == 1 ? 'on' : 'on2'" @tap="addressType(1)"
  51. v-if='store_self_mention && is_shipping'></view>
  52. </view>
  53. <view class='address-info' @tap='onAddress'>
  54. <block>
  55. <view class="a-t">
  56. <view class="t1">
  57. 自提门店
  58. </view>
  59. <view class="t2" v-if="orderDetail.orderState == 1">
  60. 更换自提网点
  61. <image src="http://www.gzzzyd.com/groupon/order_details/切换_面24@2x.png" mode="scaleToFill" />
  62. </view>
  63. </view>
  64. <view class="a-m">
  65. <view class="am1">
  66. <view class="am1-1">
  67. {{orderDetail.selfTake.name}}
  68. </view>
  69. <view class="am1-2">
  70. 距您{{orderDetail.selfTake.distanceDesc}}
  71. <image src="http://www.gzzzyd.com/groupon/order_details/距离@2x.png" mode="scaleToFill" />
  72. </view>
  73. </view>
  74. <view class="am2">
  75. {{orderDetail.selfTake.address}}
  76. </view>
  77. <view class="am3">
  78. 营业时间 {{orderDetail.selfTake.busStartTimeDesc}}-{{orderDetail.selfTake.busEndTimeDesc}}
  79. </view>
  80. </view>
  81. <view class="a-b">
  82. <view class="a-b1">
  83. 对接团长:
  84. <text class="red">
  85. {{orderDetail.commander}}
  86. </text>
  87. </view>
  88. <view class="a-b2">
  89. <image src="http://www.gzzzyd.com/groupon/order_details/微信@2x.png" mode="scaleToFill" />
  90. <image src="http://www.gzzzyd.com/groupon/order_details/电话键盘_填充@2x.png" mode="scaleToFill" />
  91. </view>
  92. </view>
  93. </block>
  94. </view>
  95. <view class="payment-details">
  96. <blok style="margin-bottom: 20rpx;">
  97. <view class="p-t">
  98. 订单信息
  99. </view>
  100. <view class="p-b-item">
  101. <view class="item-lable">订单编号</view>
  102. <view class="item-value2">{{orderDetail.orderNo}}</view>
  103. </view>
  104. <view class="p-b-item">
  105. <view class="item-lable">下单时间</view>
  106. <view class="item-value2">{{orderDetail.createTime}}</view>
  107. </view>
  108. <view class="p-b-item" v-if="orderDetail.orderState == 2">
  109. <view class="item-lable">支付方式</view>
  110. <view class="item-value2">{{orderDetail.paymentModeDesc}}</view>
  111. </view>
  112. </blok>
  113. <blok>
  114. <view class="p-t">
  115. 付款明细
  116. </view>
  117. <view class="p-b-item">
  118. <view class="item-lable">商品金额</view>
  119. <view class="item-value">¥{{orderDetail.totalAmount}}</view>
  120. </view>
  121. <!-- <view class="p-b-item">
  122. <view class="item-lable">积分抵扣</view>
  123. <view class="item-value">¥0</view>
  124. </view> -->
  125. <view class="p-b-item">
  126. <view class="item-lable">总计金额</view>
  127. <view class="item-value">¥{{orderDetail.paymentAmount}}</view>
  128. </view>
  129. </blok>
  130. </view>
  131. <productConSwiperGroupbuying class="skeleton-rect"></productConSwiperGroupbuying>
  132. </view>
  133. <view class='footer op-area'>
  134. <button class="info-btn" v-if="orderDetail.orderState == 2" @click="RefundShow = true">申请售后</button>
  135. <button class="info-btn" v-if="orderDetail.orderState == 1" @click="cancelOrder()">取消订单</button>
  136. <button class="action-btn" v-if="orderDetail.orderState == 1" @click="goPay()">去支付</button>
  137. </view>
  138. </view>
  139. <u-popup :show="RefundShow" @close="RefundShow = false" @open=" ">
  140. <view class="Refund_view">
  141. <view class="Refund_view_title">请选择退货/退款原因</view>
  142. <radio-group class="Refund_view_radio" name="header_type" @change="changeTitleType">
  143. <label>
  144. <radio class="disabled" value="1" /><text>退货/退款原因</text>
  145. </label>
  146. <label>
  147. <radio value="2" /><text>退货/退款原因</text>
  148. </label>
  149. </radio-group>
  150. <button class="Refund_view_btn">
  151. 确定
  152. </button>
  153. </view>
  154. </u-popup>
  155. </view>
  156. </template>
  157. <script>
  158. import couponListWindow from '@/components/couponListWindow';
  159. import addressWindow from '@/components/addressWindow';
  160. import home from '@/components/home';
  161. import {
  162. toLogin
  163. } from '@/libs/login.js';
  164. import {
  165. mapGetters
  166. } from "vuex";
  167. // #ifdef MP
  168. import authorize from '@/components/Authorize';
  169. // #endif
  170. import payment from '@/components/payment';
  171. import colors from "@/mixins/color";
  172. import productConSwiperGroupbuying from "@/components/productConSwiperGroupbuying";
  173. import {getUserOrderDetail} from '@/api/home.js';
  174. export default {
  175. components: {
  176. payment,
  177. couponListWindow,
  178. productConSwiperGroupbuying,
  179. addressWindow,
  180. home,
  181. // #ifdef MP
  182. authorize
  183. // #endif
  184. },
  185. mixins: [colors],
  186. data () {
  187. return {
  188. RefundShow: false,
  189. confirm: '', //自定义留言
  190. date: this.$t(`请选择`),
  191. time: this.$t(`请选择`),
  192. canvasWidth: "",
  193. canvasHeight: "",
  194. canvasStatus: false,
  195. newImg: [],
  196. orderDetail: {}
  197. }
  198. },
  199. computed: mapGetters(['isLogin']),
  200. // watch: {
  201. // startDate() {
  202. // return this.getDate('start');
  203. // },
  204. // endDate() {
  205. // return this.getDate('end');
  206. // }
  207. // },
  208. onLoad (options) {
  209. this.from = 'routine'
  210. console.log(options);
  211. let orderId = options.orderId;
  212. this.getOrderDetail(orderId)
  213. },
  214. /**
  215. * 生命周期函数--监听页面显示
  216. */
  217. onShow: function () {
  218. let _this = this
  219. uni.$on("handClick", res => {
  220. if (res) {
  221. _this.system_store = res.address
  222. }
  223. // 清除监听
  224. uni.$off('handClick');
  225. })
  226. },
  227. methods: {
  228. afterSales () {
  229. },
  230. getOrderDetail(orderId) {
  231. let longitude = uni.getStorageSync('user_longitude');
  232. let latitude = uni.getStorageSync('user_latitude');
  233. getUserOrderDetail({
  234. orderId: orderId,
  235. longitude: longitude,
  236. latitude: latitude
  237. }).then(res => {
  238. this.orderDetail = res.data
  239. });
  240. }
  241. }
  242. }
  243. </script>
  244. <style lang="scss" scoped>
  245. /deep/uni-checkbox[disabled] .uni-checkbox-input {
  246. background-color: #eee;
  247. }
  248. .alipaysubmit {
  249. display: none;
  250. }
  251. .order-submission .line {
  252. width: 100%;
  253. height: 3rpx;
  254. }
  255. .order-submission .line image {
  256. width: 100%;
  257. height: 100%;
  258. display: block;
  259. }
  260. .order-submission .address {
  261. padding: 28rpx 30rpx;
  262. background-color: #fff;
  263. box-sizing: border-box;
  264. }
  265. .order-submission .address .addressCon {
  266. width: 610rpx;
  267. font-size: 26rpx;
  268. color: #666;
  269. }
  270. .order-submission .address .addressCon .name {
  271. font-size: 30rpx;
  272. color: #282828;
  273. font-weight: bold;
  274. margin-bottom: 10rpx;
  275. }
  276. .order-submission .address .addressCon .name .phone {
  277. margin-left: 50rpx;
  278. }
  279. .order-submission .address .addressCon .default {
  280. margin-right: 12rpx;
  281. }
  282. .order-submission .address .addressCon .setaddress {
  283. color: #333;
  284. font-size: 28rpx;
  285. }
  286. .order-submission .address .iconfont {
  287. font-size: 35rpx;
  288. color: #707070;
  289. }
  290. .order-submission .allAddress {
  291. width: 100%;
  292. background: linear-gradient(to bottom, var(--view-theme) 0%, #f5f5f5 100%);
  293. padding-top: 100rpx;
  294. margin-bottom: 12rpx;
  295. }
  296. .order-submission .allAddress .nav {
  297. width: 710rpx;
  298. margin: 0 auto;
  299. }
  300. .order-submission .allAddress .nav .item {
  301. width: 355rpx;
  302. }
  303. .order-submission .allAddress .nav .item.on {
  304. position: relative;
  305. width: 250rpx;
  306. }
  307. .order-submission .allAddress .nav .item.on::before {
  308. position: absolute;
  309. bottom: 0;
  310. content: "快递配送";
  311. font-size: 28rpx;
  312. display: block;
  313. height: 0;
  314. width: 336rpx;
  315. border-width: 0 20rpx 80rpx 0;
  316. border-style: none solid solid;
  317. border-color: transparent transparent #fff;
  318. z-index: 2;
  319. border-radius: 7rpx 30rpx 0 0;
  320. text-align: center;
  321. line-height: 80rpx;
  322. }
  323. .order-submission .allAddress .nav .item:nth-of-type(2).on::before {
  324. content: "到店自提";
  325. border-width: 0 0 80rpx 20rpx;
  326. border-radius: 30rpx 7rpx 0 0;
  327. }
  328. .order-submission .allAddress .nav .item.on2 {
  329. position: relative;
  330. }
  331. .order-submission .allAddress .nav .item.on2::before {
  332. position: absolute;
  333. bottom: 0;
  334. content: "到店自提";
  335. font-size: 28rpx;
  336. display: block;
  337. height: 0;
  338. width: 400rpx;
  339. border-width: 0 0 60rpx 60rpx;
  340. border-style: none solid solid;
  341. border-color: transparent transparent rgba(255, 255, 255, 0.6);
  342. border-radius: 40rpx 6rpx 0 0;
  343. text-align: center;
  344. line-height: 60rpx;
  345. }
  346. .order-submission .allAddress .nav .item:nth-of-type(1).on2::before {
  347. content: "快递配送";
  348. border-width: 0 60rpx 60rpx 0;
  349. border-radius: 6rpx 40rpx 0 0;
  350. }
  351. .order-submission .allAddress .address {
  352. width: 710rpx;
  353. height: 150rpx;
  354. margin: 0 auto;
  355. }
  356. .order-submission .allAddress .line {
  357. width: 710rpx;
  358. margin: 0 auto;
  359. }
  360. .order-submission .wrapper .item .discount .placeholder {
  361. color: #ccc;
  362. }
  363. .placeholder-textarea {
  364. position: relative;
  365. .placeholder {
  366. position: absolute;
  367. color: #ccc;
  368. top: 26rpx;
  369. left: 30rpx;
  370. }
  371. }
  372. .order-submission .wrapper {
  373. background-color: #fff;
  374. margin-top: 13rpx;
  375. }
  376. .order-submission .wrapper .item {
  377. padding: 27rpx 30rpx;
  378. font-size: 30rpx;
  379. color: #282828;
  380. border-bottom: 1px solid #f0f0f0;
  381. .mark {
  382. background-color: #f9f9f9;
  383. width: 345px;
  384. height: 70px;
  385. border-radius: 1px;
  386. margin-top: 15px;
  387. padding: 12px 14px;
  388. color: #ccc;
  389. font-size: 28rpx;
  390. box-sizing: border-box;
  391. }
  392. .mark-msg {
  393. color: #333;
  394. font-size: 32rpx;
  395. }
  396. }
  397. .order-submission .wrapper .item .discount {
  398. font-size: 30rpx;
  399. color: #999;
  400. }
  401. .order-submission .wrapper .item .discount input {
  402. text-align: end;
  403. }
  404. .order-submission .wrapper .item .discount .iconfont {
  405. color: #515151;
  406. font-size: 30rpx;
  407. margin-left: 15rpx;
  408. }
  409. .order-submission .wrapper .item .discount .num {
  410. font-size: 32rpx;
  411. margin-right: 20rpx;
  412. }
  413. .order-submission .wrapper .item .shipping {
  414. font-size: 30rpx;
  415. color: #999;
  416. position: relative;
  417. padding-right: 58rpx;
  418. }
  419. .order-submission .wrapper .item .shipping .iconfont {
  420. font-size: 35rpx;
  421. color: #707070;
  422. position: absolute;
  423. right: 0;
  424. top: 50%;
  425. transform: translateY(-50%);
  426. margin-left: 30rpx;
  427. }
  428. .order-submission .wrapper .item textarea {
  429. background-color: #f9f9f9;
  430. width: 690rpx;
  431. height: 140rpx;
  432. border-radius: 3rpx;
  433. margin-top: 30rpx;
  434. padding: 25rpx 28rpx;
  435. box-sizing: border-box;
  436. }
  437. .order-submission .wrapper .item .placeholder {
  438. color: #ccc;
  439. font-size: 28rpx;
  440. }
  441. .order-submission .wrapper .item .list {
  442. margin-top: 35rpx;
  443. }
  444. .order-submission .wrapper .item .list .payItem {
  445. border: 1px solid #eee;
  446. border-radius: 6rpx;
  447. height: 86rpx;
  448. width: 100%;
  449. box-sizing: border-box;
  450. margin-top: 20rpx;
  451. font-size: 28rpx;
  452. color: #282828;
  453. }
  454. .order-submission .wrapper .item .list .payItem.on {
  455. border-color: #fc5445;
  456. color: #e93323;
  457. }
  458. .order-submission .wrapper .item .list .payItem .name {
  459. width: 50%;
  460. text-align: center;
  461. border-right: 1px solid #eee;
  462. padding-left: 80rpx;
  463. }
  464. .order-submission .wrapper .item .list .payItem .name .iconfont {
  465. width: 44rpx;
  466. height: 44rpx;
  467. border-radius: 50%;
  468. text-align: center;
  469. line-height: 44rpx;
  470. background-color: #fe960f;
  471. color: #fff;
  472. font-size: 30rpx;
  473. margin-right: 15rpx;
  474. }
  475. .order-submission .wrapper .item .list .payItem .name .iconfont.icon-weixin2 {
  476. background-color: #41b035;
  477. }
  478. .order-submission .wrapper .item .list .payItem .name .iconfont.icon-zhifubao {
  479. background-color: #1677FF;
  480. }
  481. .order-submission .wrapper .item .list .payItem .tip {
  482. width: 49%;
  483. text-align: center;
  484. font-size: 26rpx;
  485. color: #aaa;
  486. }
  487. .order-submission .moneyList {
  488. margin-top: 12rpx;
  489. background-color: #fff;
  490. padding: 30rpx;
  491. }
  492. .order-submission .moneyList .item {
  493. font-size: 28rpx;
  494. color: #282828;
  495. }
  496. .order-submission .moneyList .item~.item {
  497. margin-top: 20rpx;
  498. }
  499. .order-submission .moneyList .item .money {
  500. color: #868686;
  501. }
  502. .order-submission .footer {
  503. width: 100%;
  504. height: 100rpx;
  505. background-color: #fff;
  506. padding: 0 30rpx;
  507. font-size: 28rpx;
  508. color: #333;
  509. box-sizing: border-box;
  510. position: fixed;
  511. bottom: 0;
  512. left: 0;
  513. z-index: 9;
  514. }
  515. .order-submission .footer .settlement {
  516. font-size: 30rpx;
  517. color: #fff;
  518. width: 240rpx;
  519. height: 70rpx;
  520. background-color: var(--view-theme);
  521. border-radius: 50rpx;
  522. text-align: center;
  523. line-height: 70rpx;
  524. }
  525. .footer .transparent {
  526. opacity: 0
  527. }
  528. .confirm {
  529. text-align: right;
  530. font-size: 22rpx;
  531. }
  532. .confirmImg {
  533. width: 100%;
  534. .img {
  535. width: 136rpx;
  536. height: 136rpx;
  537. }
  538. .pictrue {
  539. width: 136rpx;
  540. height: 136rpx;
  541. box-sizing: border-box;
  542. margin: 18rpx;
  543. margin-bottom: 35rpx;
  544. position: relative;
  545. font-size: 22rpx;
  546. color: #bbb;
  547. .del {
  548. position: absolute;
  549. top: 0;
  550. right: 0;
  551. }
  552. }
  553. .bor {
  554. border: 1rpx solid #ddd;
  555. }
  556. }
  557. .fontC {
  558. color: grey;
  559. }
  560. .all-products-body {
  561. margin-top: 30rpx;
  562. .all-products-item {
  563. display: flex;
  564. margin-bottom: 20rpx;
  565. background: #fff;
  566. image {
  567. width: 128rpx;
  568. height: 128rpx;
  569. margin-right: 20rpx;
  570. border: 2rpx solid #FFFFFF;
  571. }
  572. .all-products-item-content {
  573. flex-grow: 1;
  574. display: flex;
  575. flex-direction: column;
  576. .all-products-item-content-t {
  577. flex: 1;
  578. font-size: 24rpx;
  579. font-weight: 400;
  580. color: #333333;
  581. line-height: 40rpx;
  582. }
  583. .all-products-item-content-b {
  584. flex: 1;
  585. font-size: 28rpx;
  586. font-weight: 500;
  587. line-height: 80rpx;
  588. display: flex;
  589. justify-content: space-between;
  590. .red {
  591. display: block;
  592. font-size: 28rpx;
  593. font-weight: 500;
  594. color: #B22338 !important;
  595. margin-right: 10rpx;
  596. }
  597. .line-thr {
  598. display: block;
  599. font-size: 28rpx;
  600. font-weight: 400;
  601. color: #999999;
  602. text-decoration: line-through;
  603. }
  604. .count {
  605. font-size: 24rpx;
  606. font-weight: 400;
  607. color: #999999;
  608. margin-right: 30rpx;
  609. }
  610. }
  611. }
  612. }
  613. }
  614. .address-info {
  615. padding: 30rpx 0;
  616. background: white;
  617. .a-t {
  618. padding: 0 30rpx;
  619. display: flex;
  620. justify-content: space-between;
  621. height: 44rpx;
  622. margin-bottom: 20rpx;
  623. .t1 {
  624. height: 44rpx;
  625. font-size: 32rpx;
  626. font-weight: 500;
  627. color: #111111;
  628. line-height: 44rpx;
  629. }
  630. .t2 {
  631. height: 34rpx;
  632. font-size: 24rpx;
  633. font-weight: 400;
  634. color: #B42A3E;
  635. line-height: 34rpx;
  636. image {
  637. margin-left: 30rpx;
  638. height: 34rpx;
  639. width: 34rpx;
  640. vertical-align: middle;
  641. }
  642. }
  643. }
  644. .a-m {
  645. padding: 0 30rpx;
  646. .am1 {
  647. display: flex;
  648. justify-content: space-between;
  649. margin-bottom: 20rpx;
  650. .am1-1 {
  651. height: 40rpx;
  652. font-size: 28rpx;
  653. font-weight: 400;
  654. color: #111111;
  655. line-height: 40rpx;
  656. }
  657. .am1-2 {
  658. height: 36rpx;
  659. font-size: 20rpx;
  660. font-weight: 400;
  661. color: #666666;
  662. line-height: 36rpx;
  663. image {
  664. margin-left: 30rpx;
  665. vertical-align: middle;
  666. height: 34rpx;
  667. width: 34rpx;
  668. }
  669. }
  670. }
  671. .am2 {
  672. margin-bottom: 20rpx;
  673. height: 34rpx;
  674. font-size: 24rpx;
  675. font-weight: 400;
  676. color: #999999;
  677. line-height: 34rpx;
  678. }
  679. .am3 {
  680. width: 248rpx;
  681. height: 44rpx;
  682. background: #FFF7F8;
  683. border-radius: 8rpx;
  684. margin: 20rpx 30rpx;
  685. margin-top: 0rpx;
  686. font-size: 20rpx;
  687. font-weight: 400;
  688. color: #999999;
  689. line-height: 44rpx;
  690. }
  691. }
  692. .a-b {
  693. padding: 0 30rpx;
  694. width: 100%;
  695. background: #FFF7F8;
  696. border: 1px solid dashed #333333;
  697. height: 60rpx;
  698. line-height: 60rpx;
  699. margin: 20rpx 30rpx;
  700. display: flex;
  701. justify-content: space-between;
  702. .a-b1 {
  703. font-size: 20rpx;
  704. font-weight: 400;
  705. color: #666666;
  706. .red {
  707. font-size: 20rpx;
  708. font-weight: 500;
  709. color: #B22338;
  710. }
  711. }
  712. .a-b2 {
  713. image {
  714. vertical-align: middle;
  715. margin-right: 30rpx;
  716. margin-left: 30rpx;
  717. height: 34rpx;
  718. width: 34rpx;
  719. }
  720. }
  721. }
  722. }
  723. .payment-details {
  724. margin-top: 20rpx;
  725. margin-bottom: 20rpx;
  726. padding: 30rpx;
  727. background: white;
  728. .p-t {
  729. font-size: 32rpx;
  730. height: 80rpx;
  731. font-weight: 500;
  732. color: #111111;
  733. line-height: 80rpx;
  734. }
  735. .p-b-item {
  736. height: 60rpx;
  737. line-height: 60rpx;
  738. display: flex;
  739. justify-content: space-between;
  740. .item-lable {
  741. font-size: 28rpx;
  742. font-weight: 400;
  743. color: #666666;
  744. }
  745. .item-value {
  746. font-size: 28rpx;
  747. font-weight: 400;
  748. color: #B22338;
  749. }
  750. .item-value2 {
  751. font-size: 28rpx;
  752. font-weight: 400;
  753. color: #666666;
  754. }
  755. }
  756. }
  757. .wait_panel {
  758. padding-top: 20rpx;
  759. text-align: center;
  760. margin-bottom: 20rpx;
  761. background: white;
  762. .w1 {
  763. height: 44rpx;
  764. font-size: 32rpx;
  765. font-weight: 500;
  766. color: #FEA800;
  767. line-height: 44rpx;
  768. margin: 20rpx 0;
  769. image {
  770. width: 40rpx;
  771. height: 40rpx;
  772. }
  773. }
  774. .w2 {
  775. height: 40rpx;
  776. font-size: 28rpx;
  777. margin: 20rpx 0;
  778. font-weight: 400;
  779. color: #333333;
  780. line-height: 40rpx;
  781. .red {
  782. color: #B22338;
  783. }
  784. }
  785. .w3 {
  786. text-align: center;
  787. padding-bottom: 20rpx;
  788. button {
  789. margin: auto;
  790. line-height: 76rpx;
  791. width: 240rpx;
  792. height: 76rpx;
  793. background: #B22338;
  794. border-radius: 38rpx;
  795. font-size: 28rpx;
  796. font-weight: 600;
  797. color: #FFFFFF;
  798. }
  799. }
  800. }
  801. .op-area {
  802. display: flex;
  803. justify-content: flex-end;
  804. text-align: right;
  805. .action-btn {
  806. min-width: 200rpx;
  807. background: #B42A3E;
  808. border-radius: 32rpx;
  809. margin-right: 30rpx;
  810. height: 64rpx;
  811. font-size: 24rpx;
  812. font-weight: 400;
  813. color: #fff;
  814. line-height: 64rpx;
  815. margin: auto 0;
  816. }
  817. .info-btn {
  818. width: 200rpx;
  819. background: #F5F5F5;
  820. border-radius: 32rpx;
  821. margin-right: 30rpx;
  822. height: 64rpx;
  823. font-size: 24rpx;
  824. font-weight: 400;
  825. color: #666666;
  826. line-height: 64rpx;
  827. margin: auto 0;
  828. }
  829. }
  830. .Refund_view {
  831. height: 40vh;
  832. margin: 20rpx;
  833. padding: 0 30rpx;
  834. position: relative;
  835. .Refund_view_title {
  836. height: 80rpx;
  837. font-size: 32rpx;
  838. font-weight: bolder;
  839. color: #111111;
  840. line-height: 80rpx;
  841. }
  842. .Refund_view_radio {
  843. display: flex;
  844. flex-direction: column;
  845. label {
  846. flex: 1;
  847. margin-bottom: 20rpx;
  848. margin-right: 20rpx;
  849. }
  850. }
  851. .Refund_view_btn {
  852. margin: auto;
  853. width: 90%;
  854. height: 84rpx;
  855. background: #B42A3E;
  856. border-radius: 8rpx;
  857. font-size: 28rpx;
  858. font-weight: 400;
  859. color: #FFFFFF;
  860. line-height: 84rpx;
  861. position: absolute;
  862. bottom: 0;
  863. transform: translateX(-50%);
  864. left: 50%;
  865. }
  866. }</style>