2024-05-08 23:18:30 +08:00
|
|
|
<template>
|
|
|
|
<view class="page">
|
2024-06-24 17:59:49 +08:00
|
|
|
<u-navbar title="个人中心" :border-bottom="false" :background="bgc" title-color='#fff' title-size='36'
|
|
|
|
height='45'></u-navbar>
|
2024-05-08 23:18:30 +08:00
|
|
|
<view class="topbg">
|
|
|
|
<view class="topbox">
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="info">
|
2024-06-05 18:11:17 +08:00
|
|
|
<image v-if="info.avatar!=''" :src='info.avatar' mode=""></image>
|
2024-06-27 18:04:37 +08:00
|
|
|
<image v-if="info.avatar==''&&deptId==100" src="https://lxnapi.ccttiot.com/bike/img/static/uSRzzLXhnbnWLB8jMKmr"
|
2024-06-24 17:59:49 +08:00
|
|
|
mode=""></image>
|
2024-06-27 18:04:37 +08:00
|
|
|
<image v-if="info.avatar==''&&deptId==101" src=" https://lxnapi.ccttiot.com/bike/img/static/uP9vN4Vht0B2bd10Sy60"
|
|
|
|
mode=""></image>
|
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
<view class="cont">
|
2024-06-04 18:12:12 +08:00
|
|
|
<view class="name" v-if="info.realName!=null">
|
2024-06-24 17:59:49 +08:00
|
|
|
{{maskedName}}
|
2024-06-04 18:12:12 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="name" v-if="info.realName==null">
|
|
|
|
未实名
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
|
|
|
<view class="phone">
|
2024-06-24 17:59:49 +08:00
|
|
|
{{ maskedPhoneNumber }}
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="btnbg">
|
|
|
|
<view class="btnbox">
|
|
|
|
<view class="btncard">
|
|
|
|
<view class="card_li" @click="topage(1)">
|
|
|
|
<view class="card_left">
|
2024-06-24 17:59:49 +08:00
|
|
|
<image src="https://api.ccttiot.com/smartmeter/img/static/u3ILM6aE0MdFo3ZKiYPH" mode="">
|
|
|
|
</image>
|
2024-05-08 23:18:30 +08:00
|
|
|
<view class="text">
|
|
|
|
押金
|
|
|
|
</view>
|
2024-05-31 17:54:23 +08:00
|
|
|
<view class="tip" v-if="info.balance==null">
|
2024-05-08 23:18:30 +08:00
|
|
|
未充值
|
|
|
|
</view>
|
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="iconfont icon-xiangyou1">
|
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="card_li" @click="topage(2)">
|
|
|
|
<view class="card_left">
|
2024-06-24 17:59:49 +08:00
|
|
|
<image src="https://api.ccttiot.com/smartmeter/img/static/u4Y4UAai9GLSaCBMMIsv" mode="">
|
|
|
|
</image>
|
2024-05-08 23:18:30 +08:00
|
|
|
<view class="text">
|
|
|
|
我的订单
|
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="iconfont icon-xiangyou1">
|
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="card_li" @click="topage(3)">
|
|
|
|
<view class="card_left">
|
2024-06-24 17:59:49 +08:00
|
|
|
<image src="https://api.ccttiot.com/smartmeter/img/static/u245BAqGOvTbYYGXJcrC" mode="">
|
|
|
|
</image>
|
2024-05-08 23:18:30 +08:00
|
|
|
<view class="text">
|
|
|
|
问题上报记录
|
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="iconfont icon-xiangyou1">
|
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="card_li" @click="topage(4)">
|
|
|
|
<view class="card_left">
|
2024-06-24 17:59:49 +08:00
|
|
|
<image src="https://api.ccttiot.com/smartmeter/img/static/ufD1uFe0pknx00weXJaU" mode="">
|
|
|
|
</image>
|
2024-05-08 23:18:30 +08:00
|
|
|
<view class="text">
|
|
|
|
用车指南
|
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="iconfont icon-xiangyou1">
|
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
2024-05-31 17:54:23 +08:00
|
|
|
<!-- <view class="card_li" style="border-bottom:2rpx solid #fff ;" @click="topage(5)">
|
2024-05-08 23:18:30 +08:00
|
|
|
<view class="card_left">
|
|
|
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uJFhEFoioikjCQqqWW3c" mode=""></image>
|
|
|
|
<view class="text">
|
|
|
|
计费规则
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
<view class="iconfont icon-xiangyou1" >
|
|
|
|
|
2024-05-15 18:02:17 +08:00
|
|
|
</view>
|
2024-05-31 17:54:23 +08:00
|
|
|
</view> -->
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="card_li" @click="topage(10)">
|
2024-06-22 18:06:23 +08:00
|
|
|
<view class="card_left">
|
2024-06-24 17:59:49 +08:00
|
|
|
<image src="https://lxnapi.ccttiot.com/bike/img/static/uk7i80QWz02cAfbbC518" mode="">
|
|
|
|
</image>
|
2024-06-22 18:06:23 +08:00
|
|
|
<view class="text">
|
2024-06-24 17:59:49 +08:00
|
|
|
客户服务
|
2024-06-22 18:06:23 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-06-22 18:06:23 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="iconfont icon-xiangyou1">
|
|
|
|
|
2024-06-22 18:06:23 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="card_li" @click="topage(8)" v-if="info.role==3||info.role==2">
|
2024-05-15 18:02:17 +08:00
|
|
|
<view class="card_left">
|
2024-06-24 17:59:49 +08:00
|
|
|
<image src="https://lxnapi.ccttiot.com/bike/img/static/unIGXFEhvTgtXVcfPH33" mode="">
|
|
|
|
</image>
|
2024-05-15 18:02:17 +08:00
|
|
|
<view class="text">
|
2024-06-24 17:59:49 +08:00
|
|
|
维护入口
|
2024-05-15 18:02:17 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-05-15 18:02:17 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="iconfont icon-xiangyou1">
|
|
|
|
|
2024-05-15 18:02:17 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="card_li" @click="topage(9)" v-if="info.role==3">
|
2024-05-15 18:02:17 +08:00
|
|
|
<view class="card_left">
|
2024-06-24 17:59:49 +08:00
|
|
|
<image src="https://lxnapi.ccttiot.com/bike/img/static/unIGXFEhvTgtXVcfPH33" mode="">
|
|
|
|
</image>
|
2024-05-15 18:02:17 +08:00
|
|
|
<view class="text">
|
2024-06-24 17:59:49 +08:00
|
|
|
管理入口
|
2024-05-15 18:02:17 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-05-15 18:02:17 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="iconfont icon-xiangyou1">
|
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="btncard" style="margin-top: 36rpx;" v-if="false">
|
2024-05-08 23:18:30 +08:00
|
|
|
<view class="card_li" @click="topage(5)">
|
|
|
|
<view class="card_left">
|
2024-06-24 17:59:49 +08:00
|
|
|
<image src="https://api.ccttiot.com/smartmeter/img/static/utp8xohLmuvcTiYZdGCL" mode="">
|
|
|
|
</image>
|
2024-05-08 23:18:30 +08:00
|
|
|
<view class="text">
|
2024-06-24 17:59:49 +08:00
|
|
|
用户协议
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="iconfont icon-xiangyou1">
|
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="card_li" @click="topage(6)">
|
|
|
|
<view class="card_left">
|
2024-06-24 17:59:49 +08:00
|
|
|
<image src="https://api.ccttiot.com/smartmeter/img/static/um7bn51NCkfnuQbP0toj" mode="">
|
|
|
|
</image>
|
2024-05-08 23:18:30 +08:00
|
|
|
<view class="text">
|
|
|
|
隐私政策
|
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="iconfont icon-xiangyou1">
|
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
<view class="card_li" style="border-bottom:2rpx solid #fff ;" @click="topage(7)">
|
2024-05-08 23:18:30 +08:00
|
|
|
<view class="card_left">
|
2024-06-24 17:59:49 +08:00
|
|
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uJ1TRgb6xURsKZo5GUj8" mode="">
|
|
|
|
</image>
|
2024-05-08 23:18:30 +08:00
|
|
|
<view class="text">
|
2024-06-24 17:59:49 +08:00
|
|
|
关于我们
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<view class="iconfont icon-xiangyou1">
|
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
2024-06-24 17:59:49 +08:00
|
|
|
<u-select v-model="show" :list="list" title='选择运营区' @confirm="confirm"></u-select>
|
2024-05-08 23:18:30 +08:00
|
|
|
</view>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
2024-06-24 17:59:49 +08:00
|
|
|
import {
|
|
|
|
info
|
|
|
|
} from 'autoprefixer';
|
2024-05-08 23:18:30 +08:00
|
|
|
export default {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
bgc: {
|
|
|
|
backgroundColor: "#4C97E7",
|
|
|
|
},
|
2024-06-24 17:59:49 +08:00
|
|
|
info: {},
|
|
|
|
totype: 0,
|
|
|
|
list: [],
|
2024-06-27 18:04:37 +08:00
|
|
|
show: false,
|
|
|
|
deptId:0
|
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
onShow() {
|
2024-06-27 18:04:37 +08:00
|
|
|
this.deptId= uni.getStorageSync('deptId');
|
2024-05-08 23:18:30 +08:00
|
|
|
this.getuserInfo()
|
|
|
|
},
|
2024-06-24 17:59:49 +08:00
|
|
|
computed: {
|
|
|
|
maskedPhoneNumber() {
|
|
|
|
if (!this.info.phonenumber) return '';
|
|
|
|
return this.info.phonenumber.slice(0, 3) + '****' + this.info.phonenumber.slice(7);
|
|
|
|
},
|
|
|
|
maskedName() {
|
|
|
|
if (!this.info.realName) return '';
|
|
|
|
return this.info.realName.charAt(0) + '*'.repeat(this.info.realName.length - 1);
|
|
|
|
}
|
|
|
|
},
|
2024-05-08 23:18:30 +08:00
|
|
|
methods: {
|
2024-06-24 17:59:49 +08:00
|
|
|
topage(num) {
|
|
|
|
if (num == 0) {
|
2024-05-08 23:18:30 +08:00
|
|
|
// uni.navigateTo({
|
|
|
|
// url:''
|
|
|
|
// })
|
2024-06-24 17:59:49 +08:00
|
|
|
} else if (num == 1) {
|
2024-05-08 23:18:30 +08:00
|
|
|
uni.navigateTo({
|
2024-06-24 17:59:49 +08:00
|
|
|
url: '/page_user/yj'
|
2024-05-08 23:18:30 +08:00
|
|
|
})
|
2024-06-24 17:59:49 +08:00
|
|
|
} else if (num == 2) {
|
2024-05-08 23:18:30 +08:00
|
|
|
uni.navigateTo({
|
2024-06-24 17:59:49 +08:00
|
|
|
url: '/page_user/good_list'
|
2024-05-08 23:18:30 +08:00
|
|
|
})
|
2024-06-24 17:59:49 +08:00
|
|
|
} else if (num == 3) {
|
2024-05-08 23:18:30 +08:00
|
|
|
uni.navigateTo({
|
2024-06-24 17:59:49 +08:00
|
|
|
url: '/page_user/qsrecord'
|
2024-05-08 23:18:30 +08:00
|
|
|
})
|
2024-06-24 17:59:49 +08:00
|
|
|
} else if (num == 4) {
|
2024-05-08 23:18:30 +08:00
|
|
|
uni.navigateTo({
|
2024-06-24 17:59:49 +08:00
|
|
|
url: '/page_user/yczn'
|
2024-05-08 23:18:30 +08:00
|
|
|
})
|
2024-06-24 17:59:49 +08:00
|
|
|
} else if (num == 5) {
|
2024-05-15 18:02:17 +08:00
|
|
|
uni.navigateTo({
|
2024-06-24 17:59:49 +08:00
|
|
|
url: '/page_user/jfgz'
|
2024-05-15 18:02:17 +08:00
|
|
|
})
|
2024-06-24 17:59:49 +08:00
|
|
|
} else if (num == 8) {
|
|
|
|
this.totype = 1
|
|
|
|
|
|
|
|
if(this.list.length<2){
|
|
|
|
uni.setStorageSync('adminAreaid', this.list[0].value);
|
|
|
|
|
|
|
|
uni.navigateTo({
|
|
|
|
url:'/page_fix/fix_index'
|
|
|
|
})
|
|
|
|
|
|
|
|
}else{
|
|
|
|
this.show = true
|
|
|
|
}
|
|
|
|
} else if (num == 9) {
|
|
|
|
|
|
|
|
this.totype = 2
|
|
|
|
|
|
|
|
if(this.list.length<2){
|
|
|
|
uni.setStorageSync('adminAreaid', this.list[0].value);
|
|
|
|
uni.navigateTo({
|
|
|
|
url:'/pages_admin/admin_index'
|
|
|
|
})
|
|
|
|
}else{
|
|
|
|
this.show = true
|
|
|
|
}
|
|
|
|
|
|
|
|
} else if (num == 10) {
|
|
|
|
|
2024-06-22 18:06:23 +08:00
|
|
|
uni.navigateTo({
|
2024-06-24 17:59:49 +08:00
|
|
|
url: '/page_user/khfw/khfw'
|
2024-06-22 18:06:23 +08:00
|
|
|
})
|
2024-05-08 23:18:30 +08:00
|
|
|
}
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-06-25 09:23:55 +08:00
|
|
|
},
|
|
|
|
confirm(e){
|
|
|
|
// console.log(e);
|
|
|
|
uni.setStorageSync('adminAreaid', e[0].value);
|
2024-07-02 18:07:01 +08:00
|
|
|
if(this.totype==2){
|
2024-06-25 09:23:55 +08:00
|
|
|
|
|
|
|
uni.navigateTo({
|
|
|
|
url:'/pages_admin/admin_index'
|
|
|
|
})
|
|
|
|
}else{
|
|
|
|
uni.navigateTo({
|
|
|
|
url:'/page_fix/fix_index'
|
|
|
|
})
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2024-06-24 17:59:49 +08:00
|
|
|
},
|
|
|
|
getareaList(){
|
|
|
|
|
|
|
|
|
|
|
|
this.$u.get('/appVerify/getAreaList').then((res) => {
|
|
|
|
if(res.code==200){
|
|
|
|
this.list = res.data.map(item => ({
|
|
|
|
value: item.areaId,
|
|
|
|
label: item.areaName
|
|
|
|
}));
|
|
|
|
}
|
|
|
|
}).catch(error => {
|
|
|
|
console.error("Error fetching area data:", error);
|
|
|
|
});
|
2024-05-08 23:18:30 +08:00
|
|
|
},
|
2024-06-24 17:59:49 +08:00
|
|
|
getuserInfo() {
|
2024-06-20 18:08:54 +08:00
|
|
|
uni.showLoading({
|
2024-06-24 17:59:49 +08:00
|
|
|
title: '加载中'
|
2024-06-20 18:08:54 +08:00
|
|
|
})
|
2024-05-08 23:18:30 +08:00
|
|
|
this.$u.get("/getAppInfo").then((res) => {
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
if (res.code == 200) {
|
2024-06-20 18:08:54 +08:00
|
|
|
uni.hideLoading()
|
2024-05-08 23:18:30 +08:00
|
|
|
this.$store.commit('SET_USERID', res.user.userId);
|
2024-06-24 17:59:49 +08:00
|
|
|
this.info = res.user
|
|
|
|
if (info.role != 1) {
|
|
|
|
this.getareaList()
|
|
|
|
}
|
2024-06-04 18:12:12 +08:00
|
|
|
// if( res.user.role==2){
|
|
|
|
// uni.navigateTo({
|
|
|
|
// url:'/page_fix/fix_index'
|
|
|
|
// })
|
|
|
|
// }
|
2024-05-08 23:18:30 +08:00
|
|
|
} else {
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
let areaId = uni.getStorageSync('areaId');
|
|
|
|
if (areaId) {
|
|
|
|
let that = this
|
2024-06-22 18:06:23 +08:00
|
|
|
wx.login({
|
|
|
|
success(res) {
|
|
|
|
if (res.code) {
|
|
|
|
console.log('登录!', res);
|
|
|
|
let data = {
|
|
|
|
wxOpenId: res.code,
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-06-22 18:06:23 +08:00
|
|
|
};
|
|
|
|
let areaId = uni.getStorageSync('areaId');
|
2024-06-24 17:59:49 +08:00
|
|
|
that.$u.post('/loginByopenid?jsCode=' + res.code + '&areaId=' +
|
|
|
|
areaId).then(
|
2024-06-22 18:06:23 +08:00
|
|
|
res => {
|
|
|
|
uni.hideLoading();
|
|
|
|
if (res.code == 200) {
|
|
|
|
uni.setStorageSync('token', res.token);
|
|
|
|
that.getuserInfo()
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
|
2024-06-22 18:06:23 +08:00
|
|
|
} else if (res.code == 501) {
|
|
|
|
uni.showToast({
|
|
|
|
title: res.msg,
|
|
|
|
icon: 'none',
|
|
|
|
duration: 2000
|
|
|
|
});
|
|
|
|
} else {
|
|
|
|
// console.log("老用户登录",res.data)
|
|
|
|
uni.redirectTo({
|
|
|
|
url: '/pages/login/login'
|
|
|
|
})
|
|
|
|
}
|
|
|
|
});
|
|
|
|
}
|
|
|
|
},
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-06-22 18:06:23 +08:00
|
|
|
});
|
2024-06-24 17:59:49 +08:00
|
|
|
} else {
|
2024-06-21 18:03:21 +08:00
|
|
|
uni.showToast({
|
|
|
|
title: '请授权位置信息后再尝试',
|
|
|
|
icon: 'none',
|
|
|
|
duration: 4000
|
|
|
|
});
|
|
|
|
}
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
}
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="scss">
|
|
|
|
page {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page {
|
|
|
|
width: 750rpx;
|
|
|
|
|
|
|
|
.topbg {
|
|
|
|
width: 750rpx;
|
|
|
|
background: #fff;
|
|
|
|
height: 184rpx;
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
.topbox {
|
2024-05-08 23:18:30 +08:00
|
|
|
width: 750rpx;
|
|
|
|
background: #4C97E7;
|
|
|
|
height: 184rpx;
|
|
|
|
border-radius: 0 0 100rpx 0;
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
.info {
|
2024-05-08 23:18:30 +08:00
|
|
|
padding-top: 40rpx;
|
|
|
|
margin-left: 100rpx;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
align-items: center;
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
image {
|
2024-05-08 23:18:30 +08:00
|
|
|
width: 90rpx;
|
|
|
|
height: 90rpx;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
.cont {
|
2024-05-08 23:18:30 +08:00
|
|
|
margin-left: 40rpx;
|
|
|
|
width: 70%;
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
.name {
|
2024-05-08 23:18:30 +08:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #FFFFFF;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
.phone {
|
2024-05-08 23:18:30 +08:00
|
|
|
margin-top: 4rpx;
|
|
|
|
width: 100%;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 20rpx;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
.btnbg {
|
2024-05-08 23:18:30 +08:00
|
|
|
width: 750rpx;
|
|
|
|
background: #4C97E7;
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
.btnbox {
|
2024-05-08 23:18:30 +08:00
|
|
|
padding-top: 36rpx;
|
|
|
|
width: 750rpx;
|
|
|
|
background: #fff;
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
border-radius: 100rpx 0 0 0;
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
.btncard {
|
2024-05-08 23:18:30 +08:00
|
|
|
padding: 0 54rpx;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 680rpx;
|
|
|
|
// height: 438rpx;
|
|
|
|
padding: 0 56rpx;
|
|
|
|
background: #FFFFFF;
|
2024-06-24 17:59:49 +08:00
|
|
|
box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08);
|
2024-05-08 23:18:30 +08:00
|
|
|
border-radius: 34rpx 34rpx 34rpx 34rpx;
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
.card_li {
|
2024-05-08 23:18:30 +08:00
|
|
|
padding-top: 18rpx;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
border-bottom: 2rpx solid #D8D8D8;
|
|
|
|
padding-bottom: 26rpx;
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
.card_left {
|
2024-05-08 23:18:30 +08:00
|
|
|
// width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
// align-items: center;
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
image {
|
2024-05-08 23:18:30 +08:00
|
|
|
margin-right: 28rpx;
|
|
|
|
width: 40rpx;
|
|
|
|
height: 40rpx;
|
|
|
|
}
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
.text {
|
2024-05-08 23:18:30 +08:00
|
|
|
margin-right: 24rpx;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #3D3D3D;
|
|
|
|
}
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
.tip {
|
2024-05-08 23:18:30 +08:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 80rpx;
|
|
|
|
height: 28rpx;
|
|
|
|
background: #FFEFEF;
|
|
|
|
border-radius: 17rpx 17rpx 17rpx 17rpx;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16rpx;
|
|
|
|
color: #FA5F5F;
|
|
|
|
}
|
|
|
|
}
|
2024-06-24 17:59:49 +08:00
|
|
|
|
|
|
|
.icon-xiangyou1 {
|
2024-05-08 23:18:30 +08:00
|
|
|
font-size: 42rpx;
|
|
|
|
color: #3D3D3D;
|
|
|
|
}
|
2024-06-24 17:59:49 +08:00
|
|
|
|
2024-05-08 23:18:30 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|