瀏覽代碼

Px 改为rpx

zhengkaixin 3 周之前
父節點
當前提交
b47a407465

+ 15 - 15
pages/index/index.vue

@@ -145,7 +145,7 @@
 		</view>
 		<view class="main_list1 ">
 			
-			<view class="top-main" style="    border-bottom: 1px solid #e8e8e8;" >
+			<view class="top-main" style="    border-bottom: 2rpx solid #e8e8e8;" >
 			<u-tabs :list="tabslist"
 			
 			 :current="current" @change="change"></u-tabs>
@@ -498,9 +498,9 @@ import {
 	}
 
 	.panel {
-		border-radius: 8px;
+		border-radius: 16rpx;
 		background-color: rgba(255, 255, 255, 1);
-		box-shadow: 0px 4px 8px 0px rgba(22, 119, 255, 0.1);
+		box-shadow: 0px 8rpx 16rpx 0px rgba(22, 119, 255, 0.1);
 	}
 
 	.main_top {
@@ -514,7 +514,7 @@ import {
 
 			.logo_img {
 				.img {
-					border-radius: 8px;
+					border-radius: 16rpx;
 					width: 96rpx;
 					height: 96rpx;
 				}
@@ -526,11 +526,11 @@ import {
 				color: #fff;
 
 				.logo_text1 {
-					font-size: 20px;
+					font-size: 40rpx;
 				}
 
 				.logo_text2 {
-					font-size: 16px;
+					font-size: 32rpx;
 
 				}
 			}
@@ -547,7 +547,7 @@ import {
 		padding: 24rpx 0 20rpx 0;
 
 		.item-na-b {
-			border-left: 1px solid rgba(187, 187, 187, 0.43);
+			border-left: 2rpx solid rgba(187, 187, 187, 0.43);
 			height: 70rpx;
 		}
 
@@ -646,7 +646,7 @@ import {
 		.list-body{
 			padding: 24rpx 0;
 			.item {
-				border-bottom: 1px solid rgba(232, 232, 232, 1);
+				border-bottom: 2rpx solid rgba(232, 232, 232, 1);
 			}
 			.title {
 				display: flex;
@@ -688,7 +688,7 @@ import {
 
 			.item {
 				display: flex;
-				border-bottom: 1px solid rgba(232, 232, 232, 1);
+				border-bottom: 2rpx solid rgba(232, 232, 232, 1);
 				padding: 12rpx 0;
 				margin: 12rpx 0;
 
@@ -719,18 +719,18 @@ import {
 							margin-right: 8rpx;
 							display: flex;
 							align-items: center;
-								border-radius: 4px;
-								padding: 2px 8rpx;
+								border-radius: 8rpx;
+								padding: 4rpx 8rpx;
 								color: #fff;
 								font-weight: 400;
 						}
 						.typeN1{
 							background-color:#1677ff;
-							//border: 1px solid #1677ff;
+							//border: 2rpx solid #1677ff;
 						}
 						.typeN2{
 							background-color:#19be6b;
-							//border: 1px solid #19be6b;
+							//border: 2rpx solid #19be6b;
 							 
 						}
 						.title {
@@ -745,7 +745,7 @@ import {
 							font-size: 24rpx;
 							color:#fff;
 							padding: 2rpx 8rpx;
-							//border-radius: 4px;
+							//border-radius: 8rpx;
 
 						}
 						
@@ -769,7 +769,7 @@ import {
 						}
 
 						.status4 {
-							border: 1px solid rgba(255, 61, 0, 1);
+							border: 2rpx solid rgba(255, 61, 0, 1);
 							color: rgba(255, 61, 0, 1);
 						}
 					}

+ 4 - 4
pages/inspection/add.vue

@@ -371,12 +371,12 @@
 	.jpmain{padding-bottom: 120rpx;}
 .list{
 		background-color: rgba(255,255,255,1);
-		border-radius: 8px;
+		border-radius: 16rpx;
 
 		margin: 20rpx ;
 		.item:first-child {
 		  border-bottom:2rpx solid rgba(232,232,232,1);
-		  font-size: 16px;
+		  font-size: 32rpx;
 			font-weight: bold;
 		}
 		
@@ -402,7 +402,7 @@
 			.valueclock{
 				width: 100%;
 				border-radius: 8rpx;
-				   padding: 0 8px;
+				   padding: 0 16rpx;
 				   height: 64rpx;
 				line-height: 64rpx;
 				background-color: rgba(241,242,245,1);
@@ -454,7 +454,7 @@
 	.floating-button {
 		z-index: 999;
 		position: fixed; 
-		  bottom: 0;    /* 距离底部 20px */
+		  bottom: 0;   
 		    width: 100%;
 			 display: flex;
 			  height: 120rpx;

+ 4 - 4
pages/inspection/list.vue

@@ -234,7 +234,7 @@
 			padding: 24rpx 24rpx;
 			
 			.item {
-				border-radius: 8px;
+				border-radius: 16rpx;
 				
 				display: flex;
 				border-bottom: 2rpx solid rgba(232, 232, 232, 1);
@@ -327,7 +327,7 @@
 			    justify-content: space-between;
 				    align-items: center;
 					.select{
-						    padding: 0px 15px;
+						    padding: 0px 30rpx;
 							font-size: 30rpx;
 							    display: flex;
 								
@@ -352,7 +352,7 @@
 				align-items: center;
 				background: #F2F2F2;
 				padding: 2rpx 16rpx;
-				border-radius: 8px;
+				border-radius: 16rpx;
 				justify-content: space-between;
 			}
 		}
@@ -361,7 +361,7 @@
 		.floating-button {
 			z-index: 999;
 			position: fixed; 
-			  bottom: 0;    /* 距离底部 20px */
+			  bottom: 0;   
 			    width: 100%;
 				 display: flex;
 				  height: 120rpx;

+ 4 - 4
pages/login/login.vue

@@ -14,9 +14,9 @@
 		<!-- 手机号/密码 -->
 		<view class="input-box">
 			
-			<u-input  v-model="userName"  style="padding: 0 20px" class="tel-input" type="text"  placeholder="请输入账号" />
+			<u-input  v-model="userName"  style="padding: 0 40rpx" class="tel-input" type="text"  placeholder="请输入账号" />
 		
-			<u-input  v-model="password" style="padding: 0 20px" class="password-input" type="password"  placeholder="请输入密码" :password-icon="true" />
+			<u-input  v-model="password" style="padding: 0 40rpx" class="password-input" type="password"  placeholder="请输入密码" :password-icon="true" />
 
 		</view>
 		
@@ -181,7 +181,7 @@
 		margin: 0 auto;
 		//width: 160rpx;
 		
-		border-radius: 16px;
+		border-radius: 32rpx;
 		//background: linear-gradient(180deg, rgba(31,85,255,1) 0%,rgba(39,171,255,1) 100%);
 		display: flex;
 		align-items: center;
@@ -190,7 +190,7 @@
 			
 			width: 144rpx;
 			height: 144rpx;
-			border-radius: 16px;
+			border-radius: 32rpx;
 		}
 	}
 

+ 8 - 8
pages/myTab/abnormalInfo.vue

@@ -76,26 +76,26 @@
 	.main{
 		background-color: rgba(255,255,255,1);
 		.line1{
-			box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
+			box-shadow: 0px 4rpx 4rpx 0px rgba(0,0,0,0.1);
 		}
 		.line{
 			    display: flex;
 			    justify-content: space-between;
-			padding:22rpx 16px;
+			padding:22rpx 32rpx;
 			color: rgba(51,51,51,1);
-			font-size: 16px;
-			border-bottom: 1px solid rgba(242,242,242,1);
+			font-size: 32rpx;
+			border-bottom: 2rpx solid rgba(242,242,242,1);
 			.value{
 				color: rgba(16,16,16,1);
 
 			}
 			.value1{
-				border-radius: 4px;
+				border-radius: 8rpx;
 				background-color: rgba(255,255,255,1);
 				color: rgba(255,61,0,1);
-				border: 1px solid rgba(255,61,0,1);
-				padding: 2px;
-				font-size: 12px;
+				border: 2rpx solid rgba(255,61,0,1);
+				padding: 4rpx;
+				font-size: 24rpx;
 			
 			}
 			.value2{

+ 2 - 2
pages/myTab/abnormalList.vue

@@ -189,7 +189,7 @@
 					justify-content: center;
 					width: 72rpx;
 					height: 72rpx;
-					border-radius: 4px;
+					border-radius: 8rpx;
 					background-color: rgba(219, 234, 255, 1);
 				}
 
@@ -238,7 +238,7 @@
 
 		.tabsItem {
 			color: rgba(51, 51, 51, 1);
-			font-size: 14px;
+			font-size: 28rpx;
 
 		}
 

+ 3 - 3
pages/myTab/changePassword.vue

@@ -3,10 +3,10 @@
 		<u-navbar title="修改密码" title-color="#101010"></u-navbar>
 		<view class="main">
 			<view class="original-password">
-				<text>原密码	</text><u-input  v-model="form.oldPassword" style="padding: 0 0 0 20px" class="password-input" type="password"  placeholder="填写原密码" :password-icon="true" />
+				<text>原密码	</text><u-input  v-model="form.oldPassword" style="padding: 0 0 0 40rpx" class="password-input" type="password"  placeholder="填写原密码" :password-icon="true" />
 			</view>
 			<view class="new-password">
-				<text>新密码</text><u-input  v-model="form.password" style="padding: 0 0 0 20px" class="password-input" type="password"  placeholder="创建6-16位组合新密码" :password-icon="true" />
+				<text>新密码</text><u-input  v-model="form.password" style="padding: 0 0 0 40rpx" class="password-input" type="password"  placeholder="创建6-16位组合新密码" :password-icon="true" />
 			</view>
 		</view>
 		<!-- 确认修改 -->
@@ -93,7 +93,7 @@
 	}
   // 确认修改
   .confirm{
-	  border-radius: 8px;
+	  border-radius: 16rpx;
 	  background-color: rgba(22,119,255,1);
 	  color: rgba(255,255,255,1);
 	  font-size: 32rpx;

+ 3 - 3
pages/myTab/changePhone.vue

@@ -3,10 +3,10 @@
 		<u-navbar title="修改手机号" title-color="#101010"></u-navbar>
 		<view class="main">
 			<view class="original-password">
-				<text>新手机号</text><u-input  v-model="form.telephone" style="padding: 0 0 0 20px"  maxlength="11" type="number"  placeholder="请填写新手机号"  />
+				<text>新手机号</text><u-input  v-model="form.telephone" style="padding: 0 0 0 40rpx"  maxlength="11" type="number"  placeholder="请填写新手机号"  />
 			</view>
 			<view class="new-password">
-				<text>验证码</text><u-input  v-model="form.verifyCode" style="padding: 0 0 0 20px" maxlength="6" type="number"  placeholder="6位验证码"  />
+				<text>验证码</text><u-input  v-model="form.verifyCode" style="padding: 0 0 0 40rpx" maxlength="6" type="number"  placeholder="6位验证码"  />
 				<text class="verification-code" :style="isCodeTipsColor ? 'color: #999999;' : ''" @click="getCode" >{{codeTips}}</text>
 			</view>
 			<u-verification-code :seconds="sendMsgSecond" ref="uCode" @change="codeChange" @end="end" @start="start"
@@ -188,7 +188,7 @@
 	}
   // 确认修改
   .confirm{
-	  border-radius: 8px;
+	  border-radius: 16rpx;
 	  background-color: rgba(22,119,255,1);
 	  color: rgba(255,255,255,1);
 	  font-size: 32rpx;

+ 2 - 2
pages/myTab/customerService.vue

@@ -88,7 +88,7 @@
 <style lang="scss" scoped>
 	.background {
 		position: relative;
-		height: 200px;
+		height: 400rpx;
 		background: linear-gradient(180deg, rgba(203, 234, 255, 1) 0%, rgba(203, 234, 255, 0) 100%);
 
 		.common-problem {
@@ -97,7 +97,7 @@
 			left: 32rpx;
 			right: 32rpx;
 			background-color: #fff;
-			border-radius: 8px;
+			border-radius: 16rpx;
 			padding: 40rpx 32rpx;
 
 			.headline {

+ 4 - 4
pages/myTab/dataUser.vue

@@ -122,8 +122,8 @@
 				customStyle: {
 					"border-radius": "50px",
 					"background-color": 'rgba(242, 244, 246, 1)',
-					padding: "5px 20px",
-					margin: "5px 0 ",
+					padding: "10rpx 40rpx",
+					margin: "10rpx 0 ",
 					
 				},
 				
@@ -344,8 +344,8 @@
 		padding: 40rpx 40rpx 60rpx 40rpx;
 		.carNumber {
 			background-color: #F2F4F6;
-			padding: 5px 20px;
-			margin: 5px 0 15px 0;
+			padding: 10rpx 40rpx;
+			margin: 10rpx 0 30rpx 0;
 			height: 90rpx;
 			display: flex;
 			align-items: center;

+ 7 - 7
pages/myTab/myMessage.vue

@@ -162,7 +162,7 @@
 			border-top: 2rpx solid  rgba(232,232,232,1);
 			    display: flex;
 			    align-items: center;
-				padding:16px;
+				padding:32rpx;
 				
 				.text{
 					  .info{
@@ -171,7 +171,7 @@
 						  .title{
 						  
 						  	color: rgba(16,16,16,1);
-						  	font-size: 16px;
+						  	font-size: 32rpx;
 						  font-weight: bold;
 						  }
 						  .date{
@@ -191,12 +191,12 @@
 					align-items: center;
 					    justify-content: center;
 					border-radius: 24rpx;
-					margin-right: 8px;
-					width: 48px;
-					height: 48px;
+					margin-right: 16rpx;
+					width: 96rpx;
+					height: 96rpx;
 					.img{
-						width: 28px;
-						height: 28px;
+						width: 56rpx;
+						height: 56rpx;
 					}
 					
 

+ 10 - 10
pages/station/stationGun.vue

@@ -1122,9 +1122,9 @@
 		}
 
 		.statistics {
-			border-radius: 8px;
+			border-radius: 16rpx;
 			background-color: rgba(255, 255, 255, 1);
-			box-shadow: 0px 2rpx 6px 0px rgba(0, 59, 142, 0.05);
+			box-shadow: 0px 2rpx 12rpx 0px rgba(0, 59, 142, 0.05);
 			margin-bottom: 24rpx;
 			padding: 40rpx;
 
@@ -1169,7 +1169,7 @@
 					width: 100%;
 
 					.tag {
-						border-radius: 4px;
+						border-radius: 8rpx;
 						border: 2rpx solid rgba(187, 187, 187, 1);
 						color: rgba(51, 51, 51, 1);
 
@@ -1218,7 +1218,7 @@
 				display: flex;
 
 				.tag {
-					border-radius: 4px;
+					border-radius: 8rpx;
 
 					background-color: rgba(39, 177, 72, 1);
 					color: rgba(255, 255, 255, 1);
@@ -1308,12 +1308,12 @@
 
 				.item {
 					color: rgba(51, 51, 51, 1);
-					font-size: 16px;
+					font-size: 32rpx;
 				}
 
 				.value {
 					color: rgba(119, 119, 119, 1);
-					font-size: 16px;
+					font-size: 32rpx;
 				}
 			}
 		}
@@ -1375,13 +1375,13 @@
 		/* 隔行变色: 偶数行设置背景色 */
 		.line:nth-child(odd) {
 			color: rgba(119, 119, 119, 1);
-			font-size: 14px;
+			font-size: 28rpx;
 			/* 偶数行 */
 		}
 
 		.line:nth-child(even) {
 			color: rgba(16, 16, 16, 1);
-			font-size: 16px;
+			font-size: 32rpx;
 
 			/* 奇数行 */
 		}
@@ -1602,7 +1602,7 @@
 			.get {
 				height: 80rpx;
 				line-height: 80rpx;
-				border-radius: 4px;
+				border-radius: 8rpx;
 				background-color: rgba(22, 119, 255, 1);
 				color: rgba(255, 255, 255, 1);
 				font-size: 32rpx;
@@ -1742,7 +1742,7 @@
 							font-size: 24rpx;
 							color: #fff;
 							padding: 2rpx 8rpx;
-							//border-radius: 4px;
+							//border-radius: 8rpx;
 
 						}
 

+ 13 - 13
pages/station/stationInfo.vue

@@ -266,9 +266,9 @@
 	}
 	
 	.panel{
-		border-radius: 8px;
+		border-radius: 16rpx;
 		background-color: rgba(255, 255, 255, 1);
-		box-shadow: 0px 2rpx 6px 0px rgba(0, 59, 142, 0.05);
+		box-shadow: 0px 2rpx 12rpx 0px rgba(0, 59, 142, 0.05);
 		margin: 24rpx 32rpx;
 		padding: 40rpx;
 		
@@ -313,7 +313,7 @@
 				width: 100%;
 		
 				.tag {
-					border-radius: 4px;
+					border-radius: 8rpx;
 					border: 2rpx solid rgba(187, 187, 187, 1);
 					color: rgba(51, 51, 51, 1);
 		
@@ -346,12 +346,12 @@
 			border-bottom: 2rpx solid #F5F5F5 ;
 			.p1{
 				color: rgba(51,51,51,1);
-				font-size: 18px;
+				font-size: 36rpx;
 				font-weight: bold;
 			}
 			.p2{
 				color: rgba(51,51,51,1);
-				font-size: 14px;
+				font-size: 28rpx;
 			}
 		}
 		.body{
@@ -359,8 +359,8 @@
 			    display: flex;
 			    justify-content: space-between;
 			.img{
-				width: 14px;
-				height: 14px;
+				width: 28rpx;
+				height: 28rpx;
 				margin-right: 8rpx;
 
 			}
@@ -410,11 +410,11 @@
 					.name{
 						    font-weight: 600;
 						color: rgba(51,51,51,1);
-						font-size: 14px;
+						font-size: 28rpx;
 					}
 					.time{
 						color: rgba(119,119,119,1);
-						font-size: 12px;
+						font-size: 24rpx;
 					}
 				}
 				.p2{
@@ -431,10 +431,10 @@
 			.tag{
 				background-color: rgba(255,255,255,1);
 				color: rgba(255,61,0,1);
-				font-size: 12px;
-				height: 20px;
+				font-size: 24rpx;
+				height: 40rpx;
 				padding: 0 4rpx;
-				border-radius: 4px;
+				border-radius: 8rpx;
 				border: 2rpx solid rgba(255,61,0,1);
 			}
 			.tag1{
@@ -459,7 +459,7 @@
 				.p1{
 					    font-weight: 600;
 					color: rgba(51,51,51,1);
-					font-size: 14px;
+					font-size: 28rpx;
 				}
 				.p2{
 					width: 300rpx;

+ 4 - 4
pages/station/stationList.vue

@@ -224,7 +224,7 @@
 			align-items: center;
 			background: #F2F2F2;
 			padding: 2rpx 16rpx;
-			border-radius: 8px;
+			border-radius: 16rpx;
 			justify-content: space-between;
 		}
 	}
@@ -278,7 +278,7 @@
 					justify-content: center;
 					width: 72rpx;
 					height: 72rpx;
-					border-radius: 4px;
+					border-radius: 8rpx;
 					background-color: rgba(219, 234, 255, 1);
 				}
 
@@ -293,7 +293,7 @@
 						font-weight: bold;
 
 						.tag {
-							border-radius: 4px;
+							border-radius: 8rpx;
 							background-color: rgba(22, 119, 255, 1);
 							color: rgba(255, 255, 255, 1);
 							font-size: 22rpx;
@@ -357,7 +357,7 @@
 
 		.tabsItem {
 			color: rgba(51, 51, 51, 1);
-			font-size: 14px;
+			font-size: 28rpx;
 
 		}
 

+ 2 - 2
pages/task/addTask.vue

@@ -324,7 +324,7 @@
 	.list {
 		background-color: rgba(255, 255, 255, 1);
 
-		border-radius: 8px;
+		border-radius: 16rpx;
 
 		margin: 20rpx;
 
@@ -392,7 +392,7 @@
 		z-index: 999;
 		position: fixed;
 		bottom: 0;
-		/* 距离底部 20px */
+	
 		width: 100%;
 		display: flex;
 		height: 120rpx;

+ 4 - 4
pages/task/listTask.vue

@@ -234,7 +234,7 @@
 			padding: 24rpx 24rpx;
 			
 			.item {
-				border-radius: 8px;
+				border-radius: 16rpx;
 				
 				display: flex;
 				border-bottom: 2rpx solid rgba(232, 232, 232, 1);
@@ -327,7 +327,7 @@
 			    justify-content: space-between;
 				    align-items: center;
 					.select{
-						    padding: 0px 15px;
+						    padding: 0px 30rpx;
 							font-size: 30rpx;
 							    display: flex;
 								
@@ -352,7 +352,7 @@
 				align-items: center;
 				background: #F2F2F2;
 				padding: 2rpx 16rpx;
-				border-radius: 8px;
+				border-radius: 16rpx;
 				justify-content: space-between;
 			}
 		}
@@ -361,7 +361,7 @@
 		.floating-button {
 			z-index: 999;
 			position: fixed; 
-			  bottom: 0;    /* 距离底部 20px */
+			  bottom: 0;   
 			    width: 100%;
 				 display: flex;
 				  height: 120rpx;

+ 7 - 7
pages/task/maintenanceTaks.vue

@@ -514,7 +514,7 @@
 	.jpmain{padding-bottom: 120rpx;}
 .list{
 		background-color: rgba(255,255,255,1);
-		border-radius: 8px;
+		border-radius: 16rpx;
 
 		margin: 20rpx ;
 		.item:not(:last-child) {
@@ -540,8 +540,8 @@
 			}
 			.valueclock{
 				width: 100%;
-				border-radius: 4px;
-				   padding: 0 8px;
+				border-radius: 8rpx;
+				   padding: 0 16rpx;
 				   height: 64rpx;
 				line-height: 64rpx;
 				background-color: rgba(241,242,245,1);
@@ -562,15 +562,15 @@
 					.textarea{
 						background-color: rgba(241,242,245,1);
 						width: 100%;
-						border-radius: 4px;
+						border-radius: 8rpx;
 					}
 					.typeN{
 						font-size: 24rpx;
 						margin-right: 8rpx;
 						display: flex;
 						align-items: center;
-							border-radius: 4px;
-							padding: 2px 8rpx;
+							border-radius: 8rpx;
+							padding: 4rpx 8rpx;
 							color: #fff;
 					}
 					.typeN1{
@@ -601,7 +601,7 @@
 	.floating-button {
 		z-index: 999;
 		position: fixed; 
-		  bottom: 0;    /* 距离底部 20px */
+		  bottom: 0;   
 		    width: 100%;
 			 display: flex;
 			  height: 120rpx;

+ 1 - 1
pages/task/selectStation.vue

@@ -145,7 +145,7 @@
 			align-items: center;
 			background: #F2F2F2;
 			padding: 2rpx 16rpx;
-			border-radius: 8px;
+			border-radius: 16rpx;
 			justify-content: space-between;
 		}
 	}

+ 1 - 1
pages/team/teamAdd.vue

@@ -182,7 +182,7 @@
 		z-index: 999;
 		position: fixed;
 		bottom: 0;
-		/* 距离底部 20px */
+		
 		width: 100%;
 		display: flex;
 		height: 120rpx;

+ 7 - 7
pages/team/teamList.vue

@@ -163,7 +163,7 @@
 background-color: rgba(255,255,255,1);
 			.item {
 				display: flex;
-				border-bottom: 1px solid rgba(232, 232, 232, 1);
+				border-bottom: 2rpx solid rgba(232, 232, 232, 1);
 				padding: 12rpx 0;
 				margin: 12rpx 0;
 				.icon{
@@ -204,7 +204,7 @@ background-color: rgba(255,255,255,1);
 							font-size: 24rpx;
 							color:#fff;
 							padding: 2rpx 8rpx;
-							//border-radius: 4px;
+							//border-radius: 8rpx;
 
 						}
 						
@@ -228,7 +228,7 @@ background-color: rgba(255,255,255,1);
 						}
 
 						.status4 {
-							border: 1px solid rgba(255, 61, 0, 1);
+							border: 2rpx solid rgba(255, 61, 0, 1);
 							color: rgba(255, 61, 0, 1);
 						}
 					}
@@ -252,7 +252,7 @@ background-color: rgba(255,255,255,1);
 		
 		.top{
 			
-			border-bottom: 1px solid #e8e8e8;
+			border-bottom: 2rpx solid #e8e8e8;
 				
 		}
 		
@@ -266,8 +266,8 @@ background-color: rgba(255,255,255,1);
 				display: flex;
 				align-items: center;
 				background: #F2F2F2;
-				padding: 1px 16rpx;
-				border-radius: 8px;
+				padding: 2rpx 16rpx;
+				border-radius: 16rpx;
 				justify-content: space-between;
 			}
 		}
@@ -276,7 +276,7 @@ background-color: rgba(255,255,255,1);
 		.floating-button {
 			z-index: 999;
 			position: fixed; 
-			  bottom: 0;    /* 距离底部 20px */
+			  bottom: 0;   
 			    width: 100%;
 				 display: flex;
 				  height: 120rpx;