recycapp/pages/order/detail.vue

984 lines
26 KiB
Vue
Raw Normal View History

2025-10-22 20:28:50 +08:00
<template>
<view class="content">
2025-10-26 16:36:59 +08:00
<view class="topBox">
<view class="statusText">{{orderInfo.status_name}}</view>
<view class="statusTip">{{orderInfo.order_status_content}}</view>
</view>
<view class="orderInfoBox" style="overflow: hidden;">
<view class="viewBox">
<view>货物信息</view>
<view class="goodsInfo flex-between">
<view class="infoLeft flex-center">
2025-11-04 19:40:52 +08:00
<image :src="path+orderInfo.type_image" class="goodsImg"></image>
2025-10-26 16:36:59 +08:00
<view style="margin-left: 22rpx;">
<view class="text1">回收品类</view>
<view class="text2">{{orderInfo.type_name}}</view>
</view>
</view>
<view class="infoCenter">
<view class="text1">数量</view>
<view style="margin-top: 15rpx;">
<text class="textIcon">x</text>
<text class="textNum">{{orderInfo.quantity}}</text>
</view>
</view>
<view class="infoRight">
<view class="text1">单价</view>
<view style="margin-top: 15rpx;">
<text class="textIcon"></text>
<text class="textNum">{{orderInfo.single_price}}</text>
</view>
</view>
</view>
2025-10-26 22:20:33 +08:00
<view class="specsBox flex-between">
<view class="flex-center">
2025-11-04 19:40:52 +08:00
<text class="specsText">规格{{deelData(orderInfo.spec_value)}}</text>
2025-10-26 22:20:33 +08:00
<u-icon name="arrow-right" color="#282F38" size="10"></u-icon>
</view>
2025-11-04 19:40:52 +08:00
<!-- <view class="updateBtn">更改</view> -->
2025-10-26 22:20:33 +08:00
<!-- <text class="specsText">规格</text>
<text>{{deelData(orderInfo.spec_value)}}</text> -->
2025-10-26 16:36:59 +08:00
<!-- <text v-for="item in orderInfo.spec_value">{{item}}</text> -->
<!-- <u-icon name="arrow-right" color="#282F38" size="10"></u-icon> -->
</view>
2025-10-22 20:28:50 +08:00
2025-10-26 16:36:59 +08:00
<view class="countBox">
<view class="text1">合计</view>
<view style="margin-top: 0rpx;">
<text class="textIcon"></text>
<text class="textNum">{{orderInfo.price}}</text>
</view>
</view>
</view>
<view v-show="orderInfo.person_name" class="infoWrap" style="border-radius: 30rpx;background: #fff;margin-top: 20rpx;">
<view class="bgHead">
回收员信息
</view>
<view class="infoBox">
<text class="infoText1">{{orderInfo.person_name}}</text>
<text class="infoText2">{{orderInfo.person_mobile}}</text>
<view class="infoTip">平台已认证师傅资质上门请校核是否本人上门</view>
2025-11-04 19:40:52 +08:00
<view class="flex-center infoBtnBox" @click="callPhone(orderInfo.accept_mobile)">
2025-10-26 16:36:59 +08:00
<u-icon name="phone" color="#282F38" size="22" style="margin-right: 12rpx;margin-top: 5rpx;"></u-icon>
联系师傅
</view>
</view>
</view>
<view class="infoWrap" style="border-radius: 30rpx;background: #fff;margin-top: 20rpx;">
<view class="bgHead">
用户信息
</view>
2025-10-26 22:20:33 +08:00
<view class="infoBox" style="padding-bottom: 29rpx;">
<view style="border-bottom: 1px solid #DEDEDE;padding-bottom: 30rpx;">
2025-10-26 16:36:59 +08:00
<text class="infoText1">{{orderInfo.accept_name}}</text>
<text class="infoText2">{{orderInfo.accept_mobile}}</text>
<view class="infoAddress" style="margin-top: 10rpx;">{{orderInfo.area_name}}{{orderInfo.accept_address}}</view>
</view>
</view>
2025-10-26 22:20:33 +08:00
<view class="funBtnBox flex-between">
2025-11-04 19:40:52 +08:00
<view class="leftBtn flex-center" @click="callPhone(orderInfo.accept_mobile)">
2025-10-26 22:20:33 +08:00
<image :src="path+'/assets/img/icon/phone2.png'" class="btnIcon"></image>
<text>联系用户</text>
</view>
<view class="rightBtn flex-center" @click="toNearbyStore">
2025-10-26 22:20:33 +08:00
<image :src="path+'/assets/img/icon/send2.png'" class="btnIcon"></image>
2025-11-04 19:40:52 +08:00
<text>导航地址</text>
2025-10-26 22:20:33 +08:00
</view>
</view>
2025-10-26 16:36:59 +08:00
</view>
<view class="infoWrap" style="border-radius: 30rpx;background: #fff;margin-top: 20rpx;">
2025-10-26 22:20:33 +08:00
<view class="bgHead flex-between">
<view>
预约上门时间
<text class="start" style="line-height: 59rpx; color:#FF5F5F">*</text>
<text class="infoTip2">先与客户确认哦~</text>
</view>
<text class="recordLable">预约记录</text>
2025-10-26 16:36:59 +08:00
</view>
<view class="infoBox">
2025-10-26 22:20:33 +08:00
<!-- <view class="flex-between">
2025-10-26 16:36:59 +08:00
<text class="infoDate">请选择上门服务时间</text>
2025-10-26 22:20:33 +08:00
<u-icon name="arrow-right" color="#333333" size="13"></u-icon>
</view> -->
<!-- <view class="flex-between">
<view class="infoDate2 flex-center">
<view>今日</view>
<view style="margin-left: 28rpx;">09:00-11:00</view>
</view>
<view class="flex-center">
<view class="updateLable">更改</view>
<u-icon name="arrow-right" color="#333333" size="13"></u-icon>
</view>
</view> -->
2025-11-04 19:40:52 +08:00
<view class="flex-between" @click="selectTime">
2025-10-26 22:20:33 +08:00
<view class="infoDate3 flex-center">
<view>今日</view>
2025-11-04 19:40:52 +08:00
<view style="margin-left: 28rpx;">{{order_person_time}}</view>
2025-10-26 22:20:33 +08:00
</view>
<view class="flex-center">
2025-11-04 23:17:00 +08:00
<text v-show="!order_person_time" class="recordLable">选择预约时间</text>
2025-10-26 22:20:33 +08:00
<u-icon name="arrow-right" color="#333333" size="13"></u-icon>
</view>
2025-10-26 16:36:59 +08:00
</view>
2025-10-26 22:20:33 +08:00
<view class="toDoorDate">期望上门时间{{orderInfo.order_time}}</view>
2025-10-26 16:36:59 +08:00
</view>
</view>
<view class="detailBox">
<view>订单备注</view>
<view class="detailText">{{orderInfo.remark}}</view>
</view>
<view class="detailBox">
<view>订单信息</view>
<view class="detailText">下单时间{{orderInfo.order_time}}</view>
<view class="detailText">订单编号{{orderInfo.order_no}}</view>
</view>
<!-- <view class="news_title">
2025-10-22 20:28:50 +08:00
<view class="fsz30 overflow2 title tag">
{{orderInfo.status_name||''}}
</view>
<view class="time fsz26">
订单号{{orderInfo.order_no||''}}
</view>
<view class="time fsz26">
下单时间{{orderInfo.createtime||''}}
</view>
<view class="time fsz26" v-if="orderInfo.status ==3">
完成时间{{orderInfo.finish_time||''}}
</view>
</view>
<view class="line"></view>
<view class=" w">
<view class="biaoti fsz30">
预约信息
</view>
<view class="main">
<view class="li fsz30">
<view class="ti">联系人 : </view>
<view>{{orderInfo.accept_name||''}}</view>
</view>
<view class="li fsz30">
<view class="ti">电话 : </view>
<view>{{orderInfo.accept_mobile||''}}</view>
</view>
<view class="li fsz30">
<view class="ti">地址 : </view>
<view>{{orderInfo.area_name||''}} </view>
</view>
<view class="li fsz30">
<view class="ti"></view>
<view style=" text-align: right;">{{orderInfo.accept_address||''}}</view>
</view>
<view class="li fsz30" v-if="orderInfo.status ==3">
<view class="ti">订单金额 : </view>
<view style="text-align: right;" class="red-price">{{orderInfo.price||''}}</view>
</view>
<view class="li fsz30" v-if="orderInfo.status ==3">
<view class="ti">订单赠送积分 : </view>
<view style="text-align: right;" class="red-price">{{orderInfo.send_point||''}}</view>
</view>
</view>
</view>
<view class="line"></view>
<view class=" w">
<view class="biaoti fsz30">
回收信息
</view>
<view class="main">
<view class="li fsz30">
<view class="ti">预约回收品类 : </view>
<view>{{orderInfo.type_name||''}}</view>
</view>
<view class="li fsz30">
<view class="ti">预约时间 : </view>
<view>{{orderInfo.order_time||''}}</view>
</view>
<view class="li fsz30">
<view class="ti">预约重量 : </view>
<view>{{orderInfo.weight||''}}</view>
</view>
<view class="li fsz30">
<view class="ti">备注 : </view>
<view>{{orderInfo.remark||'无'}}</view>
</view>
</view>
</view>
<view class="line"></view>
<view class=" w" v-if="orderInfo.status==2">
<view class="biaoti fsz30">
回收员
</view>
<view class="main">
<view class="li fsz30">
<view>姓名 : </view>
<view>{{orderInfo.person_name||''}}</view>
</view>
<view class="li fsz30">
<view >电话 : </view>
<view @tap="call(orderInfo.person_mobile)" >{{orderInfo.person_mobile||''}}</view>
</view>
<view class="li fsz30">
<view >接单时间 : </view>
<view >{{orderInfo.jiedan_time||''}}</view>
</view>
</view>
2025-10-26 16:36:59 +08:00
</view> -->
2025-10-26 22:20:33 +08:00
<view style="height:120px"></view>
2025-10-22 20:28:50 +08:00
</view>
<view class="button-bottom" v-if="orderInfo.status==1 || orderInfo.status==2 || orderInfo.status==3">
2025-10-26 22:20:33 +08:00
<view class="tipBox">请先与客户确认上门服务时间哦~</view>
<view class="buttonEdit flex-center" @click="pop4Show = true" v-if="orderInfo.status == 2">改派</view>
2025-10-26 22:20:33 +08:00
<button class='btn flex-center' v-if="orderInfo.status == 1 || orderInfo.status == 2" @click="cancelOrder()">取消订单</button>
<view class="buttonType2 flex-center" @click.stop="signIn()" v-if="orderInfo.status == 2">上门签到</view>
<view class="buttonType2 flex-center" v-if="orderInfo.status == 3" @click="toPay(orderInfo)">去付款</view>
2025-10-22 20:28:50 +08:00
</view>
<u-popup :show="pop4Show" @close="pop4Show = false" mode="center" :round="30">
<view class="pop4Box">
<view class="flex-between" style="padding: 51rpx 55rpx 0;">
<text class="pop4Title">改派原因</text>
<u-icon @click="pop4Show = false" name="close" color="#333333" size="16" bold></u-icon>
</view>
<u--textarea v-model="notesText" placeholder="请填写改派原因" class="pop4Input" style="background: #EFEFEF;border: none"></u--textarea>
<view class="flex-center" style="margin-top: 55rpx;">
<view class="pop4Btn1" @click="pop4Show = false">取消改派</view>
<view class="pop4Btn2" @click="conformChangeOrder">确认改派</view>
</view>
</view>
</u-popup>
<u-popup :show="signInShow" mode="center" :round="30">
<view class="popBoxOne">
<image :src="path+'/assets/img/icon/star1.png'" class="popOneImg"></image>
<text class="popOneText1">上门签到成功</text>
<text class="popOneText2">上门服务请仔细核对回收货物</text>
<text class="popOneText3">祝您与用户合作愉快~</text>
<view class="popOneBtn flex-center" @click="signInShow = false">好的</view>
</view>
</u-popup>
2025-11-04 19:40:52 +08:00
<appointTime ref="timeRef" @checkTime="checkTime"></appointTime>
2025-10-22 20:28:50 +08:00
</view>
</template>
<script>
import util from '../../common/util';
2025-11-04 19:40:52 +08:00
import appointTime from '@/components/appointTime.vue';
2025-10-22 20:28:50 +08:00
export default {
data() {
return {
order_id: '',
orderInfo: {},
order_person_time: '',
pop4Show: false,
notesText: '',
signInShow: false
2025-10-22 20:28:50 +08:00
};
},
onShow() {
this.getOrderDetail();
},
2025-10-22 20:28:50 +08:00
onLoad(e) {
this.order_id = e.id;
this.getOrderDetail();
},
2025-11-04 19:40:52 +08:00
components: {
appointTime
},
2025-10-22 20:28:50 +08:00
methods: {
toPay(item){
uni.setStorageSync('orderDetail', item);
uni.navigateTo({
url:'/pages/order/pay?id=' + item.id
})
},
signIn(){
let _this = this;
let data = {
status: 3,
order_id: this.order_id
}
uni.getLocation({
type: 'wgs84',
geocode: true,
success: function (res) {
console.log('当前位置的经度:' + JSON.stringify(res));
console.log('当前位置的经度:' + res.longitude);
console.log('当前位置的纬度:' + res.latitude);
data.checkin_latitude = res.latitude
data.checkin_longitude = res.longitude
_this.$api.setorder(data,res=>{
if(res.code == '1'){
_this.tabCur = 3;
// uni.showToast({ title: '签到成功' , icon: 'success' })
this.signInShow = true;
setTimeout(()=>{
this.getOrderDetail()
},2000)
}else{
uni.showToast({ title: res.msg , icon: 'none' })
}
})
}
});
/* #ifdef H5 */
data.checkin_latitude = 32.202905;
data.checkin_longitude = 118.710193;
_this.$api.setorder(data,res=>{
if(res.code == '1'){
_this.tabCur = 3;
// uni.showToast({ title: '签到成功' , icon: 'success' })
this.signInShow = true;
setTimeout(()=>{
this.getOrderDetail()
},2000)
}else{
uni.showToast({ title: res.msg , icon: 'none' })
}
})
/* #endif */
},
conformChangeOrder(){
var _this = this;
_this.$api.reassignOrder({
order_id: this.order_id,
reason: this.notesText
},res=>{
if(res.code == '1'){
uni.showToast({ title: res.msg, icon: 'success' })
setTimeout(function() {
uni.navigateBack({
delta: 1
})
},2000);
}else{
uni.showToast({ title: res.msg, icon: 'none' })
}
})
},
toNearbyStore() {
util.openMap(this.orderInfo.accept_address,this.orderInfo.latitude,this.orderInfo.longitude)
// var url = '';
// const address = this.orderInfo.accept_address; //地址
// const latitude = this.orderInfo.latitude;//纬度
// const longitude = this.orderInfo.longitude;//精度
// url = 'geo:' + latitude + ',' + longitude + '?q=' + encodeURIComponent(address);
// // geo:34.24710702460227,108.90977498072209?q=%E8%A5%BF%E5%AE%89%E5%B8%82%E8%B4%A2%E5%AF%8C%E4%B8%AD%E5%BF%83C%E5%BA%A71002
// console.log(address,latitude,longitude)
// if (uni.getSystemInfoSync().platform == 'android') {
// plus.runtime.openURL(url);
// } else {
// plus.nativeUI.actionSheet({title:"选择地图应用",cancel:"取消",buttons:[{title:"Apple地图"},{title:"百度地图"},{title:"高德地图"},{title:"google地图"}]}, function(e){
// console.log("e.index: " + e.index);
// switch (e.index){
// case 1:
// url = `http://maps.apple.com/?q=${encodeURIComponent(address)}&ll=${latitude},${longitude}&spn=0.008766,0.019441`
// break;
// case 2:
// url = `baidumap://map/marker?location=${latitude},${longitude}&title=DCloud&src=Hello%20uni-app`;
// break;
// case 3:
// url = `iosamap://viewMap?sourceApplication=Hello%20uni-app&poiname=DCloud&lat=${latitude}&lon=${longitude}&dev=0`;
// break;
// case 4:
// url = `comgooglemaps://?q=${encodeURIComponent(address)}&center=${latitude},${longitude}`;
// break;
// plus.runtime.openURL(url, function( e ){
// plus.nativeUI.alert("未安装此地图");
// });
// }
// })
// }
},
2025-11-04 19:40:52 +08:00
checkTime(val){
console.log(val,'kkkkkkk')
let data = {
status: 2,
order_id: this.order_id,
order_person_time: val
}
this.$api.setorder(data,res=>{
if(res.code == '1'){
uni.showToast({ title: res.msg , icon: 'success' })
this.order_person_time = val;
2025-11-04 19:40:52 +08:00
// this.recycleOrderList()
setTimeout(()=>{
// this.menuNum = 2
this.getOrderDetail()
},2000)
2025-11-04 19:40:52 +08:00
}else{
uni.showToast({ title: res.msg , icon: 'none' })
}
})
},
deelData(val){
console.log(val)
let str = ''
let index = 1
for(let key in val){
console.log(key)
if(index>1){
str += ' | ' + key+':'+val[key]
}else{
str += key+':'+val[key]
}
index++
}
console.log(str)
return str
},
selectTime(){
if(this.orderInfo.status == '1' || this.orderInfo.status == '7' || this.orderInfo.status == '2'){
this.$refs.timeRef.open()
}
},
2025-10-26 16:36:59 +08:00
callPhone(phoneNumber) {
uni.makePhoneCall({
phoneNumber: phoneNumber, // 必需,电话号码字符串
success: (res) => {
console.log("拨号成功", res);
},
fail: (err) => {
console.error("拨号失败", err);
}
});
},
deelData(val){
console.log(val)
let str = ''
let index = 1
for(let key in val){
console.log(key)
if(index>1){
str += ' | ' + key+':'+val[key]
}else{
str += key+':'+val[key]
}
index++
}
console.log(str)
return str
},
2025-10-22 20:28:50 +08:00
cancelOrder() {
uni.showModal({
title:'提示',
content: '确认要取消订单吗?',
success:(ret)=>{
if(ret.confirm){
let data = {
id: this.order_id
}
this.$api.cancelorder(data, res => {
if (res.code ==1) {
uni.showToast({ title: res.msg , icon: 'success' })
setTimeout(function() {
uni.navigateBack({
delta: 1
})
2025-10-22 20:28:50 +08:00
},2000);
} else {
uni.showToast({ title: res.msg , icon: 'none' })
}
})
}
}
})
},
getOrderDetail() {
let _this = this
let data = {
id: _this.order_id
}
2025-10-29 15:50:14 +08:00
_this.$api.personorderdetail(data, function(res) {
2025-10-22 20:28:50 +08:00
if (res.code ==1 ) {
let data = res.data.info
2025-11-04 19:40:52 +08:00
_this.orderInfo = data;
_this.order_person_time = data.order_person_time;
2025-10-22 20:28:50 +08:00
} else {
uni.showToast({ title: res.msg , icon: 'none' })
}
})
},
call(phone){
uni.makePhoneCall({
phoneNumber:phone,
success:function(){
console.log('拨打电话成功');
},
fail() {
console.log('打电话失败了');
}
})
},
}
};
</script>
<style lang="scss">
2025-10-26 16:36:59 +08:00
page{
background: #F5F5FA;
}
2025-10-22 20:28:50 +08:00
.news_title{
border-bottom: 1px solid #eee;
padding: 20rpx 5%;
box-sizing: border-box;
overflow: hidden;
position: relative;
width: 100%; }
.news_title .title{
color: #333;
line-height: 50rpx;
}
.news_title .time{
color: #777;
margin-top: 20rpx;
}
.news_title .tag{
color: #e01f20;
}
.biaoti{
color: #777777;
height: 90rpx;
line-height: 90rpx;
margin-top: 20rpx; }
.biaoti image{width: 35rpx;margin-right: 10rpx; margin-bottom: -6rpx;}
.main{
line-height: 60rpx;}
.main .li{
display: flex;
justify-content: space-between;
}
.line{border:solid 3px #eee}.button-bottom {
padding: 15upx 26upx;
text-align: right;
display: block;
2025-10-26 16:36:59 +08:00
display: flex;
justify-content: flex-end;
height: unset;
}
.buttonEdit{
width: 224rpx;
height: 90rpx;
background: #FFFFFF;
border-radius: 45rpx;
border: 1px solid #FB8F0C;
font-weight: 500;
font-size: 30rpx;
color: #FB8F0C;
2025-10-22 20:28:50 +08:00
}
.button-bottom .btn {
margin-left: 20upx;
2025-10-26 16:36:59 +08:00
width: 224rpx!important;
height: 90rpx;
background: #FFFFFF;
border-radius: 45rpx;
border: 1px solid #FB8F0C;
font-weight: 500;
font-size: 30rpx;
color: #FB8F0C;
flex: unset;
2025-10-22 20:28:50 +08:00
}
.ti{width:115px}
2025-10-26 16:36:59 +08:00
.topBox{
width: 100%;
height: 280rpx;
background: linear-gradient(0deg, #F5F5FA 0%, #FFF3D5 100%);
padding: 0 72rpx;
overflow: hidden;
}
.statusText{
font-weight: bold;
font-size: 36rpx;
color: #413A2A;
margin-top: 52rpx;
}
.statusTip{
font-weight: 400;
font-size: 24rpx;
color: #A69879;
margin-top: 20rpx;
}
.orderInfoBox{
padding: 0 35rpx;
margin-top: -80rpx;
}
.viewBox{
background: #fff;
border-radius: 30rpx;
padding: 35rpx;
.goodsInfo{
margin-top: 32rpx;
background: #FFF9F5;
border-radius: 20rpx;
padding: 14rpx 16rpx;
padding-right: 35rpx;
.infoLeft{
.goodsImg{
width: 80rpx;
height: 80rpx;
}
.text1{
font-weight: 500;
font-size: 22rpx;
color: #333333;
}
.text2{
font-weight: 500;
font-size: 30rpx;
color: #333333;
margin-top: 15rpx;
}
}
.infoCenter{
.text1{
font-weight: 500;
font-size: 22rpx;
color: #333333;
}
.textIcon{
font-weight: 500;
font-size: 30rpx;
color: #333333;
}
.textNum{
font-weight: 500;
font-size: 30rpx;
color: #333333;
margin-left: 7rpx;
}
}
.infoRight{
.text1{
font-weight: 500;
font-size: 22rpx;
color: #333333;
text-align: center;
}
.textIcon{
font-weight: 500;
font-size: 24rpx;
color: #ED6343;
}
.textNum{
font-weight: 500;
font-size: 36rpx;
color: #ED6343;
margin-left: 7rpx;
}
}
}
}
.specsBox{
height: 70rpx;
background: #FFF7F7;
border-radius: 20rpx;
margin-top: 10rpx;
font-weight: 500;
font-size: 22rpx;
color: #333333;
2025-10-26 22:20:33 +08:00
// display: flex;
// flex-direction: row;
// justify-content: flex-start;
// align-items: center;
2025-10-26 16:36:59 +08:00
padding-left: 33rpx;
2025-10-26 22:20:33 +08:00
padding-right: 25rpx;
2025-10-26 16:36:59 +08:00
.specsText{
font-weight: 500;
font-size: 22rpx;
color: #333333;
margin-right: 18rpx;
margin-top: -5rpx;
}
2025-10-26 22:20:33 +08:00
.updateBtn{
width: 91rpx;
height: 51rpx;
line-height: 51rpx;
background: #FFFFFF;
border-radius: 26rpx;
font-weight: 500;
font-size: 22rpx;
color: #FF8E3B;
text-align: center;
}
2025-10-26 16:36:59 +08:00
}
.countBox{
display: flex;
justify-content: flex-start;
// align-items: flex-end;
align-items: center;
margin-top: 15rpx;
padding-left: 10rpx;
.text1{
font-weight: 500;
font-size: 22rpx;
color: #333333;
text-align: center;
margin-right: 14rpx;
margin-top: 7rpx;
}
.textIcon{
font-weight: 500;
font-size: 24rpx;
color: #ED6343;
}
.textNum{
font-weight: 500;
font-size: 36rpx;
color: #ED6343;
margin-left: 7rpx;
}
}
.infoWrap{
.bgHead{
height: 108rpx;
line-height: 108rpx;
background: linear-gradient(180deg, #FFFAF5 0%, #FFFFFF 100%);
border-radius: 30rpx 30rpx 0rpx 0rpx;
padding-left: 41rpx;
font-weight: bold;
font-size: 30rpx;
color: #333333;
.infoTip2{
font-weight: 400;
font-size: 22rpx;
color: #FF7F18;
margin-left: 38rpx;
}
}
.infoBox{
padding: 0 39rpx 45rpx;
margin-top: -5rpx;
.infoText1{
font-weight: bold;
font-size: 32rpx;
color: #333333;
}
.infoText2{
font-weight: bold;
font-size: 32rpx;
color: #333333;
margin-left: 28rpx;
}
.infoAddress{
font-weight: 300;
font-size: 22rpx;
color: #95979B;
// font-weight: 300;
// font-size: 28rpx;
// color: #95979B;
// margin-top: 30rpx;
}
.infoTip{
font-weight: 400;
font-size: 22rpx;
color: #E4AA45;
margin-top: 12rpx;
border-bottom: 1px solid #DEDEDE;
padding-bottom: 29rpx;
}
.infoDate{
font-weight: 400;
font-size: 32rpx;
color: #999999;
}
.infoTip3{
background: #FFF4ED;
border-radius: 10rpx;
font-weight: 400;
font-size: 22rpx;
color: #FF7F18;
padding: 16rpx 11rpx;
}
.infoBtnBox{
font-weight: 400;
font-size: 32rpx;
color: #333333;
margin-top: 41rpx;
}
}
}
.detailBox{
padding: 45rpx 37rpx 60rpx;
border-radius: 30rpx;
background: #fff;
margin-top: 20rpx;
font-weight: bold;
font-size: 30rpx;
color: #333333;
.detailText{
font-weight: 400;
font-size: 28rpx;
color: #333333;
margin-top: 41rpx;
}
}
2025-10-26 22:20:33 +08:00
.funBtnBox{
padding-bottom: 45rpx;
.leftBtn{
height: 58rpx;
width: 50%;
border-right: 1rpx solid #B0B0B0;;
}
.rightBtn{
height: 58rpx;
width: 50%;
}
.btnIcon{
width: 33rpx;
height: 33rpx;
margin-right: 15rpx;
}
}
.toDoorDate{
font-weight: 400;
font-size: 28rpx;
color: #999999;
margin-top: 40rpx;
}
.recordLable{
font-weight: 400;
font-size: 28rpx;
color: #333333;
margin-right: 30rpx;
}
.infoDate2{
font-weight: bold;
font-size: 32rpx;
color: #FF7F18;
}
.infoDate3{
font-weight: bold;
font-size: 32rpx;
color: #333333;
}
.updateLable{
font-weight: 400;
font-size: 28rpx;
color: #333333;
margin-right: 15rpx;
}
.buttonType2{
width: 224rpx;
height: 90rpx;
background: linear-gradient(45deg, #FFAD38 0%, #FF9023 100%);
border-radius: 45rpx;
font-weight: 500;
font-size: 30rpx;
color: #FFFFFF;
margin-left: 24rpx;
}
.tipBox{
position: absolute;
left: 0;
height: 60rpx;
width: 100%;
text-align: left;
line-height: 60rpx;
// bottom: 100rpx;
padding-left: 56rpx;
top: -60rpx;
font-weight: 400;
font-size: 26rpx;
color: #FF8C27;
background: #FFF8F3;
}
.pop4Box{
width: 640rpx;
height: 480rpx;
background: #FFFFFF;
border-radius: 30rpx;
.pop4Title{
font-weight: bold;
font-size: 36rpx;
color: #000000;
}
.pop4Input{
width: 560rpx;
height: 173rpx;
background: #EFEFEF;
border-radius: 7rpx;
margin: 29rpx auto 0;
}
.pop4Btn1{
width: 260rpx;
height: 80rpx;
line-height: 80rpx;
background: #F6F6F6;
border-radius: 40rpx;
font-weight: 500;
font-size: 28rpx;
color: #333333;
text-align: center;
}
.pop4Btn2{
width: 260rpx;
height: 80rpx;
line-height: 80rpx;
background: #FB7D06;
border-radius: 40rpx;
font-weight: 500;
font-size: 28rpx;
color: #fff;
text-align: center;
margin-left: 20rpx;
}
}
.popBoxOne{
width: 520rpx;
height: 620rpx;
background: linear-gradient(0deg, #FFFFFF 0%, #FFF3EA 100%);
border-radius: 30rpx;
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
.popOneImg{
width: 429rpx;
height: 429rpx;
position: absolute;
top: -182rpx;
left: 0;
right: 0;
margin: 0 auto;
}
.popOneText1{
font-weight: bold;
font-size: 36rpx;
color: #181622;
margin-top: 205rpx;
}
.popOneText2{
font-weight: 500;
font-size: 26rpx;
color: #181622;
margin-top: 26rpx;
}
.popOneText3{
font-weight: 500;
font-size: 26rpx;
color: #181622;
}
.popOneBtn{
width: 260rpx;
height: 90rpx;
background: #FB8F0C;
border-radius: 45rpx;
font-weight: 500;
font-size: 28rpx;
color: #FFFFFF;
margin-top: 72rpx;
}
}
2025-10-22 20:28:50 +08:00
</style>