123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440 |
- <template>
- <view class="page" :style="{'min-height':h+'px','padding-top':'0px'}">
- <!-- <c-nav-bar1 :title="titles"></c-nav-bar1> -->
- <view class="bg"></view>
- <view class="content">
- <view class="head">
- <text class="status disabled" v-if="getalllist.orderStatus=='0'">待支付</text>
- <text class="status disabled" v-if="getalllist.orderStatus=='-1'">已取消</text>
- <text class="status s2" v-if="getalllist.orderStatus=='4'">待使用</text>
- <text class="status s3" v-if="getalllist.orderStatus=='-3'">已退款</text>
- <text class="status s3" v-if="getalllist.orderStatus=='3'">已使用</text>
- </view>
- <view class="hand-title">
- 请在{{getalllist.activityEndTime.substring(0,10)}}日(含)前到店消费
- </view>
- <view class="ticketInfonmb">
- <view class="taocan">
- <view class="taocan1">
- <u--image :src="getalllist.productImg.split(',')[0]" width="168rpx" height="168rpx"></u--image>
- </view>
- <view class="taocan2">
- <view class="taoxxq1">
- {{getalllist.productName}}
- </view>
- <view class="taoxxq2">
- 周一至周日 · 需提前预约
- </view>
- <view class="taoxxq3">
- <view class="jiage1">
- <span>¥</span> {{getalllist.realityPay}}
- </view>
- </view>
- </view>
- </view>
- </view>
-
- <!-- 订单信息 -->
- <view class="basicInfo">
- <view class="chaoji">
- 套餐明细
- </view>
- <view class="taocanmx">
- <view class="taocanlistmx" v-for="(item,index) in JSON.parse(getalllist.productsDetail)" :key="index">
- <view class="taocanlistmx1">
- *{{item.name}}
- </view>
- <view class="taocanlistmx2">
- ({{item.number}}份)
- </view>
- <view class="taocanlistmx3">
- ¥{{item.price}}
- </view>
- </view>
-
- </view>
- </view>
-
- <view class="basicInfo">
- <view class="chaoji" style="margin: 0 0 40rpx 0;">
- 订单信息
- </view>
- <view class="dingdanxinxi">
- <view class="dingdanxinxi1">
- <view class="dingdanxinxi2">
- 订单编号
- </view>
- <view class="dingdanxinxi3">
- {{getalllist.orderCode}}
- </view>
- </view>
- <view class="dingdanxinxi1">
- <view class="dingdanxinxi2">
- 付款时间
- </view>
- <view class="dingdanxinxi3">
- {{getalllist.paymentTime}}
- </view>
- </view>
- <view class="dingdanxinxi1">
- <view class="dingdanxinxi2">
- 订单总价
- </view>
- <view class="dingdanxinxi3">
- ¥{{getalllist.realityPay}}
- </view>
- </view>
- <view class="dingdanxinxi1">
- <view class="dingdanxinxi2">
- 实际付款
- </view>
- <view class="dingdanxinxi3">
- ¥{{getalllist.realityPay}}
- </view>
- </view>
- <view class="dingdanxinxi1">
- <view class="dingdanxinxi2">
- 联系方式
- </view>
- <view class="dingdanxinxi3">
- {{getalllist.guestPhone}}
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="btns">
- <view class="hexiao" @click="hexiaonima">
- 确认核销
- </view>
-
- </view>
- <u-toast ref="uToast"></u-toast>
- <!-- 取消弹框 -->
- <u-modal :show="showAgree" :title="title" :content='content' showCancelButton="true" confirmText='确定'
- confirmColor='#007A69' @confirm="confirm" @cancel='cancel'></u-modal>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- titles: '订单详情',
- h: uni.getSystemInfoSync().windowHeight,
- mt: uni.getSystemInfoSync().statusBarHeight + 44,
- value: 1,
- status: 1,
- id: '',
- getalllist: {},
- bedData: {},
- arriveTime: '',
- arriveTimes: '',
- leaveTime: '',
- leaveTimes: '',
- count: '',
- orderId: '',
- price: '',
- form: {
- initiator: 2,
- orderCode: '',
- status: ''
- },
- num: 0,
- title: '温馨提示',
- content: '您确定要取消吗?确定取消将不可撤回,再次预订可能因为没有房间,影响后续行程!',
- showAgree: false,
- checkInTimeStart: '',
- checkOutTime: '',
- FormData: {
- arriveDate: "", // 到达时间(yyyy-MM-dd)
- leaveDate: "", //离开时间(yyyy-MM-dd)
- limit: 10, //每页显示记录数
- page: 1, //当前页码
- name: "",
- islandId: '', //岛屿id
- priceSort: '', //价格排序: 1有高高低, 0由低到高
- featureLabels: '', // 特色服务(逗号分割):字典FeatureLabels
- category: '', // 酒店类别(逗号分割): 字典HotelCategory
- },
- departWeek: '',
- departWeeks: '',
- weeks: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'],
- checkInRooms: 0,
- hexiaodata:{},
- }
- },
- onLoad(option) {
- //this.id = option.orderId;
- //console.log('111111111111111111', this.id)
- //this.getList()
- console.log('++++++', JSON.parse(option.list));
- this.hexiaodata=JSON.parse(option.list);
- let postdata={
- merchantCategory:4,
- orderCode:JSON.parse(option.list).orderCode,
- };
-
- this.$api.get('/api/merchant/food/queryOrderDetail', postdata).then(res => {
- console.log('111111111111111111',res.data)
- if(res.data.code==500){
- uni.showToast({
- title:res.data.msg,
- icon:'none',
- duration:1500
- })
- setTimeout(()=>{
- uni.navigateBack({
- delta: 1
- });
- },1500)
- }else{
- this.getalllist=res.data.data;
- }
-
- })
- },
- methods: {
- hexiaonima(){
- console.log('this.getalllist',this.hexiaodata)
- this.$api.post('/api/merchant/food/scenic/merchant/order/verifyOrderQrCode?writeOffCode',this.hexiaodata)
- .then(res => {
- if (res.data.code == 0) {
- this.$showToast('核销成功');
- uni.setStorageSync('list',{totalPrice:this.getalllist.realityPay});
- setTimeout(()=>{
- uni.navigateTo({
- url: '/pagesHouse/Mine/ordersList/outcome'
- })
- },1500)
- // uni.navigateBack({
- // delta: 1
- // });
- } else {
- this.$showToast(res.data.msg)
- }
- })
- },
- copyOrderNo(item) {
- let that = this;
- // #ifdef H5
- this.$copyText(item.orderCode).then(res => {
- this.$showToast('复制成功');
- })
- // #endif
- // #ifdef MP-WEIXIN
- uni.setClipboardData({
- data: item.orderCode,
- success(res) {
- that.$showToast('复制成功');
- },
- fail(err) {
- that.$showToast('复制失败');
- }
- })
- // #endif
- },
- toEvaluate(item) {
- item.guideId = item.id;
- item.sourceType = 2;
- uni.navigateTo({
- url: '/pagesMy/appraise/appraise?obj=' + JSON.stringify(item)
- })
- },
- // 导航
- navigation(item) {
- // let lat = item.lat
- // let lon = item.lon
- uni.openLocation({
- latitude: Number(item.lat),
- longitude: Number(item.lon),
- name: item.homestayName,
- });
- },
- // 去酒店详情
- cardBtn(item) {
- // 初始化
- let arriveDate = new Date().Format('yyyy-MM-dd')
- let mt = new Date().setDate(new Date().getDate() + 1);
- let leaveDate = new Date(mt).Format('yyyy-MM-dd')
- console.log(arriveDate, leaveDate);
- uni.navigateTo({
- url: "/pagesTrip/hotel/details/index?list=" +
- JSON.stringify([{
- homestayId: item.homestayId,
- name: '',
- arriveDate: arriveDate, // 到达时间(yyyy-MM-dd)
- leaveDate: leaveDate, //离开时间(yyyy-MM-dd)
- }, ]),
- });
- },
- // 立即支付
- pay() {
- var list = JSON.stringify({
- price: this.list.orderAmount,
- orderId: this.orderId
- })
- this.$api.post('/order/app/pay/createOrder', {
- orderCode: this.orderCode,
- tradeType: 'JSAPI',
- openId: JSON.parse(uni.getStorageSync('userInfo')).openId
- }, false).then(res => {
- // uni.navigateTo({
- // url: '/pagesTrip/hotel/paymentSuccess/index?list=' + list
- // })
- if (res.statusCode == 200 && res.data != null) {
- this.payShow = false;
- // var obj = { name: 'John', age: 25 };
- // wx.setStorageSync('wxPay', res.data);
- this.$wxPay(res.data).then(result => {
- uni.redirectTo({
- url: '/pagesTrip/hotel/paymentSuccess/index?list=' + list
- })
- })
- }
- })
- },
- // 拨打电话。
- phone() {
- uni.makePhoneCall({
- phoneNumber: this.getalllist.phone //仅为示例
- });
- },
- // 取消订单
- toStatus0() {
- this.showAgree = true
- },
- //确定取消
- confirm() {
- this.agree = true
- this.showAgree = false
- this.$api.post('/api/hotel/cancelOrder', this.form).then(res => {
- // uni.navigateBack(1)
- uni.navigateTo({
- url: '/pagesMy/order/index'
- })
- this.getList()
- })
- },
- // 取消
- cancel() {
- this.showAgree = false
- },
- // 删除订单
- toStatus1() {
- this.$refs.uToast.show({
- type: 'success',
- title: '',
- message: "正在开发",
- iconUrl: 'https://cdn.uviewui.com/uview/demo/toast/default.png'
- })
- },
- // 申请退款
- GoRefund() {
-
- uni.redirectTo({
- url: "/pagesTrip/fineFood/fineFood/reformoney?list=" + JSON.stringify(this.getalllist)
- })
- },
- // 再次预定
- applyAfterSales(item) {
- // 初始化
- let arriveDate = new Date().Format('yyyy-MM-dd')
- let mt = new Date().setDate(new Date().getDate() + 1);
- let leaveDate = new Date(mt).Format('yyyy-MM-dd')
- console.log(arriveDate, leaveDate);
- uni.navigateTo({
- url: "/pagesTrip/hotel/details/index?list=" +
- JSON.stringify([{
- homestayId: item.homestayId,
- name: '',
- arriveDate: arriveDate, // 到达时间(yyyy-MM-dd)
- leaveDate: leaveDate, //离开时间(yyyy-MM-dd)
- }, ]),
- });
- // this.$refs.uToast.show({
- // type: 'success',
- // title: '',
- // message: "正在开发",
- // iconUrl: 'https://cdn.uviewui.com/uview/demo/toast/default.png'
- // })
- },
- getList() {
- this.$api.get('/api/merchant/food/queryOrderDetail', {
- merchantCategory: 4,
- orderCode: this.id
- })
- .then(res => {
- console.log('res.data.data', res.data.data)
- this.getalllist = res.data.data;
- //this.qrFun(this.object.orderCode)
- // this.list = res.data.data
- // this.orderCode = res.data.data.orderCode
- // this.num = res.data.data.num
- // this.price = res.data.data.realityPay
- // this.orderId = res.data.data.id
- // this.checkInRooms = res.data.data.checkInRooms
- // this.bedData = res.data.data.bedData[0]
- // this.arriveTime = res.data.data.arriveDate.slice(5, 7); // 截取第一个字符
- // this.arriveTimes = res.data.data.arriveDate.slice(8, 10); // 截取第一个字符
- // this.leaveTime = res.data.data.leaveDate.slice(5, 7); // 截取第一个字符
- // this.leaveTimes = res.data.data.leaveDate.slice(8, 10); // 截取第一个字符
- // this.count = Math.abs(this.leaveTimes - this.arriveTimes);
- // this.checkInTimeStart = res.data.data.arriveDate.slice(11, 16)
- // this.checkOutTime = res.data.data.leaveDate.slice(11, 16)
- // this.landlinePhone = res.data.data.landlinePhone
- // this.form.orderCode = res.data.data.orderCode
- // this.form.status = res.data.data.orderStatus
- // this.FormData.arriveDate = res.data.data.arriveDate.slice(0, 10)
- // this.FormData.leaveDate = res.data.data.leaveDate.slice(0, 10)
- // this.departWeek = this.weeks[new Date(res.data.data.arriveDate).getDay()];
- // this.departWeeks = this.weeks[new Date(res.data.data.leaveDate).getDay()];
- // console.log('1111111', this.departWeek);
- // console.log('222222', this.departWeeks);
- // this.FormData.arriveDate=res.data.data.arriveDate
- })
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- .dingdanxinxi {
- .dingdanxinxi1 {
- display: flex;
- .dingdanxinxi2 {
- width: 140rpx;
- height: 60rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #808080;
- line-height: 60rpx;
- text-align: justify;
- font-style: normal;
- }
- .dingdanxinxi3 {
- flex-grow: 1;
- height: 60rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #333333;
- line-height: 60rpx;
- text-align: justify;
- font-style: normal;
- }
- }
- }
- .chaoji {
- width: 100%;
- height: 40rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- font-size: 40rpx;
- color: #1C1E41;
- line-height: 40rpx;
- text-align: left;
- font-style: normal;
- margin: 40rpx 0 0 0;
- }
- .goumai {
- position: fixed;
- bottom: 0rpx;
- left: 30rpx;
- background: #fff;
- width: 690rpx;
- height: 140rpx;
- margin: 0 auto;
- display: flex;
- align-items: center;
- justify-content: space-between;
- .goumai2 {
- width: 220rpx;
- height: 88rpx;
- background: #007A69;
- border-radius: 44px;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- font-size: 32rpx;
- color: #FFFFFF;
- line-height: 88rpx;
- text-align: center;
- font-style: normal;
- }
- .goumai1 {
- flex-grow: 1;
- height: 140rpx;
- display: flex;
- align-items: center;
- .zongji1 {
- height: 140rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #666666;
- line-height: 140rpx;
- text-align: left;
- font-style: normal;
- }
- .zongji2 {
- height: 140rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #FF4141;
- line-height: 140rpx;
- text-align: left;
- font-style: normal;
- }
- .zongji3 {
- height: 140rpx;
- font-family: DINAlternate, DINAlternate;
- font-weight: bold;
- font-size: 48rpx;
- color: #FF4141;
- line-height: 140rpx;
- text-align: left;
- font-style: normal;
- padding: 0 8rpx;
- }
- .zongji4 {}
- }
- }
- .canyu {
- width: 100%;
- height: 190rpx;
- display: flex;
- margin: 40rpx 0 40rpx 0;
- .canyu1 {
- width: 190rpx;
- height: 190rpx;
- }
- .canyu2 {
- flex-grow: 1;
- height: 190rpx;
- .papdang1 {
- width: 100%;
- height: 95rpx;
- display: flex;
- .haixian2 {
- width: 56rpx;
- height: 95rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .haixian1 {
- flex-grow: 1;
- height: 95rpx;
- .xhpd1 {
- width: 100%;
- height: 47.5rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- font-size: 32rpx;
- color: #111111;
- line-height: 47.5rpx;
- text-align: left;
- font-style: normal;
- padding-left: 20rpx;
- }
- .xhpd2 {
- width: 100%;
- height: 47.5rpx;
- display: flex;
- align-items: center;
- padding-left: 20rpx;
- .xhpd2new {
- height: 47.5rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #777777;
- line-height: 47.5rpx;
- text-align: left;
- font-style: normal;
- padding-right: 20rpx;
- }
- }
- }
- }
- .papdang2 {
- display: flex;
- padding-left: 20rpx;
- .yingyez1 {
- width: 78rpx;
- height: 47.5rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #333333;
- line-height: 47.5rpx;
- text-align: justify;
- font-style: normal;
- padding-right: 10rpx;
- }
- .yingyez2 {
- flex-grow: 1;
- height: 47.5rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #333333;
- line-height: 47.5rpx;
- text-align: left;
- font-style: normal;
- }
- }
- .papdang3 {
- padding-left: 20rpx;
- height: 47.5rpx;
- display: flex;
- align-items: center;
- .dizhinew1 {
- width: 30rpx;
- height: 47.5rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .dizhinew2 {
- flex-grow: 1;
- height: 47.5rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #333333;
- line-height: 47.5rpx;
- text-align: justify;
- font-style: normal;
- }
- }
- }
- }
- .yyyue1new {
- width: 100%;
- min-height: 55rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #111111;
- line-height: 45rpx;
- text-align: left;
- font-style: normal;
- }
- .xuzhinew {
- width: 100%;
- min-height: 130rpx;
- display: flex;
- margin: 30rpx 0;
- .xuzhi1new {
- width: 260rpx;
- height: 55rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #666666;
- line-height: 45rpx;
- text-align: left;
- font-style: normal;
- }
- .xuzhi2new {
- flex-grow: 1;
- }
- }
- .taocanlistnewmx1 {
- width: 460rpx;
- height: 50rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #111111;
- line-height: 50rpx;
- text-align: left;
- font-style: normal;
- }
- .wuyiyi {
- width: 750rpx;
- height: 20rpx;
- background: #F5F8FA;
- }
- .taocanmx {
- margin: 30rpx 0;
- .taocanlistmx {
- display: flex;
- .taocanlistmx1 {
- width: 460rpx;
- height: 50rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #111111;
- line-height: 50rpx;
- text-align: left;
- font-style: normal;
- }
- .taocanlistmx2 {
- width: 150rpx;
- height: 50rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #999999;
- line-height: 50rpx;
- text-align: center;
- font-style: normal;
- }
- .taocanlistmx3 {
- width: 80rpx;
- height: 50rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #111111;
- line-height: 50rpx;
- text-align: right;
- font-style: normal;
- }
- }
- }
- .yyyue1 {
- width: 100%;
- height: 55rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #111111;
- line-height: 55rpx;
- text-align: left;
- font-style: normal;
- }
- .xuzhi {
- width: 100%;
- min-height: 130rpx;
- display: flex;
- .xuzhi1 {
- width: 90rpx;
- height: 55rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #666666;
- line-height: 55rpx;
- text-align: left;
- font-style: normal;
- }
- .xuzhi2 {
- flex-grow: 1;
- }
- }
- .basicInfo {
- width: 678rpx;
- margin: 0 auto;
- background: #fff;
- border-radius: 20rpx;
- padding: 20rpx;
- .chaoji {
- width: 100%;
- height: 40rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- font-size: 40rpx;
- color: #1C1E41;
- line-height: 40rpx;
- text-align: left;
- font-style: normal;
- margin: 20rpx 0 40rpx 0;
- }
- .xianzhi {
- width: 100%;
- display: flex;
- border-bottom: 1px solid #e6e6e6;
- .xianzhi1 {
- width: 140rpx;
- height: 80rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #666666;
- line-height: 80rpx;
- text-align: left;
- font-style: normal;
- }
- .xianzhi2 {
- flex-grow: 1;
- height: 80rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #111111;
- line-height: 80rpx;
- text-align: left;
- font-style: normal;
- }
- }
- }
- .daoqi {
- height: 30rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- font-size: 30rpx;
- color: #111111;
- line-height: 30rpx;
- text-align: center;
- font-style: normal;
- }
- .erweima {
- width: 100%;
- height: 340rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .pjm {
- display: flex;
- .pjm1 {
- height: 32rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- font-size: 32rpx;
- color: #111111;
- line-height: 32rpx;
- text-align: center;
- font-style: normal;
- }
- .pjm2 {
- height: 32rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #AAAAAA;
- line-height: 32rpx;
- text-align: left;
- font-style: normal;
- padding-left: 20rpx;
- }
- }
- .ticketInfonmb {
- box-sizing: border-box;
- width: 96%;
- margin: 0 auto 20rpx;
- padding: 10rpx 24rpx;
- border-radius: 20rpx;
- position: relative;
- background-color: #fff;
- z-index: 2;
- }
- .taocan {
- width: 690rpx;
- height: 226rpx;
- border-radius: 20px;
- background: #fff;
- display: flex;
- align-items: center;
- .taocan1 {
- width: 168rpx;
- height: 168rpx;
- //margin-left: 20rpx;
- }
- .taocan2 {
- flex-grow: 1;
- height: 168rpx;
- .taoxxq1 {
- height: 52rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- font-size: 32rpx;
- color: #111111;
- line-height: 52rpx;
- text-align: left;
- font-style: normal;
- padding-left: 20rpx;
- }
- .taoxxq2 {
- height: 50rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #777777;
- line-height: 50rpx;
- text-align: left;
- font-style: normal;
- padding-left: 20rpx;
- }
- .taoxxq3 {
- height: 66rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .jiage1 {
- flex-grow: 1;
- height: 66rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 40rpx;
- color: #FF3E3E;
- line-height: 66rpx;
- text-align: left;
- font-style: normal;
- span {
- width: 24rpx;
- height: 66rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #FF3E3E;
- line-height: 66rpx;
- text-align: left;
- font-style: normal;
- padding-left: 20rpx;
- }
- }
- .right {
- width: 190rpx;
- height: 66rpx;
- display: flex;
- align-items: center;
- .icon {
- width: 44rpx;
- height: 44rpx;
- vertical-align: middle;
- }
- .number {
- font-size: 36rpx;
- vertical-align: middle;
- margin: 0 30rpx;
- }
- }
- }
- }
- }
- .bottom-list {
- display: flex;
- margin: 37rpx auto;
- justify-content: center;
- .image {
- width: 36rpx;
- height: 36rpx;
- margin: 0 8rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- .text {
- font-size: 26rpx;
- color: #999999;
- font-weight: Regular;
- }
- }
- .minus,
- .plus {
- display: flex;
- align-items: center;
- // width: 44rpx;
- // height: 44rpx;
- // line-height: 44rpx;
- padding: 10rpx 10rpx;
- // padding-left: 8rpx;
- border: 1px solid #999;
- border-radius: 6rpx;
- text-align: center;
- }
- page {
- box-sizing: border-box;
- background-color: #F5F8FA;
- .content {
- position: relative;
- z-index: 3;
- padding-bottom: 160rpx;
- .hand-title {
- position: absolute;
- left: 20rpx;
- top: 100rpx;
- font-size: 24rpx;
- color: #fff;
- }
- }
- }
- .bg {
- height: 100%;
- position: fixed;
- // top: 44px;
- z-index: 1;
- width: 100%;
- background-image: linear-gradient(to bottom, #007A69, #F5F8FA, #F5F8FA);
- }
- .ticketInfo-demo {
- // border-bottom: 2rpx solid #EFEFEF;
- margin-top: 40rpx;
- .demo-layout {
- display: flex;
- align-items: center;
- text-align: center;
- margin: 0 80rpx;
- }
- }
- .two-center-two {
- box-sizing: border-box;
- .tit {
- font-size: 32rpx;
- color: #333333;
- margin: 20rpx 0;
- }
- .df-one {
- font-size: 32rpx;
- color: #333333;
- font-weight: bold;
- // .bg-purple-dark {
- // margin-left: 140rpx;
- // }
- // .demo-layout {
- // margin-left: 30rpx;
- // }
- }
- .df-two {
- border-bottom: 2rpx solid #EFEFEF;
- .bg-purple {
- // margin-right: 100rpx;
- width: 182rpx;
- margin-left: -13rpx;
- }
- .bg-purple-dark {
- // margin-left: 50rpx;
- }
- .bg-purple,
- .bg-purple-dark {
- font-size: 26rpx;
- color: #777777;
- font-weight: Regular;
- text-align: center;
- text {
- margin: 0 8rpx;
- }
- }
- .bg-purple-light {
- font-size: 24rpx;
- color: #666666;
- border: 1rpx solid #666666;
- text-align: center;
- border-radius: 50rpx;
- }
- }
- }
- .prices-content {
- margin: 24rpx 0;
- .txt1 {
- font-size: 32rpx;
- color: #111111;
- font-weight: bold;
- }
- .txt2 {
- margin: 12rpx 0;
- font-size: 26rpx;
- color: #777777;
- font-weight: Regular;
- }
- }
- .orderInfo {
- box-sizing: border-box;
- background-color: #fff;
- border-radius: 16rpx;
- width: 96%;
- margin: 0 auto 20rpx;
- .tit {
- font-size: 32rpx;
- color: #333;
- padding-left: 30rpx;
- padding-top: 40rpx;
- font-weight: 600;
- margin-bottom: 20rpx;
- }
- .txt {
- font-size: 28rpx;
- color: #666;
- width: 115rpx;
- }
- .icon {
- font-size: 28rpx;
- color: #666;
- }
- .val {
- font-size: 28rpx;
- color: #666;
- margin: 0 20rpx 0 30rpx;
- }
- .nums {
- display: flex;
- justify-content: space-between;
- border-bottom: 1rpx solid #f0f2f5;
- padding: 0 24rpx;
- .input {
- margin: 0 30rpx;
- font-size: 28rpx;
- }
- text {
- margin: 20rpx 0;
- &:nth-child(1) {
- font-size: 28rpx;
- color: #333;
- font-weight: 400;
- }
- &:nth-child(3) {
- font-size: 36rpx;
- color: #FF4141;
- margin-right: 40rpx;
- }
- &.icon {
- display: inline-block;
- width: 100rpx;
- flex: 1;
- text-align: right;
- padding-top: 12rpx;
- }
- }
- // .minus,
- // .plus {
- // width: 44rpx;
- // height: 44rpx;
- // line-height: 44rpx;
- // padding: 11rpx 9rpx;
- // border: 1px solid #999;
- // border-radius: 6rpx;
- // }
- .plus {
- background-color: #0EBFFE;
- border-color: #0EBFFE;
- }
- }
- }
- .ticketInfo {
- box-sizing: border-box;
- width: 96%;
- margin: 0 auto 20rpx;
- padding: 44rpx 24rpx;
- border-radius: 20rpx;
- position: relative;
- background-color: #fff;
- z-index: 2;
- .ticketInfo-hander {
- display: flex;
- .image {
- width: 130rpx;
- height: 136rpx;
- border-radius: 12rpx;
- margin-right: 20rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- }
- .name {
- font-size: 32rpx;
- color: #333;
- font-weight: bold;
- width: 100%;
- }
- .date {
- // padding: 20rpx 0 32rpx;
- padding-top: 40rpx;
- text {
- font-size: 26rpx;
- &:nth-child(1) {
- color: #808080;
- }
- &:nth-child(2) {
- color: #FF7D01;
- margin-left: 30rpx;
- }
- }
- }
- .topHead {
- width: 96%;
- margin: 0 auto;
- background-color: #F5F8FA;
- padding: 28rpx 0 28rpx 84rpx;
- border-radius: 16rpx;
- position: relative;
- text {
- position: absolute;
- left: 0;
- top: 0;
- z-index: 1;
- border-radius: 16rpx 0 0 16rpx;
- width: 48rpx;
- color: #fff;
- font-size: 20rpx;
- background-color: #484F61;
- text-align: center;
- height: 100%;
- padding: 15rpx 10rpx 0;
- }
- .p {
- font-size: 28rpx;
- color: #333;
- &:nth-of-type(1) {
- font-weight: 600;
- margin-bottom: 16rpx;
- }
- }
- }
- .code {
- margin-top: 40rpx;
- text-align: center;
- position: relative;
- .cover,
- .sx {
- position: absolute;
- background-color: rgba(255, 255, 255, 0.5);
- width: 340rpx;
- height: 340rpx;
- top: 66rpx;
- left: 50%;
- transform: translate(-50%, 0);
- }
- .sx {
- width: 120rpx;
- height: 120rpx;
- top: 150rpx;
- background: transparent;
- }
- .txt {
- font-size: 28rpx;
- }
- image {
- width: 340rpx;
- height: 340rpx;
- margin: 30rpx 0;
- }
- }
- }
- .head {
- box-sizing: border-box;
- padding: 34rpx 24rpx 60rpx;
- display: flex;
- position: relative;
- z-index: 2;
- text {
- color: #fff;
- &:nth-child(1),
- &:nth-child(3) {
- font-size: 44rpx;
- }
- &:nth-child(2) {
- flex: 1;
- text-align: right;
- width: 100px;
- font-size: 36rpx;
- }
- }
- }
- .btns {
- box-sizing: border-box;
- width: 100%;
- position: fixed;
- bottom: 0;
- z-index: 4;
- left: 0;
- display: flex;
- padding: 32rpx 32rpx 50rpx;
- background-color: #fff;
- gap: 0 20rpx;
- box-shadow: 0 -8rpx 16rpx rgba(0, 0, 0, 0.06);
- .hexiao{
- width: 690rpx;
- height: 88rpx;
- background: #007A69;
- border-radius: 44rpx;
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- font-size: 32rpx;
- color: #FFFFFF;
- line-height: 88rpx;
- text-align: center;
- font-style: normal;
- }
-
- }
- </style>
|