detailsewm.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242
  1. <template>
  2. <view class="page">
  3. <c-nav-bar1 title="订单详情" bgColor="transparent"></c-nav-bar1>
  4. <view class="bg"></view>
  5. <view class="content" :style="{'height':(h-mt)+'px','top':mt+'px'}">
  6. <view class="head">
  7. <text class="status disabled" v-if="getalllist.orderStatus=='0'">待支付</text>
  8. <text class="status disabled" v-if="getalllist.orderStatus=='-1'">已取消</text>
  9. <text class="status s2" v-if="getalllist.orderStatus=='4'">待使用</text>
  10. <text class="status s3" v-if="getalllist.orderStatus=='-3'">已退款</text>
  11. <text class="status s3" v-if="getalllist.orderStatus=='3'">已使用</text>
  12. </view>
  13. <view class="ticketInfonmb">
  14. <view class="taocan">
  15. <view class="taocan1" v-if="getalllist.productImg">
  16. <u--image :src="getalllist.productImg.split(',')[0]" width="168rpx" height="168rpx"></u--image>
  17. </view>
  18. <view class="taocan2">
  19. <view class="taoxxq1">
  20. {{getalllist.productName}}
  21. </view>
  22. <view class="taoxxq2">
  23. {{getalllist.notice|delNotice}}
  24. </view>
  25. <view class="taoxxq3">
  26. <view class="jiage1">
  27. <span>¥</span> {{getalllist.realityPay}}
  28. </view>
  29. </view>
  30. </view>
  31. </view>
  32. </view>
  33. <!-- 订单信息 -->
  34. <view class="basicInfo">
  35. <view class="chaoji">
  36. 套餐明细
  37. </view>
  38. <view class="taocanmx">
  39. <view class="taocanlistmx" v-for="(item,index) in JSON.parse(getalllist.productsDetail)"
  40. :key="index">
  41. <view class="taocanlistmx1">
  42. *{{item.name}}
  43. </view>
  44. <view class="taocanlistmx2">
  45. ({{item.number}}份)
  46. </view>
  47. <view class="taocanlistmx3">
  48. ¥{{item.price}}
  49. </view>
  50. </view>
  51. </view>
  52. </view>
  53. <view class="basicInfo" style="margin-bottom: 50rpx;">
  54. <view class="chaoji" style="margin: 0 0 40rpx 0;">
  55. 订单信息
  56. </view>
  57. <view class="dingdanxinxi">
  58. <view class="dingdanxinxi1">
  59. <view class="dingdanxinxi2">
  60. 订单编号
  61. </view>
  62. <view class="dingdanxinxi3">
  63. {{getalllist.orderCode}}
  64. </view>
  65. </view>
  66. <view class="dingdanxinxi1">
  67. <view class="dingdanxinxi2">
  68. 付款时间
  69. </view>
  70. <view class="dingdanxinxi3">
  71. {{getalllist.paymentTime}}
  72. </view>
  73. </view>
  74. <view class="dingdanxinxi1" v-if="getalllist.orderStatus==3">
  75. <view class="dingdanxinxi2">
  76. 核销时间
  77. </view>
  78. <view class="dingdanxinxi3">
  79. {{getalllist.writeOffTime}}
  80. </view>
  81. </view>
  82. <view class="dingdanxinxi1">
  83. <view class="dingdanxinxi2">
  84. 订单总价
  85. </view>
  86. <view class="dingdanxinxi3">
  87. ¥{{getalllist.realityPay}}
  88. </view>
  89. </view>
  90. <view class="dingdanxinxi1">
  91. <view class="dingdanxinxi2">
  92. 实际付款
  93. </view>
  94. <view class="dingdanxinxi3">
  95. ¥{{getalllist.realityPay}}
  96. </view>
  97. </view>
  98. <view class="dingdanxinxi1">
  99. <view class="dingdanxinxi2">
  100. 联系方式
  101. </view>
  102. <view class="dingdanxinxi3">
  103. {{getalllist.guestPhone}}
  104. </view>
  105. </view>
  106. </view>
  107. </view>
  108. </view>
  109. <view class="btns" v-if="getalllist.orderStatus==4">
  110. <view class="hexiao" @click="hexiaonima">确认核销 </view>
  111. </view>
  112. <u-toast ref="uToast"></u-toast>
  113. <!-- 取消弹框 -->
  114. <u-modal :show="showAgree" :title="title" :content='content' showCancelButton="true" confirmText='确定'
  115. confirmColor='#007A69' @confirm="confirm" @cancel='cancel'></u-modal>
  116. </view>
  117. </template>
  118. <script>
  119. export default {
  120. data() {
  121. return {
  122. titles: '订单详情',
  123. h: uni.getSystemInfoSync().windowHeight,
  124. mt: uni.getSystemInfoSync().statusBarHeight + 44,
  125. value: 1,
  126. status: 1,
  127. id: '',
  128. getalllist: {},
  129. bedData: {},
  130. arriveTime: '',
  131. arriveTimes: '',
  132. leaveTime: '',
  133. leaveTimes: '',
  134. count: '',
  135. orderId: '',
  136. price: '',
  137. form: {
  138. initiator: 2,
  139. orderCode: '',
  140. status: ''
  141. },
  142. num: 0,
  143. title: '温馨提示',
  144. content: '您确定要取消吗?确定取消将不可撤回,再次预订可能因为没有房间,影响后续行程!',
  145. showAgree: false,
  146. checkInTimeStart: '',
  147. checkOutTime: '',
  148. FormData: {
  149. arriveDate: "", // 到达时间(yyyy-MM-dd)
  150. leaveDate: "", //离开时间(yyyy-MM-dd)
  151. limit: 10, //每页显示记录数
  152. page: 1, //当前页码
  153. name: "",
  154. islandId: '', //岛屿id
  155. priceSort: '', //价格排序: 1有高高低, 0由低到高
  156. featureLabels: '', // 特色服务(逗号分割):字典FeatureLabels
  157. category: '', // 酒店类别(逗号分割): 字典HotelCategory
  158. },
  159. departWeek: '',
  160. departWeeks: '',
  161. weeks: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'],
  162. checkInRooms: 0,
  163. hexiaodata: {},
  164. }
  165. },
  166. filters: {
  167. delNotice(val){
  168. if (val) {
  169. return JSON.parse(val)[0].notice
  170. }
  171. }
  172. },
  173. onLoad(option) {
  174. this.hexiaodata = JSON.parse(option.list);
  175. let postdata = {
  176. merchantCategory: 4,
  177. orderCode: JSON.parse(option.list).orderCode,
  178. };
  179. this.$api.get('/api/merchant/food/queryOrderDetail', postdata).then(res => {
  180. if (res.data.code == 500) {
  181. uni.showToast({
  182. title: res.data.msg,
  183. icon: 'none',
  184. duration: 1500
  185. })
  186. setTimeout(() => {
  187. uni.navigateBack({
  188. delta: 1
  189. });
  190. }, 1500)
  191. } else {
  192. this.getalllist = res.data.data;
  193. }
  194. })
  195. },
  196. methods: {
  197. hexiaonima() {
  198. this.$api.post('/api/merchant/food/scenic/merchant/order/verifyOrderQrCode?writeOffCode', this.hexiaodata)
  199. .then(res => {
  200. if (res.data.code == 0) {
  201. this.$showToast('核销成功');
  202. uni.setStorageSync('list', {
  203. totalPrice: this.getalllist.realityPay
  204. });
  205. setTimeout(() => {
  206. uni.navigateTo({
  207. url: '/pagesHouse/Mine/ordersList/outcome'
  208. })
  209. }, 1500)
  210. // uni.navigateBack({
  211. // delta: 1
  212. // });
  213. } else {
  214. this.$showToast(res.data.msg)
  215. }
  216. })
  217. },
  218. }
  219. }
  220. </script>
  221. <style lang="scss" scoped>
  222. .dingdanxinxi {
  223. .dingdanxinxi1 {
  224. display: flex;
  225. .dingdanxinxi2 {
  226. width: 140rpx;
  227. height: 60rpx;
  228. font-family: PingFangSC, PingFang SC;
  229. font-weight: 400;
  230. font-size: 28rpx;
  231. color: #808080;
  232. line-height: 60rpx;
  233. text-align: justify;
  234. font-style: normal;
  235. }
  236. .dingdanxinxi3 {
  237. flex-grow: 1;
  238. height: 60rpx;
  239. font-family: PingFangSC, PingFang SC;
  240. font-weight: 400;
  241. font-size: 28rpx;
  242. color: #333333;
  243. line-height: 60rpx;
  244. text-align: justify;
  245. font-style: normal;
  246. }
  247. }
  248. }
  249. .chaoji {
  250. width: 100%;
  251. height: 40rpx;
  252. font-family: PingFang-SC, PingFang-SC;
  253. font-weight: bold;
  254. font-size: 40rpx;
  255. color: #1C1E41;
  256. line-height: 40rpx;
  257. text-align: left;
  258. font-style: normal;
  259. margin: 40rpx 0 0 0;
  260. }
  261. .goumai {
  262. position: fixed;
  263. bottom: 0rpx;
  264. left: 30rpx;
  265. background: #fff;
  266. width: 690rpx;
  267. height: 140rpx;
  268. margin: 0 auto;
  269. display: flex;
  270. align-items: center;
  271. justify-content: space-between;
  272. .goumai2 {
  273. width: 220rpx;
  274. height: 88rpx;
  275. background: #007A69;
  276. border-radius: 44px;
  277. font-family: PingFang-SC, PingFang-SC;
  278. font-weight: bold;
  279. font-size: 32rpx;
  280. color: #FFFFFF;
  281. line-height: 88rpx;
  282. text-align: center;
  283. font-style: normal;
  284. }
  285. .goumai1 {
  286. flex-grow: 1;
  287. height: 140rpx;
  288. display: flex;
  289. align-items: center;
  290. .zongji1 {
  291. height: 140rpx;
  292. font-family: PingFangSC, PingFang SC;
  293. font-weight: 400;
  294. font-size: 24rpx;
  295. color: #666666;
  296. line-height: 140rpx;
  297. text-align: left;
  298. font-style: normal;
  299. }
  300. .zongji2 {
  301. height: 140rpx;
  302. font-family: PingFangSC, PingFang SC;
  303. font-weight: 400;
  304. font-size: 24rpx;
  305. color: #FF4141;
  306. line-height: 140rpx;
  307. text-align: left;
  308. font-style: normal;
  309. }
  310. .zongji3 {
  311. height: 140rpx;
  312. font-family: DINAlternate, DINAlternate;
  313. font-weight: bold;
  314. font-size: 48rpx;
  315. color: #FF4141;
  316. line-height: 140rpx;
  317. text-align: left;
  318. font-style: normal;
  319. padding: 0 8rpx;
  320. }
  321. .zongji4 {}
  322. }
  323. }
  324. .canyu {
  325. width: 100%;
  326. height: 190rpx;
  327. display: flex;
  328. margin: 40rpx 0 40rpx 0;
  329. .canyu1 {
  330. width: 190rpx;
  331. height: 190rpx;
  332. }
  333. .canyu2 {
  334. flex-grow: 1;
  335. height: 190rpx;
  336. .papdang1 {
  337. width: 100%;
  338. height: 95rpx;
  339. display: flex;
  340. .haixian2 {
  341. width: 56rpx;
  342. height: 95rpx;
  343. display: flex;
  344. justify-content: center;
  345. align-items: center;
  346. }
  347. .haixian1 {
  348. flex-grow: 1;
  349. height: 95rpx;
  350. .xhpd1 {
  351. width: 100%;
  352. height: 47.5rpx;
  353. font-family: PingFang-SC, PingFang-SC;
  354. font-weight: bold;
  355. font-size: 32rpx;
  356. color: #111111;
  357. line-height: 47.5rpx;
  358. text-align: left;
  359. font-style: normal;
  360. padding-left: 20rpx;
  361. }
  362. .xhpd2 {
  363. width: 100%;
  364. height: 47.5rpx;
  365. display: flex;
  366. align-items: center;
  367. padding-left: 20rpx;
  368. .xhpd2new {
  369. height: 47.5rpx;
  370. font-family: PingFangSC, PingFang SC;
  371. font-weight: 400;
  372. font-size: 24rpx;
  373. color: #777777;
  374. line-height: 47.5rpx;
  375. text-align: left;
  376. font-style: normal;
  377. padding-right: 20rpx;
  378. }
  379. }
  380. }
  381. }
  382. .papdang2 {
  383. display: flex;
  384. padding-left: 20rpx;
  385. .yingyez1 {
  386. width: 78rpx;
  387. height: 47.5rpx;
  388. font-family: PingFangSC, PingFang SC;
  389. font-weight: 400;
  390. font-size: 26rpx;
  391. color: #333333;
  392. line-height: 47.5rpx;
  393. text-align: justify;
  394. font-style: normal;
  395. padding-right: 10rpx;
  396. }
  397. .yingyez2 {
  398. flex-grow: 1;
  399. height: 47.5rpx;
  400. font-family: PingFangSC, PingFang SC;
  401. font-weight: 400;
  402. font-size: 26rpx;
  403. color: #333333;
  404. line-height: 47.5rpx;
  405. text-align: left;
  406. font-style: normal;
  407. }
  408. }
  409. .papdang3 {
  410. padding-left: 20rpx;
  411. height: 47.5rpx;
  412. display: flex;
  413. align-items: center;
  414. .dizhinew1 {
  415. width: 30rpx;
  416. height: 47.5rpx;
  417. display: flex;
  418. align-items: center;
  419. justify-content: center;
  420. }
  421. .dizhinew2 {
  422. flex-grow: 1;
  423. height: 47.5rpx;
  424. font-family: PingFangSC, PingFang SC;
  425. font-weight: 400;
  426. font-size: 26rpx;
  427. color: #333333;
  428. line-height: 47.5rpx;
  429. text-align: justify;
  430. font-style: normal;
  431. }
  432. }
  433. }
  434. }
  435. .yyyue1new {
  436. width: 100%;
  437. min-height: 55rpx;
  438. font-family: PingFangSC, PingFang SC;
  439. font-weight: 400;
  440. font-size: 26rpx;
  441. color: #111111;
  442. line-height: 45rpx;
  443. text-align: left;
  444. font-style: normal;
  445. }
  446. .xuzhinew {
  447. width: 100%;
  448. min-height: 130rpx;
  449. display: flex;
  450. margin: 30rpx 0;
  451. .xuzhi1new {
  452. width: 260rpx;
  453. height: 55rpx;
  454. font-family: PingFangSC, PingFang SC;
  455. font-weight: 400;
  456. font-size: 26rpx;
  457. color: #666666;
  458. line-height: 45rpx;
  459. text-align: left;
  460. font-style: normal;
  461. }
  462. .xuzhi2new {
  463. flex-grow: 1;
  464. }
  465. }
  466. .taocanlistnewmx1 {
  467. width: 460rpx;
  468. height: 50rpx;
  469. font-family: PingFangSC, PingFang SC;
  470. font-weight: 400;
  471. font-size: 26rpx;
  472. color: #111111;
  473. line-height: 50rpx;
  474. text-align: left;
  475. font-style: normal;
  476. }
  477. .wuyiyi {
  478. width: 750rpx;
  479. height: 20rpx;
  480. background: #F5F8FA;
  481. }
  482. .taocanmx {
  483. margin: 30rpx 0;
  484. .taocanlistmx {
  485. display: flex;
  486. .taocanlistmx1 {
  487. width: 460rpx;
  488. height: 50rpx;
  489. font-family: PingFangSC, PingFang SC;
  490. font-weight: 400;
  491. font-size: 26rpx;
  492. color: #111111;
  493. line-height: 50rpx;
  494. text-align: left;
  495. font-style: normal;
  496. }
  497. .taocanlistmx2 {
  498. width: 150rpx;
  499. height: 50rpx;
  500. font-family: PingFangSC, PingFang SC;
  501. font-weight: 400;
  502. font-size: 26rpx;
  503. color: #999999;
  504. line-height: 50rpx;
  505. text-align: center;
  506. font-style: normal;
  507. }
  508. .taocanlistmx3 {
  509. width: 80rpx;
  510. height: 50rpx;
  511. font-family: PingFangSC, PingFang SC;
  512. font-weight: 400;
  513. font-size: 26rpx;
  514. color: #111111;
  515. line-height: 50rpx;
  516. text-align: right;
  517. font-style: normal;
  518. }
  519. }
  520. }
  521. .yyyue1 {
  522. width: 100%;
  523. height: 55rpx;
  524. font-family: PingFangSC, PingFang SC;
  525. font-weight: 400;
  526. font-size: 26rpx;
  527. color: #111111;
  528. line-height: 55rpx;
  529. text-align: left;
  530. font-style: normal;
  531. }
  532. .xuzhi {
  533. width: 100%;
  534. min-height: 130rpx;
  535. display: flex;
  536. .xuzhi1 {
  537. width: 90rpx;
  538. height: 55rpx;
  539. font-family: PingFangSC, PingFang SC;
  540. font-weight: 400;
  541. font-size: 26rpx;
  542. color: #666666;
  543. line-height: 55rpx;
  544. text-align: left;
  545. font-style: normal;
  546. }
  547. .xuzhi2 {
  548. flex-grow: 1;
  549. }
  550. }
  551. .basicInfo {
  552. width: 678rpx;
  553. margin: 0 auto 20rpx;
  554. background: #fff;
  555. border-radius: 20rpx;
  556. padding: 20rpx;
  557. .chaoji {
  558. width: 100%;
  559. height: 40rpx;
  560. font-family: PingFang-SC, PingFang-SC;
  561. font-weight: bold;
  562. font-size: 40rpx;
  563. color: #1C1E41;
  564. line-height: 40rpx;
  565. text-align: left;
  566. font-style: normal;
  567. margin: 20rpx 0 40rpx 0;
  568. }
  569. .xianzhi {
  570. width: 100%;
  571. display: flex;
  572. border-bottom: 1px solid #e6e6e6;
  573. .xianzhi1 {
  574. width: 140rpx;
  575. height: 80rpx;
  576. font-family: PingFangSC, PingFang SC;
  577. font-weight: 400;
  578. font-size: 26rpx;
  579. color: #666666;
  580. line-height: 80rpx;
  581. text-align: left;
  582. font-style: normal;
  583. }
  584. .xianzhi2 {
  585. flex-grow: 1;
  586. height: 80rpx;
  587. font-family: PingFangSC, PingFang SC;
  588. font-weight: 400;
  589. font-size: 26rpx;
  590. color: #111111;
  591. line-height: 80rpx;
  592. text-align: left;
  593. font-style: normal;
  594. }
  595. }
  596. }
  597. .daoqi {
  598. height: 30rpx;
  599. font-family: PingFang-SC, PingFang-SC;
  600. font-weight: bold;
  601. font-size: 30rpx;
  602. color: #111111;
  603. line-height: 30rpx;
  604. text-align: center;
  605. font-style: normal;
  606. }
  607. .erweima {
  608. width: 100%;
  609. height: 340rpx;
  610. display: flex;
  611. align-items: center;
  612. justify-content: center;
  613. }
  614. .pjm {
  615. display: flex;
  616. .pjm1 {
  617. height: 32rpx;
  618. font-family: PingFang-SC, PingFang-SC;
  619. font-weight: bold;
  620. font-size: 32rpx;
  621. color: #111111;
  622. line-height: 32rpx;
  623. text-align: center;
  624. font-style: normal;
  625. }
  626. .pjm2 {
  627. height: 32rpx;
  628. font-family: PingFangSC, PingFang SC;
  629. font-weight: 400;
  630. font-size: 24rpx;
  631. color: #AAAAAA;
  632. line-height: 32rpx;
  633. text-align: left;
  634. font-style: normal;
  635. padding-left: 20rpx;
  636. }
  637. }
  638. .ticketInfonmb {
  639. box-sizing: border-box;
  640. width: 96%;
  641. margin: 0 auto 20rpx;
  642. padding: 10rpx 24rpx;
  643. border-radius: 20rpx;
  644. position: relative;
  645. background-color: #fff;
  646. z-index: 2;
  647. }
  648. .taocan {
  649. width: 690rpx;
  650. height: 226rpx;
  651. border-radius: 20px;
  652. background: #fff;
  653. display: flex;
  654. align-items: center;
  655. .taocan1 {
  656. width: 168rpx;
  657. height: 168rpx;
  658. //margin-left: 20rpx;
  659. }
  660. .taocan2 {
  661. flex-grow: 1;
  662. height: 168rpx;
  663. .taoxxq1 {
  664. height: 52rpx;
  665. font-family: PingFang-SC, PingFang-SC;
  666. font-weight: bold;
  667. font-size: 32rpx;
  668. color: #111111;
  669. line-height: 52rpx;
  670. text-align: left;
  671. font-style: normal;
  672. padding-left: 20rpx;
  673. }
  674. .taoxxq2 {
  675. height: 50rpx;
  676. font-family: PingFangSC, PingFang SC;
  677. font-weight: 400;
  678. font-size: 24rpx;
  679. color: #777777;
  680. line-height: 50rpx;
  681. text-align: left;
  682. font-style: normal;
  683. padding-left: 20rpx;
  684. }
  685. .taoxxq3 {
  686. height: 66rpx;
  687. display: flex;
  688. justify-content: space-between;
  689. align-items: center;
  690. .jiage1 {
  691. flex-grow: 1;
  692. height: 66rpx;
  693. font-family: PingFangSC, PingFang SC;
  694. font-weight: 500;
  695. font-size: 40rpx;
  696. color: #FF3E3E;
  697. line-height: 66rpx;
  698. text-align: left;
  699. font-style: normal;
  700. span {
  701. width: 24rpx;
  702. height: 66rpx;
  703. font-family: PingFangSC, PingFang SC;
  704. font-weight: 400;
  705. font-size: 24rpx;
  706. color: #FF3E3E;
  707. line-height: 66rpx;
  708. text-align: left;
  709. font-style: normal;
  710. padding-left: 20rpx;
  711. }
  712. }
  713. .right {
  714. width: 190rpx;
  715. height: 66rpx;
  716. display: flex;
  717. align-items: center;
  718. .icon {
  719. width: 44rpx;
  720. height: 44rpx;
  721. vertical-align: middle;
  722. }
  723. .number {
  724. font-size: 36rpx;
  725. vertical-align: middle;
  726. margin: 0 30rpx;
  727. }
  728. }
  729. }
  730. }
  731. }
  732. .bottom-list {
  733. display: flex;
  734. margin: 37rpx auto;
  735. justify-content: center;
  736. .image {
  737. width: 36rpx;
  738. height: 36rpx;
  739. margin: 0 8rpx;
  740. image {
  741. width: 100%;
  742. height: 100%;
  743. }
  744. }
  745. .text {
  746. font-size: 26rpx;
  747. color: #999999;
  748. font-weight: Regular;
  749. }
  750. }
  751. .minus,
  752. .plus {
  753. display: flex;
  754. align-items: center;
  755. // width: 44rpx;
  756. // height: 44rpx;
  757. // line-height: 44rpx;
  758. padding: 10rpx 10rpx;
  759. // padding-left: 8rpx;
  760. border: 1px solid #999;
  761. border-radius: 6rpx;
  762. text-align: center;
  763. }
  764. .page {
  765. box-sizing: border-box;
  766. background-color: #F5F8FA;
  767. overflow: hidden;
  768. .content {
  769. position: relative;
  770. z-index: 3;
  771. padding-bottom: 180rpx;
  772. box-sizing: border-box;
  773. overflow-y: auto;
  774. .hand-title {
  775. position: absolute;
  776. left: 20rpx;
  777. top: 100rpx;
  778. font-size: 24rpx;
  779. color: #fff;
  780. }
  781. }
  782. }
  783. .bg {
  784. height: 100%;
  785. position: fixed;
  786. // top: 44px;
  787. z-index: 1;
  788. width: 100%;
  789. background-image: linear-gradient(to bottom, #007A69, #F5F8FA, #F5F8FA);
  790. }
  791. .ticketInfo-demo {
  792. // border-bottom: 2rpx solid #EFEFEF;
  793. margin-top: 40rpx;
  794. .demo-layout {
  795. display: flex;
  796. align-items: center;
  797. text-align: center;
  798. margin: 0 80rpx;
  799. }
  800. }
  801. .two-center-two {
  802. box-sizing: border-box;
  803. .tit {
  804. font-size: 32rpx;
  805. color: #333333;
  806. margin: 20rpx 0;
  807. }
  808. .df-one {
  809. font-size: 32rpx;
  810. color: #333333;
  811. font-weight: bold;
  812. // .bg-purple-dark {
  813. // margin-left: 140rpx;
  814. // }
  815. // .demo-layout {
  816. // margin-left: 30rpx;
  817. // }
  818. }
  819. .df-two {
  820. border-bottom: 2rpx solid #EFEFEF;
  821. .bg-purple {
  822. // margin-right: 100rpx;
  823. width: 182rpx;
  824. margin-left: -13rpx;
  825. }
  826. .bg-purple-dark {
  827. // margin-left: 50rpx;
  828. }
  829. .bg-purple,
  830. .bg-purple-dark {
  831. font-size: 26rpx;
  832. color: #777777;
  833. font-weight: Regular;
  834. text-align: center;
  835. text {
  836. margin: 0 8rpx;
  837. }
  838. }
  839. .bg-purple-light {
  840. font-size: 24rpx;
  841. color: #666666;
  842. border: 1rpx solid #666666;
  843. text-align: center;
  844. border-radius: 50rpx;
  845. }
  846. }
  847. }
  848. .prices-content {
  849. margin: 24rpx 0;
  850. .txt1 {
  851. font-size: 32rpx;
  852. color: #111111;
  853. font-weight: bold;
  854. }
  855. .txt2 {
  856. margin: 12rpx 0;
  857. font-size: 26rpx;
  858. color: #777777;
  859. font-weight: Regular;
  860. }
  861. }
  862. .orderInfo {
  863. box-sizing: border-box;
  864. background-color: #fff;
  865. border-radius: 16rpx;
  866. width: 96%;
  867. margin: 0 auto 20rpx;
  868. .tit {
  869. font-size: 32rpx;
  870. color: #333;
  871. padding-left: 30rpx;
  872. padding-top: 40rpx;
  873. font-weight: 600;
  874. margin-bottom: 20rpx;
  875. }
  876. .txt {
  877. font-size: 28rpx;
  878. color: #666;
  879. width: 115rpx;
  880. }
  881. .icon {
  882. font-size: 28rpx;
  883. color: #666;
  884. }
  885. .val {
  886. font-size: 28rpx;
  887. color: #666;
  888. margin: 0 20rpx 0 30rpx;
  889. }
  890. .nums {
  891. display: flex;
  892. justify-content: space-between;
  893. border-bottom: 1rpx solid #f0f2f5;
  894. padding: 0 24rpx;
  895. .input {
  896. margin: 0 30rpx;
  897. font-size: 28rpx;
  898. }
  899. text {
  900. margin: 20rpx 0;
  901. &:nth-child(1) {
  902. font-size: 28rpx;
  903. color: #333;
  904. font-weight: 400;
  905. }
  906. &:nth-child(3) {
  907. font-size: 36rpx;
  908. color: #FF4141;
  909. margin-right: 40rpx;
  910. }
  911. &.icon {
  912. display: inline-block;
  913. width: 100rpx;
  914. flex: 1;
  915. text-align: right;
  916. padding-top: 12rpx;
  917. }
  918. }
  919. // .minus,
  920. // .plus {
  921. // width: 44rpx;
  922. // height: 44rpx;
  923. // line-height: 44rpx;
  924. // padding: 11rpx 9rpx;
  925. // border: 1px solid #999;
  926. // border-radius: 6rpx;
  927. // }
  928. .plus {
  929. background-color: #0EBFFE;
  930. border-color: #0EBFFE;
  931. }
  932. }
  933. }
  934. .ticketInfo {
  935. box-sizing: border-box;
  936. width: 96%;
  937. margin: 0 auto 20rpx;
  938. padding: 44rpx 24rpx;
  939. border-radius: 20rpx;
  940. position: relative;
  941. background-color: #fff;
  942. z-index: 2;
  943. .ticketInfo-hander {
  944. display: flex;
  945. .image {
  946. width: 130rpx;
  947. height: 136rpx;
  948. border-radius: 12rpx;
  949. margin-right: 20rpx;
  950. image {
  951. width: 100%;
  952. height: 100%;
  953. }
  954. }
  955. }
  956. .name {
  957. font-size: 32rpx;
  958. color: #333;
  959. font-weight: bold;
  960. width: 100%;
  961. }
  962. .date {
  963. // padding: 20rpx 0 32rpx;
  964. padding-top: 40rpx;
  965. text {
  966. font-size: 26rpx;
  967. &:nth-child(1) {
  968. color: #808080;
  969. }
  970. &:nth-child(2) {
  971. color: #FF7D01;
  972. margin-left: 30rpx;
  973. }
  974. }
  975. }
  976. .topHead {
  977. width: 96%;
  978. margin: 0 auto;
  979. background-color: #F5F8FA;
  980. padding: 28rpx 0 28rpx 84rpx;
  981. border-radius: 16rpx;
  982. position: relative;
  983. text {
  984. position: absolute;
  985. left: 0;
  986. top: 0;
  987. z-index: 1;
  988. border-radius: 16rpx 0 0 16rpx;
  989. width: 48rpx;
  990. color: #fff;
  991. font-size: 20rpx;
  992. background-color: #484F61;
  993. text-align: center;
  994. height: 100%;
  995. padding: 15rpx 10rpx 0;
  996. }
  997. .p {
  998. font-size: 28rpx;
  999. color: #333;
  1000. &:nth-of-type(1) {
  1001. font-weight: 600;
  1002. margin-bottom: 16rpx;
  1003. }
  1004. }
  1005. }
  1006. .code {
  1007. margin-top: 40rpx;
  1008. text-align: center;
  1009. position: relative;
  1010. .cover,
  1011. .sx {
  1012. position: absolute;
  1013. background-color: rgba(255, 255, 255, 0.5);
  1014. width: 340rpx;
  1015. height: 340rpx;
  1016. top: 66rpx;
  1017. left: 50%;
  1018. transform: translate(-50%, 0);
  1019. }
  1020. .sx {
  1021. width: 120rpx;
  1022. height: 120rpx;
  1023. top: 150rpx;
  1024. background: transparent;
  1025. }
  1026. .txt {
  1027. font-size: 28rpx;
  1028. }
  1029. image {
  1030. width: 340rpx;
  1031. height: 340rpx;
  1032. margin: 30rpx 0;
  1033. }
  1034. }
  1035. }
  1036. .head {
  1037. box-sizing: border-box;
  1038. padding: 14rpx 24rpx 30rpx;
  1039. display: flex;
  1040. position: relative;
  1041. z-index: 2;
  1042. text {
  1043. color: #fff;
  1044. &:nth-child(1),
  1045. &:nth-child(3) {
  1046. font-size: 44rpx;
  1047. }
  1048. &:nth-child(2) {
  1049. flex: 1;
  1050. text-align: right;
  1051. width: 100px;
  1052. font-size: 36rpx;
  1053. }
  1054. }
  1055. }
  1056. .btns {
  1057. box-sizing: border-box;
  1058. width: 100%;
  1059. position: fixed;
  1060. bottom: 0;
  1061. z-index: 4;
  1062. left: 0;
  1063. display: flex;
  1064. padding: 32rpx 32rpx 50rpx;
  1065. background-color: #fff;
  1066. gap: 0 20rpx;
  1067. box-shadow: 0 -8rpx 16rpx rgba(0, 0, 0, 0.06);
  1068. .hexiao {
  1069. width: 690rpx;
  1070. height: 88rpx;
  1071. background: #007A69;
  1072. border-radius: 44rpx;
  1073. font-family: PingFang-SC, PingFang-SC;
  1074. font-weight: bold;
  1075. font-size: 32rpx;
  1076. color: #FFFFFF;
  1077. line-height: 88rpx;
  1078. text-align: center;
  1079. font-style: normal;
  1080. }
  1081. }
  1082. </style>