Ver código fonte

Merge branch 'master' of http://47.92.161.104:10080/zkx/jp-housekeep-hall

# Conflicts:
#	pages/mine/mine.vue
合并
zhengkaixin 1 ano atrás
pai
commit
1fb72423ac

BIN
assets/img/deadline1.png


BIN
assets/img/deadline2.png


BIN
assets/img/deadline3.png


BIN
assets/img/deadline4.png


BIN
assets/img/wallet@3x.png


+ 424 - 187
pages/mine/mine.vue

@@ -2,10 +2,10 @@
 	<view>
 	<view>
 		<view class="background">
 		<view class="background">
 			<!-- 个人信息   @click="gotoUrl('/pages/mine/personInfos')" -->
 			<!-- 个人信息   @click="gotoUrl('/pages/mine/personInfos')" -->
-			
-			<view class="person-infos"  >
+
+			<view class="person-infos">
 				<view class="photo">
 				<view class="photo">
-				
+
 					<image class="img" src="@/assets/img/默认头像.png" mode=""></image>
 					<image class="img" src="@/assets/img/默认头像.png" mode=""></image>
 				</view>
 				</view>
 				<view class="else">
 				<view class="else">
@@ -15,23 +15,104 @@
 					<view class="company">
 					<view class="company">
 						{{personInfo.fullName}}
 						{{personInfo.fullName}}
 					</view>
 					</view>
-					
+
+				</view>
+				<view class="change">
+					切换
+				</view>
+			</view>
+			<!-- 账户余额 -->
+			<view class="content">
+				<view class="balance">
+					<view class="title">
+						<view class="icon">
+							<image class="img" src="@/assets/img/wallet@3x.png" mode=""></image>
+						</view>
+						<view class="text">
+							账户余额
+							<text class="state">已欠费</text>
+						</view>
+					</view>
+
+					<view class="balance-number">
+						<view class="number">
+							-100.00
+						</view>
+						<view class="recharge">
+							充值
+						</view>
+					</view>
+				</view>
+				<!-- 期限 -->
+				<view class="deadline">
+					<view class="deadline-item" >
+						<view class="item-icon">
+							<image class="img" src="@/assets/img/deadline1.png" mode=""></image>
+						</view>
+						<view class="date-box">
+							<view class="classify">
+								房租 <text class="state">已到期</text>
+							</view>
+							<view class="date">
+								已缴费至 <text class="state">2024.03.14</text>
+							</view>
+						</view>
+					</view>
+                     <view class="deadline-item" >
+                     	<view class="item-icon">
+                     		<image class="img" src="@/assets/img/deadline2.png" mode=""></image>
+                     	</view>
+                     	<view class="date-box">
+                     		<view class="classify">
+                     			水费
+                     		</view>
+                     		<view class="date">
+                     			已缴费至 <text>2024.03.14</text>
+                     		</view>
+                     	</view>
+                     </view>
+					 <view class="deadline-item" >
+					 	<view class="item-icon">
+					 		<image class="img" src="@/assets/img/deadline3.png" mode=""></image>
+					 	</view>
+					 	<view class="date-box">
+					 		<view class="classify">
+					 			物业费 
+					 		</view>
+					 		<view class="date">
+					 			已缴费至 <text >2024.03.14</text>
+					 		</view>
+					 	</view>
+					 </view>
+					 <view class="deadline-item" >
+					 	<view class="item-icon">
+					 		<image class="img" src="@/assets/img/deadline4.png" mode=""></image>
+					 	</view>
+					 	<view class="date-box">
+					 		<view class="classify">
+					 			保洁费 
+					 		</view>
+					 		<view class="date">
+					 			已缴费至 <text >2024.03.14</text>
+					 		</view>
+					 	</view>
+					 </view>
 				</view>
 				</view>
 			</view>
 			</view>
 			<!-- 地址 -->
 			<!-- 地址 -->
-			<view class="address-box" >
+			<!-- <view class="address-box" >
 				<view class="address">
 				<view class="address">
 					<view class="address-title">
 					<view class="address-title">
 						{{personInfo.name}}
 						{{personInfo.name}}
 					</view>
 					</view>
 					<view class="address-value" v-if="false" >
 					<view class="address-value" v-if="false" >
-					<!--  -->
+					
 						 <u-icon name="map" v-if="personInfo.remark"></u-icon>{{personInfo.remark}}
 						 <u-icon name="map" v-if="personInfo.remark"></u-icon>{{personInfo.remark}}
-						<!-- {{companyInfo.typeN}} -->
+						{{companyInfo.typeN}}
 					</view>
 					</view>
-				</view>
-				<!-- 切换 -->
-				<u-picker  v-model="changeUserShow" mode="selector" :range="userList" 
+				</view> -->
+			<!-- 切换 -->
+			<!-- 	<u-picker  v-model="changeUserShow" mode="selector" :range="userList" 
 				 :default-selector="[defaultIndex]" range-key="tenantName" @confirm="selector1confirm" ></u-picker>
 				 :default-selector="[defaultIndex]" range-key="tenantName" @confirm="selector1confirm" ></u-picker>
 				
 				
 				<view class="change" @click="changeUserShowBtn" v-if="userList&&userList.length>1">
 				<view class="change" @click="changeUserShowBtn" v-if="userList&&userList.length>1">
@@ -40,102 +121,103 @@
 				<view class="image" >
 				<view class="image" >
 					<image class="img" src="@/assets/img/mineBackground.svg" mode=""></image>
 					<image class="img" src="@/assets/img/mineBackground.svg" mode=""></image>
 				</view>
 				</view>
-			</view>
-		</view>
-		<!-- 功能 -->
-		<view class="function-group">
-			<view class="function-item" v-if="false"   @click="gotoUrl('/pages/mine/tenantInformation')"  >
-				<view class="icon">
-					<image class="img" src="@/assets/img/riLine-contacts-book-line.svg" mode=""></image>
-				</view>
-				<view class="name">
-					用户信息
-				</view>
-				<view class="arrow">
-					<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
-				</view>
-			</view>
-			<view class="function-item" v-if="false">
-				<view class="icon">
-					<image class="img" src="@/assets/img/riLine-pie-chart-line.svg" mode=""></image>
-				</view>
-				<view class="name">
-					用电监控
-				</view>
-				<view class="arrow">
-					<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
-				</view>
-			</view>
-			
-			<view class="function-item" v-if="false">
-				<view class="icon">
-					<image class="img" src="@/assets/img/riLine-book-2-line.svg" mode=""></image>
-				</view>
-				<view class="name">
-					用电常识
-				</view>
-				<view class="arrow">
-					<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
-				</view>
-			</view>
-			
-			<view class="function-item"   @click="gotoUrl('/pages/invoiceManagement/invoiceManagement')"  >
-				<view class="icon">
-					<image class="img" src="@/assets/img/iconPark-order2.svg" mode=""></image>
-				</view>
-				<view class="name">
-					发票管理
+			</view> -->
+
+			<!-- 功能 -->
+			<view class="function-group">
+				<view class="function-item" v-if="false" @click="gotoUrl('/pages/mine/tenantInformation')">
+					<view class="icon">
+						<image class="img" src="@/assets/img/riLine-contacts-book-line.svg" mode=""></image>
+					</view>
+					<view class="name">
+						用户信息
+					</view>
+					<view class="arrow">
+						<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
+					</view>
 				</view>
 				</view>
-				<view class="arrow">
-					<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
+				<view class="function-item" v-if="false">
+					<view class="icon">
+						<image class="img" src="@/assets/img/riLine-pie-chart-line.svg" mode=""></image>
+					</view>
+					<view class="name">
+						用电监控
+					</view>
+					<view class="arrow">
+						<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
+					</view>
 				</view>
 				</view>
-			</view>
-			
-			<view class="function-item"   @click="gotoUrl('/pages/mine/contactService')" >
-				<view class="icon">
-					<image class="img" src="@/assets/img/riLine-customer-service-2-line.svg" mode=""></image>
+
+				<view class="function-item" v-if="false">
+					<view class="icon">
+						<image class="img" src="@/assets/img/riLine-book-2-line.svg" mode=""></image>
+					</view>
+					<view class="name">
+						用电常识
+					</view>
+					<view class="arrow">
+						<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
+					</view>
 				</view>
 				</view>
-				<view class="name">
-					客服热线
+
+				<view class="function-item" @click="gotoUrl('/pages/invoiceManagement/invoiceManagement')">
+					<view class="icon">
+						<image class="img" src="@/assets/img/iconPark-order2.svg" mode=""></image>
+					</view>
+					<view class="name">
+						发票管理
+					</view>
+					<view class="arrow">
+						<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
+					</view>
 				</view>
 				</view>
-				<view class="arrow">
-					<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
+
+				<view class="function-item" @click="gotoUrl('/pages/mine/contactService')">
+					<view class="icon">
+						<image class="img" src="@/assets/img/riLine-customer-service-2-line.svg" mode=""></image>
+					</view>
+					<view class="name">
+						客服热线
+					</view>
+					<view class="arrow">
+						<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
+					</view>
 				</view>
 				</view>
+
 			</view>
 			</view>
-			
-		</view>
-		
-		<view class="function-group" v-if="false">
-			<view class="function-item">
-				<view class="icon">
-					<image class="img" src="@/assets/img/riLine-user-settings-line.svg" mode=""></image>
-				</view>
-				<view class="name">
-					个人信息
-				</view>
-				<view class="arrow">
-					<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
+
+			<view class="function-group" v-if="false">
+				<view class="function-item">
+					<view class="icon">
+						<image class="img" src="@/assets/img/riLine-user-settings-line.svg" mode=""></image>
+					</view>
+					<view class="name">
+						个人信息
+					</view>
+					<view class="arrow">
+						<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
+					</view>
 				</view>
 				</view>
+
 			</view>
 			</view>
-			
-		</view>
-		
-		<view class="function-group" >
-			<view class="function-item" @click="gotoUrl('/pages/mine/setting')">
-				<view class="icon">
-					<image class="img" src="@/assets/img/riLine-settings-2-line.svg" mode=""></image>
-				</view>
-				<view class="name">
-					设置
-				</view>
-				<view class="arrow">
-					<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
+
+			<view class="function-group">
+				<view class="function-item" @click="gotoUrl('/pages/mine/setting')">
+					<view class="icon">
+						<image class="img" src="@/assets/img/riLine-settings-2-line.svg" mode=""></image>
+					</view>
+					<view class="name">
+						设置
+					</view>
+					<view class="arrow">
+						<u-icon name="arrow-right" color="#b2b2b2"></u-icon>
+					</view>
 				</view>
 				</view>
+
 			</view>
 			</view>
-			
 		</view>
 		</view>
-		
 		<Tabbar :current="2"  ref="tabbarMain"  :prefetchNum="prefetchNum" ></Tabbar>
 		<Tabbar :current="2"  ref="tabbarMain"  :prefetchNum="prefetchNum" ></Tabbar>
+
 	</view>
 	</view>
 </template>
 </template>
 
 
@@ -143,9 +225,9 @@
 	import * as API from '@/apis/pagejs/index.js'
 	import * as API from '@/apis/pagejs/index.js'
 	import * as API_user from '@/apis/pagejs/user.js'
 	import * as API_user from '@/apis/pagejs/user.js'
 	import * as API_deduction from '@/apis/pagejs/deduction.js'
 	import * as API_deduction from '@/apis/pagejs/deduction.js'
-	
+
 	import * as API_message from '@/apis/pagejs/message.js'
 	import * as API_message from '@/apis/pagejs/message.js'
-	
+
 	import Tabbar from '@/components/Tabbar.vue'
 	import Tabbar from '@/components/Tabbar.vue'
 	export default {
 	export default {
 		components: {
 		components: {
@@ -153,6 +235,7 @@
 		},
 		},
 		data() {
 		data() {
 			return {
 			return {
+
 				companyInfo:{},
 				companyInfo:{},
 				regUser:{},
 				regUser:{},
 				userList:[],
 				userList:[],
@@ -171,6 +254,7 @@
 			
 			
 			this.userList=this.carhelp.getPersonInfoPlus().userList
 			this.userList=this.carhelp.getPersonInfoPlus().userList
 			//this.prefetch()
 			//this.prefetch()
+
 			//this.personalCenter()
 			//this.personalCenter()
 			this.getContractList()
 			this.getContractList()
 		},
 		},
@@ -178,6 +262,7 @@
 			this.query()
 			this.query()
 		},
 		},
 		methods: {
 		methods: {
+
 			getContractList() {
 			getContractList() {
 			
 			
 				API_deduction.contractList({
 				API_deduction.contractList({
@@ -192,8 +277,9 @@
 				})
 				})
 			},
 			},
 			prefetch(){
 			prefetch(){
+
 				API_message.prefetch({
 				API_message.prefetch({
-					
+
 				}).then((response) => {
 				}).then((response) => {
 					//this.prefetchNum=response.data
 					//this.prefetchNum=response.data
 					if (this.$refs.tabbarMain) {
 					if (this.$refs.tabbarMain) {
@@ -201,104 +287,102 @@
 					}
 					}
 				}).catch(error => {
 				}).catch(error => {
 					//uni.hideLoading();
 					//uni.hideLoading();
-					
+
 				})
 				})
 			},
 			},
-			query(){
+			query() {
 				uni.showLoading({
 				uni.showLoading({
 					title: "加载中",
 					title: "加载中",
 					mask: true,
 					mask: true,
 				})
 				})
-				
+
 				API_user.findByOpenId({
 				API_user.findByOpenId({
-					noerror:true,
+					noerror: true,
 					openId: this.carhelp.getOpenId(),
 					openId: this.carhelp.getOpenId(),
-					
+
 				}).then((response) => {
 				}).then((response) => {
 					//this.loginset(response)
 					//this.loginset(response)
 					uni.hideLoading();
 					uni.hideLoading();
 					var token = response ? response.data.token : '';
 					var token = response ? response.data.token : '';
-					
+
 					this.carhelp.setToken(token);
 					this.carhelp.setToken(token);
 					this.carhelp.setPersonInfo(response.data.tenantInfo);
 					this.carhelp.setPersonInfo(response.data.tenantInfo);
 					this.carhelp.setPersonInfoPlus(response.data)
 					this.carhelp.setPersonInfoPlus(response.data)
-					
-					this.companyInfo=response.data.companyInfo;
-					this.regUser=response.data.regUser;
-					
-					this.personInfo=response.data.tenantInfo;
+
+					this.companyInfo = response.data.companyInfo;
+					this.regUser = response.data.regUser;
+
+					this.personInfo = response.data.tenantInfo;
 					this.prefetch();
 					this.prefetch();
 					//this.homePage()
 					//this.homePage()
-				
+
 				}).catch(error => {
 				}).catch(error => {
 					uni.hideLoading();
 					uni.hideLoading();
-					
+
 				})
 				})
 			},
 			},
-			changeUserShowBtn(){
-				this.defaultIndex=this.userList.findIndex(item=>{
-					return item.id==this.regUser.id
+			changeUserShowBtn() {
+				this.defaultIndex = this.userList.findIndex(item => {
+					return item.id == this.regUser.id
 				})
 				})
-			
-				this.changeUserShow=true
+
+				this.changeUserShow = true
 			},
 			},
-			selector1confirm(e){
-				var obj=this.userList[e[0]]
+			selector1confirm(e) {
+				var obj = this.userList[e[0]]
 				uni.showLoading({
 				uni.showLoading({
 					title: "加载中",
 					title: "加载中",
 					mask: true,
 					mask: true,
 				})
 				})
-				
+
 				API_user.changeUser({
 				API_user.changeUser({
-					id:obj.id,
-					openId:this.carhelp.getOpenId()
+					id: obj.id,
+					openId: this.carhelp.getOpenId()
 				}).then((response) => {
 				}).then((response) => {
 					this.query()
 					this.query()
-					
-					
+
+
 					//this.companyInfo=response.data.companyInfo;
 					//this.companyInfo=response.data.companyInfo;
 				}).catch(error => {
 				}).catch(error => {
 					uni.hideLoading();
 					uni.hideLoading();
-					
+
 				})
 				})
 			},
 			},
-			personalCenter(){
+			personalCenter() {
 				uni.showLoading({
 				uni.showLoading({
 					title: "加载中",
 					title: "加载中",
 					mask: true,
 					mask: true,
 				})
 				})
-				
+
 				API_user.personalCenter({
 				API_user.personalCenter({
-					
+
 				}).then((response) => {
 				}).then((response) => {
-					
+
 					uni.hideLoading();
 					uni.hideLoading();
 					//this.companyInfo=response.data.companyInfo;
 					//this.companyInfo=response.data.companyInfo;
 				}).catch(error => {
 				}).catch(error => {
 					uni.hideLoading();
 					uni.hideLoading();
-					
+
 				})
 				})
 			},
 			},
-			homePage(){
+			homePage() {
 				uni.showLoading({
 				uni.showLoading({
 					title: "加载中",
 					title: "加载中",
 					mask: true,
 					mask: true,
 				})
 				})
-				
-			
-				
+
 				API.homePage({
 				API.homePage({
-					
+
 				}).then((response) => {
 				}).then((response) => {
 					uni.hideLoading();
 					uni.hideLoading();
-					this.companyInfo=response.data.companyInfo;
-					this.regUser=response.data.regUser;
-					
-					this.personInfo=response.data.tenantInfo;
-					
+					this.companyInfo = response.data.companyInfo;
+					this.regUser = response.data.regUser;
+
+					this.personInfo = response.data.tenantInfo;
+
 				}).catch(error => {
 				}).catch(error => {
 					uni.hideLoading();
 					uni.hideLoading();
-					
+
 				})
 				})
 			}
 			}
 		}
 		}
@@ -306,74 +390,222 @@
 </script>
 </script>
 
 
 <style lang="scss" scoped>
 <style lang="scss" scoped>
-	.background{
-		background: linear-gradient(180deg, rgba(194,219,255,1) 53%,rgba(180,211,255,0) 100%);
+	.background {
+		background: linear-gradient(180deg, rgba(194, 219, 255, 1) 53%, rgba(180, 211, 255, 0) 100%);
 		padding: 72rpx 32rpx;
 		padding: 72rpx 32rpx;
+		height: 516rpx;
+
 		// 个人信息
 		// 个人信息
-		.person-infos{
+		.person-infos {
 			display: flex;
 			display: flex;
 			align-items: center;
 			align-items: center;
-			.photo{
+
+			.photo {
 				width: 112rpx;
 				width: 112rpx;
 				height: 112rpx;
 				height: 112rpx;
 				border-radius: 50px;
 				border-radius: 50px;
-				.img{
+
+				.img {
 					width: 100%;
 					width: 100%;
 					height: 100%;
 					height: 100%;
 				}
 				}
 			}
 			}
-			.else{
+
+			.else {
 				margin-left: 24rpx;
 				margin-left: 24rpx;
-				.name{
-					color: rgb(16,16,16);
+				width: 400rpx;
+
+				.name {
+					color: rgb(16, 16, 16);
 					font-size: 36rpx;
 					font-size: 36rpx;
 					font-weight: bold;
 					font-weight: bold;
 				}
 				}
-				.company{
-					color: rgba(16,16,16,1);
+
+				.company {
+					color: rgba(16, 16, 16, 1);
 				}
 				}
 			}
 			}
+
+			// 切换
+			.change {
+				border: 1px solid rgba(22, 119, 255, 1);
+				width: 128rpx;
+				height: 64rpx;
+				line-height: 64rpx;
+				border-radius: 50px;
+				margin-left: auto;
+				color: rgba(22, 119, 255, 1);
+				text-align: center;
+			}
+
+		}
+
+		// 账户余额
+		.content {
+			margin: 48rpx 0rpx;
 			
 			
+			border-radius: 8px;
+			background: linear-gradient(180deg, rgba(220, 235, 255, 1) 0%, rgba(255, 255, 255, 1) 39%);
+			border: 1px solid rgba(255, 255, 255, 1);
+
+
+ .balance{
+	 padding: 32rpx 24rpx;
+ }
+			.title {
+				display: flex;
+
+				.icon {
+					width: 40rpx;
+					height: 40rpx;
+
+					.img {
+						width: 100%;
+						height: 100%;
+
+					}
+				}
+
+				.text {
+					margin-left: 16rpx;
+					color: rgba(51, 51, 51, 1);
+					font-size: 32rpx;
+					font-weight: bold;
+
+					.state {
+						margin-left: 16rpx;
+						color: rgba(238, 49, 56, 1);
+					}
+				}
+			}
+
+			.balance-number {
+				display: flex;
+				align-items: center;
+				justify-content: space-between;
+				margin-top: 16rpx;
+				margin-left: 56rpx;
+
+				.number {
+					color: rgba(238, 49, 56, 1);
+					font-size: 56rpx;
+					font-weight: bold;
+
+				}
+
+				.recharge {
+					width: 144rpx;
+					height: 56rpx;
+					line-height: 56rpx;
+					border-radius: 50px;
+					background: linear-gradient(85.19deg, rgba(255, 61, 0, 1) 4.89%, rgba(255, 123, 0, 1) 95.37%);
+					color: rgba(255, 255, 255, 1);
+					text-align: center;
+				}
+			}
+
+			// 期限
+			.deadline {
+				
+				display: flex;
+				flex-wrap: wrap;
+                 border-top: 1px solid #F4F4F4;
+
+				 .deadline-item:first-of-type{
+					 border-right: 1px solid #F4F4F4;
+					 border-bottom: 1px solid #F4F4F4;
+				 }
+				 .deadline-item:last-of-type{
+					 border-top: 1px solid #F4F4F4;
+					 border-left: 1px solid #F4F4F4;
+				 }
+				.deadline-item {
+					width: 50%;
+					display: flex;
+                    padding: 24rpx ;
+					
+					
+					.item-icon {
+						width: 40rpx;
+						height: 40rpx;
+						margin-right: 16rpx;
+						.img {
+							width: 100%;
+							height: 100%;
+							vertical-align: middle;
+						}
+					}
+
+					.date-box {
+						.state {
+							
+							color: rgba(238, 49, 56, 1);
+						}
+						text{
+							margin-left: 8rpx;
+						}
+
+						.classify {
+							color: rgba(51, 51, 51, 1);
+							font-size: 32rpx;
+							font-weight: bold;
+							
+
+						}
+						.date{
+							color: rgba(51,51,51,1);
+							font-size: 24rpx;
+							margin-top: 4rpx;
+						}
+					}
+				}
+			}
 		}
 		}
+
+
+
 		// 地址
 		// 地址
-		.address-box{
+		.address-box {
 			border-radius: 8px;
 			border-radius: 8px;
-			background: linear-gradient(90deg, rgba(49,110,207,1) 2%,rgba(20,73,159,1) 100%);
+			background: linear-gradient(90deg, rgba(49, 110, 207, 1) 2%, rgba(20, 73, 159, 1) 100%);
 			color: #fff;
 			color: #fff;
-			padding:40rpx 32rpx;
+			padding: 40rpx 32rpx;
 			margin-top: 40rpx;
 			margin-top: 40rpx;
 			display: flex;
 			display: flex;
 			align-items: center;
 			align-items: center;
 			position: relative;
 			position: relative;
-			.address{
-				.address-title{
+
+			.address {
+				.address-title {
 					font-size: 40rpx;
 					font-size: 40rpx;
 				}
 				}
-				.address-value{
+
+				.address-value {
 					font-size: 24rpx;
 					font-size: 24rpx;
 					margin-top: 8rpx;
 					margin-top: 8rpx;
 				}
 				}
 			}
 			}
-			
+
 			// 切换
 			// 切换
-			.change{
-				border: 1px solid rgba(255,255,255,1);
+			.change {
+				border: 1px solid rgba(255, 255, 255, 1);
 				width: 128rpx;
 				width: 128rpx;
 				height: 64rpx;
 				height: 64rpx;
 				line-height: 64rpx;
 				line-height: 64rpx;
 				border-radius: 50px;
 				border-radius: 50px;
-				color: rgba(255,255,255,1);
+				color: rgba(255, 255, 255, 1);
 				text-align: center;
 				text-align: center;
 				margin-left: auto;
 				margin-left: auto;
 				z-index: 99;
 				z-index: 99;
 			}
 			}
+
 			.image {
 			.image {
 				width: 174rpx;
 				width: 174rpx;
 				height: 174rpx;
 				height: 174rpx;
 				position: absolute;
 				position: absolute;
 				right: 0;
 				right: 0;
 				top: 20rpx;
 				top: 20rpx;
-			
+
 				.img {
 				.img {
 					width: 100%;
 					width: 100%;
 					height: 100%;
 					height: 100%;
@@ -383,33 +615,38 @@
 	}
 	}
 
 
 
 
-// 功能
-.function-group{
-	border-radius: 8px;
-	background-color: #fff;
-	margin: 0 32rpx 24rpx;
-	.function-item{
-		display: flex;
-		align-items: center;
-		padding: 26rpx 26rpx 26rpx 0;
-		margin-left: 26rpx;
-		border-bottom: 1px solid rgba(221,221,221,1);
-		.icon{
-			width: 40rpx;
-			height: 40rpx;
-			.img{
-				width: 100%;
-				height: 100%;
-			}
-		}
-		.name{
-			color: rgba(51,51,51,1);
-			font-size: 30rpx;
+	// 功能
+	.function-group {
+		border-radius: 8px;
+		background-color: #fff;
+		margin-bottom: 24rpx;
+
+		.function-item {
+			display: flex;
+			align-items: center;
+			padding: 26rpx 26rpx 26rpx 0;
 			margin-left: 26rpx;
 			margin-left: 26rpx;
-		}
-		.arrow{
-			margin-left: auto;
+			border-bottom: 1px solid rgba(221, 221, 221, 1);
+
+			.icon {
+				width: 40rpx;
+				height: 40rpx;
+
+				.img {
+					width: 100%;
+					height: 100%;
+				}
+			}
+
+			.name {
+				color: rgba(51, 51, 51, 1);
+				font-size: 30rpx;
+				margin-left: 26rpx;
+			}
+
+			.arrow {
+				margin-left: auto;
+			}
 		}
 		}
 	}
 	}
-}
-</style>
+</style>