diff --git a/app.js b/app.js
index 14f4569..44fb99c 100644
--- a/app.js
+++ b/app.js
@@ -16,8 +16,10 @@ App({
iv: '',
code: '',
- url: 'http://ruilaizi.gnway.cc',
- // url: 'https://ruilaizipj.com',
+
+ // url: 'https://ruilaizipj.com',
+ url: 'http://chengjie.free.idcfengye.com',
+
phone: '',
diff --git a/app.json b/app.json
index 9a9ec6d..eb8d817 100644
--- a/app.json
+++ b/app.json
@@ -10,7 +10,6 @@
"pages/reforderdetail/reforderdetail",
"pages/mechanism/mechanism",
"pages/wodeqianbao/qianbao",
- "pages/refund/refund",
"pages/peizhen/peizhen",
"pages/peizhen/peizhendetail",
"pages/guanyu/guanyu",
diff --git a/pages/image/Hairdressing.png b/pages/image/Hairdressing.png
deleted file mode 100644
index 376731d..0000000
Binary files a/pages/image/Hairdressing.png and /dev/null differ
diff --git a/pages/image/Micro.png b/pages/image/Micro.png
deleted file mode 100644
index 115f823..0000000
Binary files a/pages/image/Micro.png and /dev/null differ
diff --git a/pages/image/Skin.png b/pages/image/Skin.png
deleted file mode 100644
index 2deb0bf..0000000
Binary files a/pages/image/Skin.png and /dev/null differ
diff --git a/pages/image/White.png b/pages/image/White.png
deleted file mode 100644
index 81cb795..0000000
Binary files a/pages/image/White.png and /dev/null differ
diff --git a/pages/image/expired.png b/pages/image/expired.png
deleted file mode 100644
index b1d1ea7..0000000
Binary files a/pages/image/expired.png and /dev/null differ
diff --git a/pages/image/manicure.png b/pages/image/manicure.png
deleted file mode 100644
index d235a78..0000000
Binary files a/pages/image/manicure.png and /dev/null differ
diff --git a/pages/image/no_order.png b/pages/image/no_order.png
deleted file mode 100644
index 17bd92d..0000000
Binary files a/pages/image/no_order.png and /dev/null differ
diff --git a/pages/image/null.png b/pages/image/null.png
deleted file mode 100644
index 17bd92d..0000000
Binary files a/pages/image/null.png and /dev/null differ
diff --git a/pages/image/service_bg.png b/pages/image/service_bg.png
deleted file mode 100644
index 83e62e9..0000000
Binary files a/pages/image/service_bg.png and /dev/null differ
diff --git a/pages/image/tuiguang_i.png b/pages/image/tuiguang_i.png
deleted file mode 100644
index e6283c2..0000000
Binary files a/pages/image/tuiguang_i.png and /dev/null differ
diff --git a/pages/peizhen/peizhendetail.js b/pages/peizhen/peizhendetail.js
index b5b938c..72bbfe8 100644
--- a/pages/peizhen/peizhendetail.js
+++ b/pages/peizhen/peizhendetail.js
@@ -211,7 +211,7 @@ Page({
wx.request({
url: app.globalData.url + '/system/order/insertOrderPz',
data: {
- bId: "1", //陪护人员id
+ bId: "104", //陪护人员id
cId: wx.getStorageSync('uid'), //患者id
yuguMoney: this.data.item.price, //金额
yuliu9: "2", //订单大类1-陪护 2-陪诊
diff --git a/pages/refund/refund.js b/pages/refund/refund.js
deleted file mode 100644
index e529c37..0000000
--- a/pages/refund/refund.js
+++ /dev/null
@@ -1,456 +0,0 @@
-//获取应用实例
-var app = getApp();
-Page({
-
- /**
- * 页面的初始数据
- */
- data: {
- dingdan_msg:false,
- goods_id:'',
- type:'',
- fileListtwo: [],
- reason:[],
- id:'',
- refund_remark:'',
- voucher_img:'',
- mengceng:false,
- refund_box:false,
- refund_id:'',
- refund_ordertime:'',
- charge_phone:'',
- time:'',
- timeData: {},
- refund_name:'请选择',
- goods_img:[],
- list:[
- {
- text:'不喜欢/不想要',
- },
- {
- text:'商品信息与描述不符'
- },
- {
- text:'买多/买错/计划有变'
- },
- {
- text:'更换其他项目、购买了其他项目'
- },
- {
- text:'没有时间/个人原因'
- },
- {
- text:'其他原因'
- }
- ]
- },
- onChange(e) {
- this.setData({
- timeData: e.detail,
- });
- },
- afterReadtwo(event) {
- var that = this;
- const { file } = event.detail;
- // 当设置 mutiple 为 true 时, file 为数组格式,否则为对象格式
-
- wx.uploadFile({
- url: app.buildUrl("/app/Goddesswechat/uploadImg"),
- filePath: file.url,
- name: 'file',
- formData: {
- uid:app.getCache('uid'),
- token:app.getCache('token'),
- file:file.url
- },
-
- success: (res)=> {
- var resp = res.data;
- var rstObj = JSON.parse(resp); //字符串转为对象
- if(rstObj.erro==0){
- app.console(rstObj.file_path+'cccccccc')
-
- // 上传完成需要更新 fileList
- const { fileListtwo = [] } = that.data;
- fileListtwo.push({ ...file, url: rstObj.file_path ,name:rstObj.file_name});
- that.setData({
- fileListtwo,
- voucher_img:rstObj.file_path
- });
- }else{
- wx.showToast({ title: rstObj.msg, icon: 'none' });
- return;
- }
- },
- });
- },
- deletetwo(event){
- app.console(event.detail.index+"================="+222),
- this.data.fileListtwo.splice([event.detail.index],1)
- this.setData({fileListtwo:this.data.fileListtwo});
- },
- /**
- * 生命周期函数--监听页面加载
- */
- onLoad: function (options) {
- console.log(options.type)
- console.log(options.id)
- //详情显示
- if(options.type==2){
- this.setData({
- id:options.id,
- type:2
- })
- this.refundOderInfor()
- }
- //退款编辑
- if(options.type==3){
- this.setData({
- id:options.id,
- type:3
- })
- this.refundOderInfor()
- }
- //退款驳回
- if(options.type==1){
- this.setData({
- id:options.id,
- type:1
- })
- this.refundOderInfor()
- }
- //待退款
- if(options.type==4){
- this.setData({
- id:options.id,
- type:4
- })
- this.refundOderInfor()
- }
- this.getRefundReason()
-
- },
- select(){
- this.setData({
- refund_box:true,
- mengceng:true
- })
- },
- mengceng(){
- this.isok()
- },
- isok(){
- this.setData({
- refund_box:false,
- mengceng:false
- })
-},
-commit(){
- wx.navigateTo({
- url: '/pages/reforderdetail/reforderdetail?'+"type="+'3'+ '&id=' +this.data.id,
- })
- // var that = this;
- // that.data.fileListtwo.forEach(item => {
- // app.console('长度=item================'+item)
- // const { goods_img = [] } = that.data;
- // goods_img.push(item.url);
- // that.setData({ goods_img });
- // }),
- // wx.request({
- // url: app.buildUrl("/app/Goddesswechat/submitRefund"),
- // header: app.getRequestHeader(),
- // method:'POST',
- // data: {
- // version_number: app.globalData.version_number,
- // uid:wx.getStorageSync('uid'),
- // token:wx.getStorageSync('token'),
- // id:this.data.id,
- // refund_id:this.data.refund_id,
- // refund_remark:this.data.refund_remark,
- // voucher_img:that.data.goods_img,
- // },
- // success: function (res) {
- // var resp = res.data;
- // console.log(resp+"=================dddddddddddddddddddddddddddddddddddddddddddd")
- // if(resp.erro==0){
- // wx.showToast({ title: resp.msg, icon: 'none' });
- // setTimeout(function () {
- // //要延时执行的代码
- // wx.switchTab({
- // url: '/pages/order/order',
- // });
- // }, 2000) //延迟时间 这里是2秒
- // }else{
- // wx.showToast({ title: resp.msg, icon: 'none' });
- // }
- // }
- // });
-
-},
- onClickLeft() {
- wx.navigateBack()
- },
- //撤销退款申请
-revoke(){
- console.log(this.data.infro);
- wx.request({
- url: app.buildUrl("/app/Goddesswechat/cancelRefund"),
- header: app.getRequestHeader(),
- method:'POST',
- data: {
- version_number: app.globalData.version_number,
- uid:wx.getStorageSync('uid'),
- token:wx.getStorageSync('token'),
- id:this.data.infro.order_id,
- },
- success: function (res) {
- var resp = res.data;
- if(resp.erro==0){
- wx.showToast({ title: resp.msg, icon: 'none' });
- setTimeout(function () {
- //要延时执行的代码
- wx.switchTab({
- url: '/pages/order/order',
- });
- }, 2000) //延迟时间 这里是2秒
- }else{
- wx.showToast({ title: resp.msg, icon: 'none' });
- }
- }
-});
-},
- /**
- * 生命周期函数--监听页面初次渲染完成
- */
- onReady: function () {
-
- },
-
- /**
- * 生命周期函数--监听页面显示
- */
- onShow: function () {
- // this.refundOderInfor();
- },
-
- /**
- * 生命周期函数--监听页面隐藏
- */
- onHide: function () {
-
- },
-
- /**
- * 生命周期函数--监听页面卸载
- */
- onUnload: function () {
-
- },
-
- /**
- * 页面相关事件处理函数--监听用户下拉动作
- */
- onPullDownRefresh: function () {
-
- },
-
- /**
- * 页面上拉触底事件的处理函数
- */
- onReachBottom: function () {
-
- },
-
- /**
- * 用户点击右上角分享
- */
- onShareAppMessage: function () {
-
- },
- //退款订单详情
- refundOderInfor: function () {
- var that = this;
- wx.request({
- url: app.buildUrl("/app/Goddesswechat/refundOderInfor"),
- header: app.getRequestHeader(),
- method:'POST',
- data: {
- version_number: this.data.version_number,
- uid:wx.getStorageSync('uid'),
- token:wx.getStorageSync('token'),
- id:this.data.id
- },
- success: function (res) {
- var resp = res.data;
- console.log(resp+"=================dddddddddddddddddddddddddddddddddddddddddddd")
- console.log(resp.erro+"=================dddddddddddddddddddddddddddddddddddddddddddd")
- if(resp.erro==0){
- that.setData({
- infro:resp.infro
-
- });
- }
- }
- });
-},
-callphone(){
- wx.makePhoneCall({
- phoneNumber: this.data.infro.charge_phone,
-
- })
-},
-radioChange(e) {
- console.log('radio发生change事件,携带value值为:', e.detail.value)
- this.setData({
- refund_id:e.detail.value
- })
- const reason = this.data.reason
- for (let i = 0, len = reason.length; i < len; ++i) {
- reason[i].checked = reason[i].value === e.detail.value
- }
- this.setData({
- reason
- })
-
- this.data.reason.forEach(item => {
- if(this.data.refund_id==item.id){
- this.setData({ refund_name:item.reason });
- }
- })
- console.log('radio发生change事件,携带value值为:', this.data.refund_name)
- this.isok()
-},
-//后台设置的退款原因
-getRefundReason: function () {
- var that = this;
- wx.request({
- url: app.buildUrl("/app/Goddesswechat/getRefundReason"),
- header: app.getRequestHeader(),
- method:'POST',
- data: {
- version_number: app.globalData.version_number,
- uid:wx.getStorageSync('uid'),
- token:wx.getStorageSync('token'),
- },
- success: function (res) {
- var resp = res.data;
- console.log(resp+"=================dddddddddddddddddddddddddddddddddddddddddddd")
- if(resp.erro==0){
- that.setData({
- reason:resp.reason
-
- });
- console.log(that.data.refund_id);
- that.data.reason.forEach(item => {
- if(that.data.refund_id==item.id){
- that.setData({ refund_name:item.reason });
- }
- })
- }
- }
- });
-},
-
-//退款订单信息
-refundOderInfor: function () {
- var that = this;
- wx.request({
- url: app.buildUrl("/app/Goddesswechat/refundOderInfor"),
- header: app.getRequestHeader(),
- method:'POST',
- data: {
- version_number: app.globalData.version_number,
- uid:wx.getStorageSync('uid'),
- token:wx.getStorageSync('token'),
- id:this.data.id
- },
- success: function (res) {
- console.log(res);
- var resp = res.data;
- if(resp.erro==0){
- if(that.data.type==3){
- that.setData({
- infro:resp.infro,
- });
- }else{
- that.setData({
- infro:resp.infro,
- refund:resp.refund,
- refund_remark:resp.refund.refund_remark,
- goods_img:resp.refund.voucher_img,
- refund_id:resp.refund.refund_id,
- refund_ordertime:resp.refund.time
- });
- }
- console.log(that.data.refund_id);
- // that.data.reason.forEach(item => {
- // if(that.data.refund_id==item.id){
- // that.setData({ refund_name:item.reason });
- // console.log(this.refund);
- // }
- // })
- if(that.data.goods_img.length>0){
- that.data.goods_img.forEach(item => {
- app.console('长度=item================'+item)
- const { fileListtwo = [] } = that.data;
- fileListtwo.push({ url: item });
- that.setData({ fileListtwo });
- })
- that.setData({
- goods_img:[]
- })
- }
-
- //截止时间
- if(that.data.refund_ordertime!=null){
- var str2=that.data.refund_ordertime
- app.console(str2+"=========555555========")
- let currentt = formatTime(new Date(str2))
- let t = currentt
- let repTime = t.replace(/-/g, '/');
- let timeTamp = Date.parse(repTime);
- let time = timeTamp /1000
- let now = new Date().getTime();
- let diff = parseInt(now / 1000 - time);
-
- if (diff < 24*60*60) {
- app.console(diff+"=========等待商家处理时间内========")
- that.setData({
- time:(24*60*60-diff)*1000
- })
- } else {
- app.console(diff+"=========等待商家处理代付款超时========")
- }
-
-
- }
-
- }
- }
- });
-},
-
-})
-
-
-
-
-const formatTime = date => {
- const year = date.getFullYear()
- const month = date.getMonth() + 1
- const day = date.getDate()
- const hour = date.getHours()
- const minute = date.getMinutes()
- const second = date.getSeconds()
-
- return `${[year, month, day].map(formatNumber).join('/')} ${[hour, minute, second].map(formatNumber).join(':')}`
-}
-
-const formatNumber = n => {
- n = n.toString()
- return n[1] ? n : `0${n}`
-}
-
-module.exports = {
- formatTime
-}
\ No newline at end of file
diff --git a/pages/refund/refund.json b/pages/refund/refund.json
deleted file mode 100644
index 0147b99..0000000
--- a/pages/refund/refund.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "usingComponents": {
- "van-nav-bar":"/miniprogram/miniprogram_npm/@vant/weapp/nav-bar/index",
- "van-uploader": "/miniprogram/miniprogram_npm/@vant/weapp/uploader/index",
- "van-count-down": "/miniprogram/miniprogram_npm/@vant/weapp/count-down/index"
- },
- "navigationBarTitleText": "退款详情"
- }
\ No newline at end of file
diff --git a/pages/refund/refund.wxml b/pages/refund/refund.wxml
deleted file mode 100644
index 36a8cb8..0000000
--- a/pages/refund/refund.wxml
+++ /dev/null
@@ -1,172 +0,0 @@
-
- 退款失败,请修改申请
- 请等待商家处理
- 退款成功
-
- 失败原因:
- 剩余时间:
- 退款金额:
- 可退款时间剩余:
-
- 请重新填写您的退款申请
- {{infro.total_money}}
- 9天23小时59分钟
-
-
-
-
- {{ timeData.hours }}
- 时
- {{ timeData.minutes }}
- 分钟
- {{ timeData.seconds }}
- 秒
-
-
-
-
- 商家同意或者超时,系统会在1-2个工作日自动退款
- 退款金额已退到平台余额里
-
-
-
- 联系方式
- {{refund.phone}}
-
-
-
-
-
-
-
-
- {{infro.mechanism_name}}
-
- {{infro.address}}
-
-
-
-
-
-
- {{infro.goods_name}}
- 实付款:
- ¥{{infro.total_money}}
- x{{infro.num}}
-
-
-
-
-
-
-
-
-
-
-
- 核销时间
- {{infro.jurisdiction_time}}
-
-
- 操作人
- {{infro.jurisdiction_name}}
-
-
-
-
-
-
-
-
-
-
- 订单编号:
- {{infro.order_id}}
-
-
- 退款原因:
- {{refund_name}}
-
-
-
- 退款金额:
- ¥{{infro.total_money}}
-
-
- 退款说明:
- {{refund.refund_remark}}
-
-
- 申请时间:
- {{refund.time}}
-
-
- 凭证:
-
-
-
-
-
-
-
-
-
-
-
-修改申请
-
-
- 撤销申请
- 修改申请
-
-
-
-
-
-
-
-
-
-
- 退款原因
-
-
-
- {{item.reason}}
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/refund/refund.wxss b/pages/refund/refund.wxss
deleted file mode 100644
index 1176e2d..0000000
--- a/pages/refund/refund.wxss
+++ /dev/null
@@ -1,587 +0,0 @@
-/* pages/orderdetail/orderdetail.wxss */
-page {
- background: #f6f6f6;
- }
- .transition{
- width: 100%;
- height: 258rpx;
- background: #DB1F2B;
- opacity: 1;
- border-radius: 40rpx 40rpx 0rpx 0rpx;
- padding-top: 10rpx;
- }
- .time_msg {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 66rpx;
- color: #5B5B5B;
- opacity: 1;
- float: left;
- }
- .tran_time{
- display: flex;
- font-size: 28rpx;
- color: #FFFFFF;
- margin-left: 36rpx;
- }
- .tran_text{
- font-size: 20rpx;
- color: #FFFFFF;
- opacity: 1;
- margin: 15rpx 0 48rpx 36rpx;
- }
- .cang_img{
- width: 58rpx;
- height: 89rpx;
- position: absolute;
- top: 24rpx;
- right: 93rpx;
- }
- .status_msg {
- font-size: 38rpx;
- font-family: PingFang SC;
- font-weight: 700;
- line-height: 66rpx;
- color: #FFFFFF;
- opacity: 1;
- margin: 38rpx 0 13rpx 36rpx;
- }
- .status_infor{
- width: 702rpx;
- height: 100rpx;
- background-color: #ffffff;
- position: absolute;
- top: 191rpx;
- left: 24rpx;
- z-index: 0.8;
- display: flex;
- padding-left: 176rpx;
- padding-top: 30rpx;
- }
-
- .details_box {
- display: flex;
- border-bottom: 1px solid #e2e2e2;
- padding: 0 24rpx;
- padding-bottom: 32rpx;
- }
-
- .title {
- width: 430rpx;
- height: 86rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 44rpx;
- color: #222222;
- opacity: 1;
- margin-top: 16rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
-
- .detail_number {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 37rpx;
- color: #B4B4B4;
- opacity: 1;
- }
-
- .money {
- margin-top: 25rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 37rpx;
- color: #B4B4B4;
- opacity: 1;
-
- }
-
- .detail_btn {
- margin-top: 20rpx;
- margin-right: 30rpx;
- float: right;
- /* position: absolute; */
-
- /* bottom: 22rpx;
- right: 24rpx; */
- /* min-width: 140rpx; */
- height: 57rpx;
- /* background: #000; */
- border: 1rpx solid #FF4A4A;
- border-radius: 34rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 57rpx;
- color: #FF4A4A;
- opacity: 1;
- text-align: center;
- /* padding: 0 31rpx; */
- }
-
- .contact {
- height: 364rpx;
- background: #fff;
- margin-top: 65rpx;
- padding: 0 24rpx;
- }
-
- .contact_title {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- line-height: 70rpx;
- color: #333333;
- opacity: 1;
- margin-bottom: 10rpx;
- display: flex;
-
-
- }
-
- .shop_img{
- width: 155rpx;
- height: 155rpx;
- margin: 19rpx 35rpx 0 0;
- }
- .information {
- margin-top: 16rpx;
- background: #fff;
- padding: 21rpx 24rpx;
-
- }
-
- .information_title {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 36rpx;
- color: #686868;
- opacity: 1;
- margin-right: 71rpx;
-
- }
-
- .mengceng {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #000;
- opacity: 0.7;
- }
-
- .qxdd {
- position: fixed;
- left: 95rpx;
- bottom: 50%;
- width: 560rpx;
- height: 247rpx;
- background: #fff;
- border-radius: 20rpx;
-
- }
-
- .msg_btn {
- width: 50%;
- line-height: 85rpx;
- text-align: center;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #4A4A4A;
- opacity: 1;
- }
-
- .msg_title {
- height: 161rpx;
- line-height: 161rpx;
- text-align: center;
- font-size: 28rpx;
- color: #4A4A4A;
- font-family: PingFang SC;
- font-weight: 500;
- border-bottom: 1px solid #EBEBEB;
- }
-
- .erweima_tanchang {
- position: fixed;
- left: 95rpx;
- bottom: 40%;
- width: 560rpx;
- height: 446rpx;
- background: #fff;
- border-radius: 20rpx;
- text-align: center;
- }
-
- .refund_box {
- position: fixed;
- background: #fff;
- bottom: 0;
- width: 100%;
- border-radius: 40rpx 40rpx 0px 0px;
- /* text-align: center; */
- }
-
- .gang {
- width: 102rpx;
- height: 8rpx;
- background: #CCCCCC;
- border-radius: 103rpx;
- margin: 0 auto;
- margin-top: 23rpx;
- margin-bottom: 15rpx;
- }
-
- .refund_title {
- font-size: 34rpx;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 48rpx;
- color: #2D2D2F;
- opacity: 1;
- margin-bottom: 5rpx;
- text-align: center;
- }
-
- .list_box {
- margin: 0 41rpx 0 25rpx;
- display: flex;
- justify-content: space-between;
- height: 102rpx;
- line-height: 102rpx;
- border-bottom: 1rpx solid #E8E8E8;
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- .wrapper {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- }
-
- .block {
- width: 676rpx;
- height: 1125rpx;
- background-color: #fff;
- border-radius: 20rpx;
- }
-
- .select-wrap {
- width: 300rpx;
- margin-left: 116rpx;
- }
-
- .pinGroup {
- height: 270rpx;
- display: flex;
- border-bottom: 1px solid #999999;
- }
- .Groupone {
- height: 161rpx;
- display: flex;
- border-bottom: 1px solid #999999;
- }
- .Group-image {
- width: 230rpx;
- height: 230rpx;
- margin: 19rpx 28rpx 19rpx 31rpx;
- }
-
- .Group-image image {
- width: 100%;
- height: 100%;
- }
-
- .pincontent {
- /* padding: 20rpx 35rpx; */
- width: 400rpx;
- height: 201rpx;
- margin-top: 28rpx;
- }
-
- .pincontent .title1 {
- font-size: 30rpx;
- font-weight: 700;
- }
-
- .pincontent .title2 {
- font-size: 26rpx;
- height: 37rpx;
- line-height: 37rpx;
- display: flex;
- color: #B4B4B4;
- margin: 11rpx 0 18rpx 0;
- }
-
- .pincontent .title2 .house {
- width: 28rpx;
- height: 28rpx;
- margin-right: 7rpx;
- margin-top: 5rpx;
- }
-
-
- .pincontent .title2 .house image {
- width: 100%;
- height: 100%;
- }
-
- .pincontent .Price {
- display: flex;
- }
-
- .pincontent .Price .Price1 {
- font-size: 34rpx;
- color: #FF4A4A;
- line-height: 42rpx;
- margin-right: 17rpx;
- }
-
- .pincontent .Price .Price2 {
- font-size: 24rpx;
- color: #CBCBCB;
- line-height: 41rpx;
- margin-right: 23rpx;
- text-decoration:line-through;
- }
-
- .pincontent .Price .Price3 {
- width: 51rpx;
- height: 21rpx;
- font-size: 15rpx;
- color: #E75D4D;
- border: 1px solid #E75D4D;
- border-radius: 4rpx;
- text-align: center;
- line-height: 18rpx;
- margin-top: 10rpx;
- }
-
- .order-list{
- width: 100%;
- }
-
-
- view {
- box-sizing: border-box;
- overflow: hidden;
- }
- .custom-bar {
- /* background-color: #aaa; */
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- }
- .custom-bar__wrapper {
- padding: 0 10rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .search-group {
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- border-radius: 60rpx;
- /* padding: 0 10rpx; */
- padding-left: 25rpx;
- background: #F5F5F5;
- }
- .search-group > input {
- font-size: 25rpx;
- width: 800rpx;
- }
- .search-group > image {
- height: 32rpx;
- width: 32rpx;
- margin-right: 20rpx
- }
-
- .buttonsty{
- width: 244rpx;
- height: 80rpx;
- text-align: center;
- font-size: 25rpx;
- background: #F5F5F5;
- border-radius: 310rpx;
- align-items: center;
- justify-content: center;
- display: flex ;
- }
-
- /* 优惠活动文字 */
- .Distit {
- width: 685rpx;
- display: flex;
- margin-top: 26rpx;
- justify-content: space-between;
- }
- .textone{
- background: #FF4C00;
- border-radius: 50%;
- width: 29rpx;
- height: 29rpx;
- align-items: center;
- font-size: 17rpx;
- color: #FFFFFF;
- text-align:center;
- }
-
- .viewone{
- display: flex;flex-direction:column;align-items: center; margin-left: 56rpx;
- }
-
- .yaotext{
- font-size: 60rpx;text-shadow: 0rpx 3rpx 5rpx rgba(250, 37, 61, 0.59);
- color: #FFF433;
- display: flex;
- position: relative;
- top: -228rpx;
- justify-content: center;
- font-family: FZChaoCuHei-M10S;
-
- }
- .yaotexttwo{
- font-size: 60rpx;
- font-family: YouSheBiaoTiHei;
- color: #FFFFFF;
- text-shadow: 0rpx 3rpx 6rpx #FE424C;
- display: flex;
- position: relative;
- top: -200rpx;
- justify-content: center;
- }
-
-
- .imageone{
- width: 90rpx;
- height: 90rpx;
- border: 2rpx solid #FF4C00;
- border-style:dashed;
- border-radius: 50%;
- }
- .texttwo{
- background: #FF4C00;
- width: 57rpx;
- height: 27rpx;
- align-items: center;
- font-size: 17rpx;
- color: #FFFFFF;
- text-align:center;
- }
-
-
-
- .status-box{
- height: 88rpx;
- line-height: 88rpx;
- display: flex;
- position: absolute;
- z-index: 1;
- margin-top: 0rpx;
- justify-content: space-between;
- align-items: center;
- background-color:#ffffff;
- margin-left: 220rpx;
- margin-right: 220rpx;
- justify-content: space-between;
-
- }
- .status-box .status-label{
- width: 150rpx;
- height: 100%;
- text-align: center;
- font-size:24rpx;
- color:#353535;
- box-sizing: border-box;
- position: relative;
- }
- .status-box .status-label.active{
-
-
- color: #5B5B5B;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 800;
- border-bottom: 6rpx solid #FF6A6A;
- }
- .status-box .status-label .red-dot{
- width: 16rpx;
- height: 16rpx;
- position: absolute;
- left: 116rpx;
- top:23rpx;
- background-color: #f43530;
- border-radius: 50%;
- }
- .addperson{
- width: 100%;
- height: 120rpx;
- position: fixed;
- left: 0;
- bottom: 0;
- background-color: #ffffff;
- padding: 22rpx 24rpx 0 24rpx;
- }
- .addperson_anniu{
- width: 155rpx;
- line-height: 57rpx;
- border: 1px solid #A5A5A5;
- border-radius: 34rpx;
- text-align:center;
- float: right;
- color: #4A4A4A;
- margin-left:24rpx;
- }
-
- .item {
- display: inline-block;
- width: 22px;
- color: #fff;
- font-size: 12px;
- text-align: center;
- border-radius: 2px;
- }
-
\ No newline at end of file