From 6406b6086de7cfdb666a20d3c699bc36b8537f96 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 14 五月 2024 10:00:24 +0800
Subject: [PATCH] ''

---
 h5/pages/visitorApplication/visitorApplication.vue |   14 +++++++-------
 h5/pages/userinfo/userinfo.vue                     |    9 ++++++++-
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/h5/pages/userinfo/userinfo.vue b/h5/pages/userinfo/userinfo.vue
index 17c52c0..9845e7b 100644
--- a/h5/pages/userinfo/userinfo.vue
+++ b/h5/pages/userinfo/userinfo.vue
@@ -17,7 +17,7 @@
 				<view class="title"><b>*</b>璇佷欢绫诲瀷</view>
 				<view class="content" @click="show = true">
 					<text :style="{color: visitorData.idcardTypeName ? '#000000' : ''}">{{visitorData.idcardTypeName ? visitorData.idcardTypeName : '璇烽�夋嫨'}}</text>
-					<u-icon name="arrow-right" color="#CCCCCC" size="20"></u-icon>
+					<u-icon name="arrow-right" color="#CCCCCC" size="16" class="ml6"></u-icon>
 				</view>
 			</view>
 			<view class="cell">
@@ -26,6 +26,7 @@
 					<input class="input" maxlength="18" placeholder-style="color: #999999;" v-model="visitorData.idcardNo" placeholder="璇疯緭鍏ユ偍鐨勮瘉浠跺彿鐮�" />
 				</view>
 			</view>
+			<view class="empty"></view>
 			<view class="cell">
 				<view class="title"><b>*</b>鍏徃鍚嶇О</view>
 				<view class="content">
@@ -287,6 +288,12 @@
 		width: 100%;
 		height: 100%;
 	}
+	.empty{
+		width: 750rpx;
+		height: 20rpx;
+		margin: 0 -30rpx;
+		background-color: #f7f7f7;;
+	}
 	.title {
 		font-size: 30rpx;
 		font-weight: 400;
diff --git a/h5/pages/visitorApplication/visitorApplication.vue b/h5/pages/visitorApplication/visitorApplication.vue
index 9c96377..9ab254a 100644
--- a/h5/pages/visitorApplication/visitorApplication.vue
+++ b/h5/pages/visitorApplication/visitorApplication.vue
@@ -901,7 +901,7 @@
 				align-items: center;
 				justify-content: space-between;
 				.t {
-					background: #025EEF !important;
+					background: #4d99a9 !important;
 					color: #ffffff !important;
 				}
 				.adduser_footer_item {
@@ -910,11 +910,11 @@
 					line-height: 88rpx;
 					text-align: center;
 					border-radius: 44rpx;
-					border: 1rpx solid #025EEF;
+					border: 1rpx solid #4d99a9;
 					font-size: 32rpx;
 					font-family: PingFangSC, PingFang SC;
 					font-weight: 400;
-					color: #025EEF;
+					color: #4d99a9;
 					margin-right: 18rpx;
 					&:last-child {
 						margin: 0 !important;
@@ -958,7 +958,7 @@
 				justify-content: space-between;
 				margin-top: 60rpx;
 				.t {
-					background: #025EEF !important;
+					background: #4d99a9 !important;
 					color: #ffffff !important;
 				}
 				.addcar_footer_item {
@@ -1267,12 +1267,12 @@
 				justify-content: center;
 				background: rgba(2, 94, 239, 0);
 				border-radius: 25rpx;
-				border: 1rpx solid #025EEF;
+				border: 1rpx solid #4c99a8;
 				font-size: 22rpx;
 				font-family: PingFangSC, PingFang SC;
 				font-weight: 400;
 				margin-top: 20rpx;
-				color: #025EEF;
+				color: #4c99a8;
 				margin: 0 auto;
 			}
 		}
@@ -1296,7 +1296,7 @@
 				height: 88rpx;
 				line-height: 88rpx;
 				text-align: center;
-				background: #025EEF;
+				background: #4c99a8;
 				border-radius: 44rpx;
 				font-size: 32rpx;
 				font-weight: 500;

--
Gitblit v1.9.3