index.vue 24 KB

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