From 9b80c42df73cb99b37d95b5c0a186ceec5e45a27 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 07 一月 2025 17:23:31 +0800
Subject: [PATCH] ll

---
 h5/pages/driver/reserved.vue |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/h5/pages/driver/reserved.vue b/h5/pages/driver/reserved.vue
index a491d06..1ec23fd 100644
--- a/h5/pages/driver/reserved.vue
+++ b/h5/pages/driver/reserved.vue
@@ -98,8 +98,10 @@
 				</view>
 			</view>
 			<view class="copy" @click="copy">澶嶅埗杞﹀墠鐗岀収鍙�</view>
-			<view class="handle_sub" @click="onSubmit">
-				鎻愪氦
+			<view class="footer">
+				<view class="handle_sub" @click="onSubmit">
+					鎻愪氦
+				</view>
 			</view>
 		</view>
 		
@@ -379,11 +381,13 @@
 }
 .main_app {
 	padding-top: 10rpx;
+	.footer{
+		background-color: #f7f7f7;
+		padding: 20rpx 30rpx 30rpx;
+		margin: 0 -30rpx;
+	}
 	.handle_sub{
-		// position: fixed;
-		// bottom: 64rpx;
 		width: 690rpx;
-		margin-top: 80rpx;
 		background-color: #4d99a8;
 		height: 88rpx;
 		line-height: 88rpx;
@@ -401,6 +405,7 @@
 		background-color: #f7f7f7;
 		display: flex;
 		margin: 0 -30rpx;
+		width: 750rpx;
 		justify-content: flex-end;
 		padding: 12rpx 30rpx;
 		font-size: 26rpx;

--
Gitblit v1.9.3