常志远 il y a 1 an
Parent
commit
8153ef662e

BIN
assets/img/vessel2.png


+ 2 - 1
pages/invoiceManagement/billingDescription.vue

@@ -1,6 +1,6 @@
 <template>
 	<view>
-		<u-navbar title="退费详情"  title-color="#101010" ></u-navbar>
+		<u-navbar title="开票说明"  title-color="#101010" ></u-navbar>
 		<view class="background">
 			<view class="main">
 				<p>1.月结发票:为已完全交清欠费用户出具的月消费账单发票。实缴发票:依据用户实际缴纳金额为用户开具的发票。发票金额不包括不能参与实销发票打印的费用,如:赠费等。</p>
@@ -42,6 +42,7 @@
 				line-height: 48rpx;
 				color: rgba(51,51,51,1);
 				font-size: 32rpx;
+				margin-bottom: 10rpx;
 			}
 		}
 	}

+ 14 - 18
pages/invoiceManagement/invoiceDetails.vue

@@ -118,11 +118,13 @@
 					</view>
 				</view>
 			</view>
+			
+			<!-- 查看 -->
+			<button class="check" v-if="detail.image">查看电子发票</button>
+			<!-- 返回 -->
+			<button class="back" @click="goBack" >返回</button>
 		</view>
-		<!-- 查看 -->
-		<button class="check" v-if="detail.image">查看电子发票</button>
-		<!-- 返回 -->
-		<button class="back" @click="goBack" >返回</button>
+		
 	</view> 
 </template>
 
@@ -164,14 +166,12 @@
 
 <style lang="scss" scoped>
 	.background{
-		position: relative;
-		height: 200px;
+		
+		height: 400rpx;
+		padding: 24rpx 32rpx;
 		background: linear-gradient(180deg, rgba(203,234,255,1) 0%,rgba(203,234,255,0) 100%);
 		.recharge-details{
-			position: absolute;
-			top: 24rpx;
-			left: 32rpx;
-			right: 32rpx;
+			
 			background-color: #fff;
 			border-radius: 8px;
 			padding: 40rpx 32rpx;
@@ -218,10 +218,8 @@
 	 background-color: rgba(255,255,255,1);
 	 color: rgba(119,119,119,1);
 	 font-size: 32rpx;
-	 position: absolute;
-	 top: 1132rpx;
-	 left: 32rpx;
-	 right: 32rpx;
+	
+	 margin-top: 24rpx;
  }
  // 查看
  .check{
@@ -231,9 +229,7 @@
 	 background-color: rgba(22,119,255,1);
 	 color: rgba(255,255,255,1);
 	 font-size: 32rpx;
-	 position: absolute;
-	 top: 1020rpx;
-	 left: 32rpx;
-	 right: 32rpx;
+	 margin-top: 24rpx;
+	
  }
 </style>

+ 1 - 1
pages/mine/cancelAccount.vue

@@ -5,7 +5,7 @@
 			<view class="main">
 				<view class="top">
 					<view class="img-box">
-						<image class="img" src="@/assets/img/vessel.svg" mode=""></image>
+						<image class="img" src="@/assets/img/vessel2.png" mode=""></image>
 					</view>
 				</view>
 				<view class="content">

+ 7 - 12
pages/recharge/monthlyBill.vue

@@ -75,9 +75,10 @@
 					</view>
 				</view>
 			</view>
+			<!-- 返回 -->
+			<button class="back">返回</button>
 		</view>
-		<!-- 返回 -->
-		<button class="back">返回</button>
+		
 	</view> 
 </template>
 
@@ -96,14 +97,11 @@
 
 <style lang="scss" scoped>
 	.background{
-		position: relative;
-		height: 200px;
+		padding: 24rpx 32rpx;
+		height: 400rpx;
 		background: linear-gradient(180deg, rgba(203,234,255,1) 0%,rgba(203,234,255,0) 100%);
 		.recharge-details{
-			position: absolute;
-			top: 24rpx;
-			left: 32rpx;
-			right: 32rpx;
+			
 			background-color: #fff;
 			border-radius: 8px;
 			padding: 40rpx 32rpx;
@@ -160,9 +158,6 @@
 	 background-color: rgba(255,255,255,1);
 	 color: rgba(119,119,119,1);
 	 font-size: 32rpx;
-	 position: absolute;
-	 top: 1220rpx;
-	 left: 32rpx;
-	 right: 32rpx;
+	 margin-top: 24rpx;
  }
 </style>

+ 8 - 12
pages/recharge/rechargeDetails.vue

@@ -87,9 +87,11 @@
 					</view>
 				</view>
 			</view>
+			
+			<!-- 返回 -->
+			<button class="back">返回</button>
 		</view>
-		<!-- 返回 -->
-		<button class="back">返回</button>
+		
 	</view> 
 </template>
 
@@ -108,14 +110,11 @@
 
 <style lang="scss" scoped>
 	.background{
-		position: relative;
-		height: 200px;
+		padding: 24rpx 32rpx;
+		height: 400rpx;
 		background: linear-gradient(180deg, rgba(203,234,255,1) 0%,rgba(203,234,255,0) 100%);
 		.recharge-details{
-			position: absolute;
-			top: 24rpx;
-			left: 32rpx;
-			right: 32rpx;
+			
 			background-color: #fff;
 			border-radius: 8px;
 			padding: 40rpx 32rpx;
@@ -161,9 +160,6 @@
 	 background-color: rgba(255,255,255,1);
 	 color: rgba(119,119,119,1);
 	 font-size: 32rpx;
-	 position: absolute;
-	 top: 970rpx;
-	 left: 32rpx;
-	 right: 32rpx;
+	 margin-top: 32rpx;
  }
 </style>

+ 6 - 11
pages/returnBalance/returnDetails.vue

@@ -87,9 +87,10 @@
 					</view>
 				</view>
 			</view>
+			<!-- 返回 -->
+			<button class="back">返回</button>
 		</view>
-		<!-- 返回 -->
-		<button class="back">返回</button>
+		
 	</view> 
 </template>
 
@@ -108,14 +109,11 @@
 
 <style lang="scss" scoped>
 	.background{
-		position: relative;
+		padding: 24rpx 32rpx;
 		height: 400rpx;
 		background: linear-gradient(180deg, rgba(203,234,255,1) 0%,rgba(203,234,255,0) 100%);
 		.recharge-details{
-			position: absolute;
-			top: 24rpx;
-			left: 32rpx;
-			right: 32rpx;
+			
 			background-color: #fff;
 			border-radius: 8px;
 			padding: 40rpx 32rpx;
@@ -162,9 +160,6 @@
 	 background-color: rgba(255,255,255,1);
 	 color: rgba(119,119,119,1);
 	 font-size: 32rpx;
-	 position: absolute;
-	 top: 970rpx;
-	 left: 32rpx;
-	 right: 32rpx;
+	 margin-top: 24rpx;
  }
 </style>