From d38f3d8c0642d5d58a3baeff5d80abafaa702f9f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 13 一月 2025 13:43:11 +0800
Subject: [PATCH] ll

---
 h5/pages/staff/vehicle/apply.vue |   26 ++++++++++++++++++--------
 1 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/h5/pages/staff/vehicle/apply.vue b/h5/pages/staff/vehicle/apply.vue
index 2007cfa..d0fa466 100644
--- a/h5/pages/staff/vehicle/apply.vue
+++ b/h5/pages/staff/vehicle/apply.vue
@@ -134,8 +134,8 @@
       <view class="line"
         >4銆佸叕鍙稿�熺粰鐢宠浜虹敤杞︼紝鐢宠鍊熻溅浜轰负绗竴璐d换浜猴紝涓嶅厑璁歌浆鍊熺粰鍏朵粬浜轰娇鐢紝鑻ヨ鍊熺粰浠栦汉浣跨敤銆傝矗浠讳汉瑕佹壙鎷呭叏閮ㄨ矗浠汇��</view
       >
+			<view class="sub_btn" @click="handleSub">鎻愪氦</view>
     </view>
-    <view class="sub_btn" @click="handleSub">鎻愪氦</view>
     <!--  -->
     <!-- :minDate="new Date(param.startTime).getTime()"
       :maxDate="new Date(param.endTime).getTime()" -->
@@ -227,13 +227,19 @@
 </script>
 
 <style lang="scss">
+	page{
+		background-color: #f7f7f7;
+	}
 .main_wrap {
   .line {
     display: flex;
     justify-content: space-between;
     align-items: center;
     border-bottom: 1rpx solid #e5e5e5;
-    padding: 30rpx 0;
+    padding: 30rpx;
+		background-color: #fff;
+		width: 750rpx;
+		margin: 0 -30rpx;
     .label {
       font-size: 30rpx;
       font-weight: 400;
@@ -262,11 +268,14 @@
     }
   }
   .upload_line {
-    padding: 30rpx 0;
+    padding: 30rpx;
+		width: 750rpx;
+		margin: 0 -30rpx;
+		background-color: #fff;
     textarea {
       margin-top: 12rpx;
       width: 100%;
-      height: 180rpx;
+      height: 120rpx;
       font-size: 28rpx;
       font-weight: 400;
       color: #222222;
@@ -291,9 +300,10 @@
   }
 }
 .sub_btn {
-  position: fixed;
-  bottom: 84rpx;
-  left: 30rpx;
+  // position: fixed;
+  // bottom: 84rpx;
+  // left: 30rpx;
+	margin-top: 60rpx;
   width: 690rpx;
   height: 88rpx;
   line-height: 88rpx;
@@ -306,7 +316,7 @@
 }
 .tip {
   background: #f7f7f7;
-  padding: 30rpx 30rpx 180rpx;
+  padding: 30rpx 30rpx 10rpx;
   margin: 0 -30rpx;
   .title {
     line-height: 40rpx;

--
Gitblit v1.9.3