12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427 |
- <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.data)
- 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('核销成功');
- 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>
|