powerbank/pages/index/index.vue

954 lines
23 KiB
Vue
Raw Permalink Normal View History

2023-11-27 09:57:03 +08:00
<template>
2024-01-27 16:37:52 +08:00
<view class="page">
2024-05-11 10:57:53 +08:00
<!-- 用户首页显示 -->
<view class="useryonghu">
<u-navbar :is-back="false" :border-bottom="false" :background="bgc" title-color='#2E4975' title-size='36'
height='8'></u-navbar>
<view class="title">
充电宝
</view>
<view class="ditu">
<view class="dtxs">
2024-05-29 18:02:01 +08:00
<map class='map' id="map" :latitude="latitude" :longitude="longitude" @markertap="handleMapClick"
2024-05-27 18:03:57 +08:00
:show-location="true" :markers="covers" :scale="mapScale" />
2024-06-08 18:05:07 +08:00
</view>
<view class="fujin">
<image @click="onControltap" style="width: 76rpx;height: 76rpx;position: absolute;right: 40rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/uOS9p7Sy1K9WpVQgD3b9" mode=""></image>
2024-05-11 10:57:53 +08:00
</view>
<view class="tubiao">
<view class="gr" @click="btnindex(1)">
2024-05-25 18:06:00 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/u9QWVWIpUsXIK1Avpt3k" mode=""
style="width: 96rpx;height:98rpx;"></image>
2024-05-11 10:57:53 +08:00
<!-- 个人中心 -->
2024-01-27 16:37:52 +08:00
</view>
2024-05-11 10:57:53 +08:00
<view class="gr" @click="btnindex(2)">
2024-05-25 18:06:00 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uTiL5UkPc0jHlCrEg43v" mode=""
style="width: 96rpx;height:102rpx;"></image>
2024-05-11 10:57:53 +08:00
<!-- 我的订单 -->
2024-01-27 16:37:52 +08:00
</view>
2024-05-11 10:57:53 +08:00
<view class="gr" @click="btnindex(3)">
2024-05-25 18:06:00 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uxi72kKTEFRd5aX3r4Lk" mode=""
style="width: 96rpx;height:98rpx;"></image>
2024-05-11 10:57:53 +08:00
<!-- 附近门店 -->
2024-01-27 16:37:52 +08:00
</view>
2024-05-11 10:57:53 +08:00
<view class="gr" @click="btnindex(4)">
2024-05-25 18:06:00 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uWT7I8JchvWR0adEuDE5" mode=""
style="width: 96rpx;height:94rpx;"></image>
2024-05-11 10:57:53 +08:00
<!-- 联系客服 -->
2024-01-27 16:37:52 +08:00
</view>
</view>
2024-05-11 10:57:53 +08:00
<view class="guangg">
2024-06-08 18:05:07 +08:00
<image :src="imgad" mode=""></image>
2024-05-11 10:57:53 +08:00
</view>
2024-05-15 18:01:50 +08:00
<view class="saoma" @click="scanQRCode">
2024-05-11 10:57:53 +08:00
<view>
2024-05-25 18:06:00 +08:00
<image style="margin-bottom: 10rpx;"
src="https://api.ccttiot.com/smartmeter/img/static/uPapXlAygHNzrml29Bhv" mode=""></image>
扫码充电
2024-01-27 16:37:52 +08:00
</view>
</view>
</view>
2024-05-11 10:57:53 +08:00
</view>
2024-05-25 18:06:00 +08:00
<!-- 租借中弹窗 -->
<view class="zujie" v-if="zujieflag">
<view class="tit">
<text>租借中</text> <text @click="btnzujie">X</text>
</view>
<view class="tishi">
每个用户限借1台归还可直接根据充电宝提示插入空位
</view>
<view class="xiang">
<view class="fenz">
2024-05-27 18:03:57 +08:00
<text>{{zujieobj.remainingTime}}</text> <text>{{zujiemoney > zujieobj.priceStandard.feeMaxPrice ? zujieobj.priceStandard.feeMaxPrice : zujiemoney}}</text>
2024-05-25 18:06:00 +08:00
</view>
<view class="shic">
<text>使用时长</text> <text>预估金额</text>
</view>
<view class="tits">
价格明细
</view>
<view class="shic">
2024-05-27 18:03:57 +08:00
<text>订单金额</text> <text>{{zujiemoney > zujieobj.priceStandard.feeMaxPrice ? zujieobj.priceStandard.feeMaxPrice : zujiemoney}}</text>
2024-05-25 18:06:00 +08:00
</view>
<view class="shuom">
2024-05-27 18:03:57 +08:00
<text v-if="zujieobj.priceStandard.feeMode == 2">{{zujieobj.priceStandard.feePrice}}/小时</text>
<text v-if="zujieobj.priceStandard.feeMode == 1">{{zujieobj.priceStandard.feePrice}}/半小时</text>
2024-05-29 18:02:01 +08:00
{{zujieobj.priceStandard.feeFreeTime}}分钟免费
<text v-if="zujieobj.priceStandard.feeMode == 2">不足一小时按一小时计费</text>
<text v-if="zujieobj.priceStandard.feeMode == 1">不足半小时按半小时计费</text>
总封顶{{zujieobj.priceStandard.feeMaxPrice}}
2024-05-25 18:06:00 +08:00
</view>
<view class="tits">
租借信息
</view>
<view class="shic">
2024-05-27 18:03:57 +08:00
<text>租借时间</text> <text>{{zujieobj.startRentTime}}</text>
2024-05-25 18:06:00 +08:00
</view>
<view class="shic">
2024-05-27 18:03:57 +08:00
<text>租借方式</text> <text v-if="zujieobj.rentType == 1">普通租赁</text> <text
v-if="zujieobj.rentType == 2">免押金租赁</text>
2024-05-25 18:06:00 +08:00
</view>
<view class="shic">
2024-05-27 18:03:57 +08:00
<text style="width: 260rpx;">租借地点</text> <text>{{zujieobj.startStoreAddress}}</text>
2024-05-25 18:06:00 +08:00
</view>
<view class="shic">
2024-05-27 18:03:57 +08:00
<text>归还时间</text> <text>{{zujieobj.endRentTime == null ? '-' : zujieobj.endRentTime}}</text>
2024-05-25 18:06:00 +08:00
</view>
<view class="shic">
2024-05-27 18:03:57 +08:00
<text style="width: 260rpx;">归还地点</text>
<text>{{zujieobj.endStoreAddress == null ? '-' : zujieobj.endStoreAddress}}</text>
2024-05-25 18:06:00 +08:00
</view>
<view class="shic">
2024-05-27 18:03:57 +08:00
<text>租借电池</text> <text>{{zujieobj.deviceSn}}</text>
2024-05-25 18:06:00 +08:00
</view>
<view class="shic">
2024-05-27 18:03:57 +08:00
<text>订单编号</text> <text>{{zujieobj.orderNo}} <text class="fz"
2024-05-25 18:06:00 +08:00
@click="copyText('S1269876456368798741201')">复制</text> </text>
</view>
2024-05-29 18:02:01 +08:00
<view class="huan" @click="btnsale(zujieobj.orderId)">
2024-05-25 18:06:00 +08:00
不想还了留下充电宝
</view>
</view>
</view>
2023-11-27 09:57:03 +08:00
</view>
</template>
<script>
export default {
data() {
return {
2024-05-11 10:57:53 +08:00
params: {
year: true,
month: true,
day: true,
hour: false,
minute: false,
second: false
2024-01-27 16:37:52 +08:00
},
2024-05-11 10:57:53 +08:00
dateindex: 1,
2024-05-15 18:01:50 +08:00
latitude: '', // 初始纬度
longitude: '', // 初始经度
2024-05-11 10:57:53 +08:00
covers: [], // 覆盖物数组
2024-05-25 18:06:00 +08:00
jinweidu: '',
2024-05-27 18:03:57 +08:00
zujieflag: false,
listmap: [],
2024-06-17 18:03:50 +08:00
mapScale: 16,
2024-05-27 18:03:57 +08:00
datetime: 0,
dingobj: '',
mapContext: null,
mapScaleInterval: null,
zujieobj: {},
zujiemoney: '',
timer: null,
2024-06-08 18:05:07 +08:00
imgad:''
2024-05-11 10:57:53 +08:00
};
2023-11-27 09:57:03 +08:00
},
2024-05-27 18:03:57 +08:00
onReady() {
2024-06-08 18:05:07 +08:00
this.mapContext = uni.createMapContext('map', this)
this.mapScaleInterval = setInterval(this.updateMarkers, 1000)
2024-05-27 18:03:57 +08:00
},
beforeDestroy() {
if (this.mapScaleInterval) {
2024-06-08 18:05:07 +08:00
clearInterval(this.mapScaleInterval)
this.mapScaleInterval = null
2024-05-27 18:03:57 +08:00
}
},
2024-05-16 18:02:44 +08:00
onShow() {
this.jmlogin()
2024-05-17 18:10:58 +08:00
this.getuser()
2024-05-29 18:02:01 +08:00
setTimeout(()=>{
this.getorder()
},1000)
2024-05-27 18:03:57 +08:00
this.startTimer()
2024-06-08 18:05:07 +08:00
this.getad()
2024-05-27 18:03:57 +08:00
},
onHide() {
// 在页面隐藏时清除定时器
this.clearTimer()
},
onUnload() {
this.clearTimer()
2024-05-16 18:02:44 +08:00
},
2023-11-27 09:57:03 +08:00
methods: {
2024-06-08 18:05:07 +08:00
getad() {
this.$u.get("/app/ad").then((res) => {
if (res.code == 200) {
this.imgad = res.data.picture
}
})
},
2024-05-29 18:02:01 +08:00
btnsale(orderId){
this.$u.put(`/app/order/rent/${orderId}/toSale`).then(res => {
if(res.code == 200){
let orderNo = res.data
let data = {
orderNo:orderNo,
channelId:1
}
this.$u.put('/app/order/sale/prePay',data).then(res => {
if(res.code == 200){
uni.requestPayment({
provider: 'wxpay',
timeStamp: res.data.timeStamp,
nonceStr: res.data.nonceStr,
package: res.data.packageVal,
signType: res.data.signType,
paySign: res.data.paySign,
success: (res) => {
// console.log(res, '支付成功');
this.$u.put(`/app/order/sale/${orderNo}/refreshPayResult`).then(res =>{
if(res.code == 200){
this.zujieflag = false
}
})
},
fail(err) {
// 支付失败逻辑
uni.showToast({
title: '支付失败',
icon: 'none',
duration: 2000
});
}
})
}else if(res.code == 500){
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
});
}
})
}else if(res.code == 500){
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
});
}
})
},
2024-05-27 18:03:57 +08:00
startTimer() {
// 如果之前已经存在定时器,先清除它
this.clearTimer();
this.timer = setInterval(() => {
this.getorder()
}, 60000);
},
clearTimer() {
// 清除定时器
if (this.timer) {
2024-06-08 18:05:07 +08:00
clearInterval(this.timer)
2024-05-27 18:03:57 +08:00
this.timer = null;
}
},
// 查询当前是否有进行中订单
getorder() {
this.$u.get('/app/order/rent/using').then(res => {
if (res.code == 200) {
if (res.data) {
this.zujieflag = true
this.zujieobj = res.data
if (this.zujieobj.endRentTime == null) {
2024-06-08 18:05:07 +08:00
var targetDate = new Date(this.zujieobj.startRentTime)
var currentDate = new Date()
var diff = targetDate - currentDate
var absDiff = Math.abs(diff)
var hours = Math.floor(absDiff / (1000 * 60 * 60))
var minutes = Math.floor((absDiff % (1000 * 60 * 60)) / (1000 * 60))
let formattedMinutes = minutes < 10 ? '0' + minutes : minutes
this.zujieobj.remainingTime = hours + '小时' + formattedMinutes + '分钟'
2024-05-27 18:03:57 +08:00
if (this.zujieobj.priceStandard.feeMode == 2) {
if (minutes >= this.zujieobj.priceStandard.feeFreeTime) {
this.zujiemoney = (hours + 1) * this.zujieobj.priceStandard.feePrice
} else {
this.zujiemoney = hours * this.zujieobj.priceStandard.feePrice
}
}else if(this.zujieobj.priceStandard.feeMode == 1){
if (minutes >= this.zujieobj.priceStandard.feeFreeTime) {
this.zujiemoney = (hours * 2 + 1) * this.zujieobj.priceStandard.feePrice
if(minutes >= 30){
this.zujiemoney = (hours * 2 + 2) * this.zujieobj.priceStandard.feePrice
}
} else {
this.zujiemoney = hours * 2 * this.zujieobj.priceStandard.feePrice
}
}
} else {
2024-06-08 18:05:07 +08:00
var targetDate = new Date(this.zujieobj.endRentTime)
var currentDate = new Date()
var diff = targetDate - currentDate
var absDiff = Math.abs(diff)
var hours = Math.floor(absDiff / (1000 * 60 * 60))
var minutes = Math.floor((absDiff % (1000 * 60 * 60)) / (1000 * 60))
let formattedMinutes = minutes < 10 ? '0' + minutes : minutes
this.zujieobj.remainingTime = hours + '小时' + formattedMinutes + '分钟'
2024-05-27 18:03:57 +08:00
if (this.zujieobj.priceStandard.feeMode == 2) {
if (minutes >= this.zujieobj.priceStandard.feeFreeTime) {
this.zujiemoney = (hours + 1) * this.zujieobj.priceStandard.feePrice
} else {
this.zujiemoney = hours * this.zujieobj.priceStandard.feePrice
}
}else if(this.zujieobj.priceStandard.feeMode == 1){
if (minutes >= this.zujieobj.priceStandard.feeFreeTime) {
this.zujiemoney = (hours * 2 + 1) * 2 * this.zujieobj.priceStandard.feePrice
if(minutes >= 30){
this.zujiemoney = (hours * 2 + 2) * this.zujieobj.priceStandard.feePrice
}
} else {
this.zujiemoney = hours * 2 * this.zujieobj.priceStandard.feePrice
}
}
}
2024-05-29 18:02:01 +08:00
}else{
this.zujieflag = false
2024-05-27 18:03:57 +08:00
}
}
})
},
2024-06-08 18:05:07 +08:00
onControltap(control) {
this.setMapScale()
},
async setMapScale(e, val) {
let mapContext = uni.createMapContext('map', this);
let setScale = () => {
return new Promise((resolve, reject) => {
mapContext.getScale({
success: r => {
resolve()
}
})
})
};
await setScale();
mapContext.moveToLocation({
success: (res) => {
const timer = setTimeout(() => {
clearTimeout(timer);
}, 500);
}
})
},
2024-05-27 18:03:57 +08:00
updateMarkers() {
this.mapContext.getScale({
success: (res) => {
2024-05-29 18:02:01 +08:00
this.covers = []
2024-05-27 18:03:57 +08:00
if (res.scale <= 14) {
2024-06-08 18:05:07 +08:00
this.addMarkersWithoutLabels()
2024-05-27 18:03:57 +08:00
} else {
2024-06-08 18:05:07 +08:00
this.addMarkersWithLabels()
2024-05-27 18:03:57 +08:00
}
},
fail: (error) => {
2024-06-08 18:05:07 +08:00
// console.error('获取地图缩放级别失败:', error);
2024-05-27 18:03:57 +08:00
},
});
},
addMarkersWithoutLabels() {
this.listmap.forEach((item) => {
const shopCover = {
id: parseFloat(item.storeId),
latitude: item.lat,
longitude: item.lng,
width: 25,
height: 30,
iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uI3B6yPwtiUBD3vafLtw',
2024-06-17 18:03:50 +08:00
borderColor:'#fff',
borderRadius:5,
bgColor: 'rgba(255, 255, 255, 0.7)'
2024-05-27 18:03:57 +08:00
};
2024-06-08 18:05:07 +08:00
this.covers.push(shopCover)
2024-05-27 18:03:57 +08:00
});
},
addMarkersWithLabels() {
this.listmap.forEach((item) => {
const shopCover = {
id: parseFloat(item.storeId),
latitude: item.lat,
longitude: item.lng,
width: 25,
height: 30,
iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uI3B6yPwtiUBD3vafLtw',
label: {
content: item.name,
anchorX: this.calculateAnchorX(item.name),
fontWeight: 700,
color: '#25D088',
textShadow: '2px 2px 0px #000, -2px -2px 0px #000, 2px -2px 0px #000, -2px 2px 0px #000',
2024-06-17 18:03:50 +08:00
rotate: 20,
borderColor:'#fff',
borderRadius:5,
bgColor: 'rgba(255, 255, 255, 0.7)'
2024-05-27 18:03:57 +08:00
}
}
2024-06-08 18:05:07 +08:00
this.covers.push(shopCover)
2024-05-27 18:03:57 +08:00
});
},
calculateAnchorX(name) {
let chineseLength = 0;
let englishLength = 0;
for (let i = 0; i < name.length; i++) {
const charCode = name.charCodeAt(i);
if (charCode >= 0x4e00 && charCode <= 0x9fa5) {
chineseLength++;
} else if (/[a-zA-Z]/.test(name[i])) {
2024-06-08 18:05:07 +08:00
englishLength = englishLength + 0.3
2024-05-27 18:03:57 +08:00
}
}
2024-06-08 18:05:07 +08:00
const totalLength = chineseLength + englishLength * 2
2024-06-05 18:08:46 +08:00
return -totalLength * 7
2024-05-27 18:03:57 +08:00
},
btnzujie() {
2024-05-25 18:06:00 +08:00
this.zujieflag = false
},
2024-05-15 18:01:50 +08:00
scanQRCode() {
2024-05-22 18:04:44 +08:00
uni.scanCode({
onlyFromCamera: true,
scanType: ['qrCode'],
success: res => {
2024-06-08 18:05:07 +08:00
console.log('扫描结果:', res)
2024-05-22 18:04:44 +08:00
let result = res.result
uni.navigateTo({
url: '/page_user/yajin/index?sn=' + result
})
},
fail: err => {
2024-06-08 18:05:07 +08:00
console.error('扫描失败:', err)
2024-05-22 18:04:44 +08:00
uni.showToast({
title: '扫描失败',
icon: 'none'
2024-06-08 18:05:07 +08:00
})
2024-05-22 18:04:44 +08:00
}
});
2024-05-15 18:01:50 +08:00
},
2024-05-25 18:06:00 +08:00
copyText(text) {
uni.setClipboardData({
data: text, //要被复制的内容
success: () => {
uni.showToast({
title: '复制成功'
})
}
});
},
2024-05-17 18:10:58 +08:00
// 保存当前用户信息
getuser() {
this.$u.get('/app/user/userInfo').then(res => {
if (res.code == 200) {
2024-05-27 18:03:57 +08:00
if (uni.setStorageSync('userdata')) {
uni.removeStorageSync('userdata')
uni.setStorageSync('userdata', res.data)
} else {
uni.setStorageSync('userdata', res.data)
}
2024-05-17 18:10:58 +08:00
}
})
},
2024-05-15 18:01:50 +08:00
2024-05-11 10:57:53 +08:00
btnindex(num) {
if (num == 2) {
uni.navigateTo({
url: '/pages/myorder/index'
})
} else if (num == 3) {
uni.navigateTo({
url: '/pages/nearbystores/index'
})
} else if (num == 1) {
uni.navigateTo({
url: '/pages/personal/index'
})
2024-03-25 19:46:07 +08:00
} else {
2024-05-11 10:57:53 +08:00
uni.navigateTo({
url: '/pages/abbr/index'
})
2024-03-25 19:46:07 +08:00
}
},
2024-05-11 10:57:53 +08:00
getMyLocation() {
uni.getLocation({
type: 'wgs84',
success: (res) => {
2024-06-08 18:05:07 +08:00
this.jinweidu = res.longitude + ',' + res.latitude
this.latitude = Number(res.latitude.toFixed(5)) - 0.004
this.longitude = Number(res.longitude.toFixed(5)) + 0.004
2024-06-12 18:02:47 +08:00
this.setMapScale()
2024-05-15 18:01:50 +08:00
// 请求附近的店铺
this.$u.get("/app/store/listNearBy?center=" + this.jinweidu + '&radius=' + 1000).then(
res => {
if (res.code == 200) {
2024-05-27 18:03:57 +08:00
this.listmap = res.data
2024-05-15 18:01:50 +08:00
res.data.forEach(item => {
const shopCover = {
id: parseFloat(item.storeId),
latitude: item.lat,
longitude: item.lng,
width: 25,
height: 30,
2024-05-22 18:04:44 +08:00
iconPath: 'https://api.ccttiot.com/smartmeter/img/static/uI3B6yPwtiUBD3vafLtw',
label: {
content: item.name,
2024-05-27 18:03:57 +08:00
anchorX: (() => {
if (item.name.length <= 2) {
return -12
} else if (item.name.length <= 3) {
return -20
} else if (item.name.length <= 4) {
return -25
} else if (item.name.length <= 5) {
return -30
} else if (item.name.length <= 6) {
return -35
} else if (item.name.length <= 8) {
return -40
} else if (item.name.length <=
10) {
return -45
} else {
return -item.name.length * 5
}
})(),
fontWeight: 700,
color: '#25D088',
textShadow: '2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white',
2024-06-17 18:03:50 +08:00
borderColor:'#fff',
borderRadius:5,
bgColor: 'rgba(255, 255, 255, 0.7)'
2024-05-22 18:04:44 +08:00
}
2024-05-15 18:01:50 +08:00
};
2024-06-08 18:05:07 +08:00
this.covers.push(shopCover)
2024-05-15 18:01:50 +08:00
});
}
})
2024-05-11 10:57:53 +08:00
},
fail: (err) => {
2024-06-08 18:05:07 +08:00
console.error('获取位置失败:', err)
2024-03-13 10:54:22 +08:00
}
});
},
2024-05-15 18:01:50 +08:00
// 未登录调静默获取token
jmlogin() {
let taht = this
wx.login({
success(res) {
if (res.code) {
let data = {
loginCode: res.code,
2024-06-08 18:05:07 +08:00
}
2024-05-15 18:01:50 +08:00
taht.$u.post('/app/auth/wxLogin', data).then(res => {
if (res.code == 10003) {
// uni.navigateTo({
// url: '/pages/login/login'
// })
} else if (res.code == 200) {
uni.setStorageSync('token', res.token);
taht.getMyLocation()
}
2024-05-27 18:03:57 +08:00
})
2024-05-15 18:01:50 +08:00
}
2024-05-11 10:57:53 +08:00
},
2024-05-15 18:01:50 +08:00
})
2024-03-25 19:46:07 +08:00
},
2024-05-15 18:01:50 +08:00
handleMapClick(event) {
2024-06-08 18:05:07 +08:00
console.log(event)
2024-05-15 18:01:50 +08:00
const markerId = event.markerId;
uni.navigateTo({
url: '/page_user/ditu?markerId=' + markerId
})
2024-03-13 10:54:22 +08:00
},
2024-05-15 18:01:50 +08:00
2024-05-11 10:57:53 +08:00
},
mounted() {
this.getMyLocation(); // 获取并设置自身位置的覆盖物
2023-11-27 09:57:03 +08:00
}
2024-05-11 10:57:53 +08:00
};
2023-11-27 09:57:03 +08:00
</script>
2024-01-27 16:37:52 +08:00
<style lang="scss">
2024-05-11 10:57:53 +08:00
/deep/ .map {
width: 100%;
height: 100%;
}
.dateactive {
background: #E1F3ED;
}
2024-03-13 10:54:22 +08:00
page {
2024-05-11 10:57:53 +08:00
background: linear-gradient(180deg, #25CE88 0%, rgba(255, 255, 255, 0) 100%);
border-radius: 0rpx 0rpx 0rpx 0rpx;
2024-03-13 10:54:22 +08:00
}
.page {
2024-05-11 10:57:53 +08:00
width: 750rpx;
padding-left: 34rpx;
padding-right: 34rpx;
box-sizing: border-box;
2024-06-08 18:05:07 +08:00
// position: fixed;
// top: 0;
// left: 0;
2024-05-11 10:57:53 +08:00
2024-05-25 18:06:00 +08:00
.zujie {
width: 750rpx;
height: 1238rpx;
background: #F7F7F7;
box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08);
position: fixed;
left: 0;
2024-06-08 18:05:07 +08:00
bottom: 30rpx;
2024-05-25 18:06:00 +08:00
border-radius: 30rpx 30rpx 0 0;
.tit {
font-weight: 600;
font-size: 36rpx;
color: #3D3D3D;
padding: 30rpx 64rpx;
box-sizing: border-box;
display: flex;
justify-content: space-between;
}
.tishi {
font-size: 24rpx;
color: #666666;
font-weight: 500;
padding-left: 72rpx;
}
.xiang {
width: 680rpx;
height: 1110rpx;
background: #FFFFFF;
padding: 32rpx 38rpx;
box-sizing: border-box;
margin: auto;
margin-top: 28rpx;
border-radius: 20rpx 20rpx 0 0;
.huan {
width: 558rpx;
height: 90rpx;
line-height: 90rpx;
background: linear-gradient(270deg, #54DAA1 0%, #19CD82 100%);
border-radius: 54rpx 54rpx 54rpx 54rpx;
text-align: center;
font-weight: 600;
font-size: 36rpx;
color: #FFFFFF;
margin: auto;
margin-top: 40rpx;
}
.shuom {
font-weight: 600;
font-size: 24rpx;
color: #333333;
margin-top: 24rpx;
}
.tits {
font-weight: 600;
font-size: 32rpx;
color: #333333;
margin-top: 24rpx;
}
.shic {
display: flex;
justify-content: space-between;
font-size: 24rpx;
color: #666666;
margin-top: 30rpx;
.fz {
display: inline-block;
border: 1px solid #808080;
border-radius: 10rpx;
padding: 4rpx 14rpx;
box-sizing: border-box;
margin-left: 10rpx;
}
}
.fenz {
display: flex;
justify-content: space-between;
font-weight: 500;
font-size: 40rpx;
color: #3D3D3D;
text {
font-weight: 600;
font-size: 40rpx;
color: #3D3D3D;
}
}
}
}
2024-05-11 10:57:53 +08:00
// 代理样式
.userdaili {
.gongneng {
width: 680rpx;
height: 304rpx;
background: #FFFFFF;
border-radius: 24rpx 24rpx 24rpx 24rpx;
padding: 0 50rpx;
box-sizing: border-box;
2024-03-25 19:46:07 +08:00
2024-05-11 10:57:53 +08:00
.icons {
display: inline-block;
width: 145rpx;
2024-03-13 10:54:22 +08:00
text-align: center;
2024-03-25 19:46:07 +08:00
2024-05-11 10:57:53 +08:00
image {
margin-top: 34rpx;
width: 50px;
height: 50px;
}
}
2024-03-25 19:46:07 +08:00
2024-03-13 10:54:22 +08:00
}
2024-05-11 10:57:53 +08:00
.ordertongji {
width: 680rpx;
height: 342rpx;
2024-03-13 10:54:22 +08:00
background: #FFFFFF;
2024-05-11 10:57:53 +08:00
border-radius: 24rpx 24rpx 24rpx 24rpx;
2024-03-13 10:54:22 +08:00
2024-05-11 10:57:53 +08:00
.shuju {
2024-01-27 16:37:52 +08:00
display: flex;
2024-03-13 10:54:22 +08:00
justify-content: space-between;
2024-05-11 10:57:53 +08:00
padding: 0 40rpx;
box-sizing: border-box;
margin-top: 24rpx;
2024-03-13 10:54:22 +08:00
2024-05-11 10:57:53 +08:00
.ddje {
text-align: center;
2024-03-13 10:54:22 +08:00
2024-05-11 10:57:53 +08:00
.shu {
font-weight: 500;
font-size: 40rpx;
color: #3D3D3D;
2024-03-13 10:54:22 +08:00
}
2024-05-11 10:57:53 +08:00
.sb {
margin-top: 20rpx;
font-weight: 500;
font-size: 20rpx;
color: #3D3D3D;
2024-03-13 10:54:22 +08:00
}
}
2024-05-11 10:57:53 +08:00
}
2024-03-13 10:54:22 +08:00
2024-05-11 10:57:53 +08:00
.date {
padding-left: 80rpx;
padding-right: 80rpx;
box-sizing: border-box;
display: flex;
justify-content: space-between;
margin-top: 26rpx;
text {
padding: 6rpx 18rpx;
box-sizing: border-box;
background: #eee;
border-radius: 10rpx 10rpx 10rpx 10rpx;
font-size: 24rpx;
color: #808080;
2024-01-27 16:37:52 +08:00
}
}
2024-03-13 10:54:22 +08:00
2024-05-11 10:57:53 +08:00
.orderday {
2024-03-13 10:54:22 +08:00
display: flex;
2024-05-11 10:57:53 +08:00
justify-content: space-between;
width: 100%;
padding: 10rpx 12rpx;
box-sizing: border-box;
2024-03-13 10:54:22 +08:00
2024-05-11 10:57:53 +08:00
text {
margin-right: 10rpx;
border-radius: 20rpx;
text-align: center;
display: inline-block;
width: 148rpx;
height: 84rpx;
text-align: center;
line-height: 84rpx;
2024-03-13 10:54:22 +08:00
}
}
}
2024-05-11 10:57:53 +08:00
.dttitle {
margin: 36rpx 0;
font-weight: 500;
font-size: 36rpx;
color: #3D3D3D;
}
2024-03-13 10:54:22 +08:00
2024-05-11 10:57:53 +08:00
.zhanghu {
margin-top: 32rpx;
width: 680rpx;
height: 264rpx;
background: #FFFFFF;
border-radius: 24rpx 24rpx 24rpx 24rpx;
padding: 36rpx 38rpx;
box-sizing: border-box;
2024-03-13 10:54:22 +08:00
2024-05-11 10:57:53 +08:00
.zhtitle {
2024-01-27 16:37:52 +08:00
display: flex;
2024-05-11 10:57:53 +08:00
justify-content: space-between;
2024-03-13 10:54:22 +08:00
2024-05-11 10:57:53 +08:00
.sj {
2024-03-13 10:54:22 +08:00
display: flex;
2024-05-11 10:57:53 +08:00
justify-content: space-between;
2024-03-13 10:54:22 +08:00
2024-05-11 10:57:53 +08:00
text {
2024-01-27 16:37:52 +08:00
font-size: 24rpx;
2024-05-11 10:57:53 +08:00
color: #3D3D3D;
2024-01-27 16:37:52 +08:00
}
}
2024-03-13 10:54:22 +08:00
2024-05-11 10:57:53 +08:00
.tx {
font-size: 24rpx;
color: #27D089;
}
2024-03-13 10:54:22 +08:00
}
2024-05-11 10:57:53 +08:00
.zhje {
margin-top: 20rpx;
2024-01-27 16:37:52 +08:00
display: flex;
2024-05-11 10:57:53 +08:00
justify-content: space-between;
border-bottom: 1px solid #ccc;
padding-bottom: 20rpx;
2024-03-13 10:54:22 +08:00
2024-05-11 10:57:53 +08:00
text {
font-weight: 500;
font-size: 48rpx;
color: #3D3D3D;
}
.btntx {
width: 156rpx;
height: 42rpx;
background: linear-gradient(270deg, #54DAA1 0%, #19CD82 100%);
border-radius: 40rpx 40rpx 40rpx 40rpx;
font-size: 24rpx;
color: #FFFFFF;
text-align: center;
line-height: 42rpx;
margin-top: 10rpx;
2024-01-27 16:37:52 +08:00
}
}
2024-03-13 10:54:22 +08:00
2024-05-11 10:57:53 +08:00
.buc {
margin-top: 20rpx;
font-size: 24rpx;
color: #979797;
}
2024-01-27 16:37:52 +08:00
}
2024-03-13 10:54:22 +08:00
}
2024-05-11 10:57:53 +08:00
//样式结束
.title {
2024-05-25 18:06:00 +08:00
font-weight: 600;
2024-05-11 10:57:53 +08:00
font-size: 36rpx;
color: #3D3D3D;
line-height: 50rpx;
text-align: left;
font-style: normal;
text-transform: none;
}
2024-03-25 19:46:07 +08:00
2024-05-11 10:57:53 +08:00
.guangg {
image {
width: 680rpx;
height: 238rpx;
2024-06-12 18:02:47 +08:00
border-radius: 20rpx;
2024-03-13 10:54:22 +08:00
}
2024-05-11 10:57:53 +08:00
}
2024-03-25 19:46:07 +08:00
2024-05-11 10:57:53 +08:00
.saoma {
width: 750rpx;
height: 186rpx;
background: #FFFFFF;
position: fixed;
bottom: 0;
left: 0;
padding-top: 38rpx;
border-radius: 54rpx 54rpx 0 0;
view {
text-align: center;
width: 676rpx;
height: 102rpx;
background: linear-gradient(270deg, #54DAA1 0%, #19CD82 100%);
border-radius: 54rpx 54rpx 54rpx 54rpx;
font-weight: 500;
font-size: 40rpx;
color: #FFFFFF;
margin: auto;
line-height: 102rpx;
2024-01-27 16:37:52 +08:00
}
2024-03-25 19:46:07 +08:00
2024-05-11 10:57:53 +08:00
image {
width: 56rpx;
height: 56rpx;
vertical-align: middle;
margin-right: 10rpx;
}
2024-03-25 19:46:07 +08:00
}
2024-05-11 10:57:53 +08:00
.ditu {
width: 100%;
height: 964rpx;
background: #FFFFFF;
border-radius: 38rpx 38rpx 38rpx 38rpx;
margin-top: 34rpx;
padding-top: 16rpx;
2024-06-08 18:05:07 +08:00
position: relative;
.fujin {
position: absolute;
top: 730rpx;
padding-left: 30rpx;
width: 100%;
image {
width: 210rpx;
height: 74rpx;
}
}
2024-05-11 10:57:53 +08:00
.dtxs {
width: 642rpx;
height: 812rpx;
margin: auto;
}
2024-03-25 19:46:07 +08:00
2024-05-11 10:57:53 +08:00
.tubiao {
display: flex;
justify-content: space-between;
2024-06-08 18:05:07 +08:00
padding: 20rpx 50rpx;
2024-05-11 10:57:53 +08:00
box-sizing: border-box;
.gr {
text-align: center;
width: 100%;
font-weight: 400;
font-size: 24rpx;
color: #3D3D3D;
2024-03-25 19:46:07 +08:00
2024-05-11 10:57:53 +08:00
image {
display: block;
margin: auto;
margin-bottom: 14rpx;
}
}
}
2024-01-27 16:37:52 +08:00
}
}
2024-03-13 10:54:22 +08:00
</style>