From 12e8eb9e345adea19972c34df471b28b51fa71dd Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 21 五月 2024 15:34:11 +0800
Subject: [PATCH] 代码初始化

---
 h5/pages/userinfo/userinfo.vue |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/h5/pages/userinfo/userinfo.vue b/h5/pages/userinfo/userinfo.vue
index 17c52c0..ea96237 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">
@@ -40,7 +41,7 @@
 				</view>
 				<view class="content">
 					<view class="content_uplaod" @click="upload('faceImg')" v-if="!visitorData.faceImgUrl">
-						<u-icon name="plus" color="rgb(153, 153, 153)" size="28"></u-icon>
+						<u-icon name="plus" color="rgb(153, 153, 153)" size="20"></u-icon>
 					</view>
 					<view class="content_uplaod" @click="upload('faceImg')" v-else>
 						<image :src="visitorData.faceImgUrl" mode="widthFix"></image>
@@ -277,7 +278,9 @@
 	.content_uplaod {
 		width: 120rpx;
 		height: 120rpx;
-		background-color: #ececec;
+		background: #F7F7F7;
+		border-radius: 8rpx;
+		border: 2rpx solid #E5E5E5;
 		display: flex;
 		align-items: center;
 		justify-content: center;
@@ -287,6 +290,12 @@
 		width: 100%;
 		height: 100%;
 	}
+	.empty{
+		width: 750rpx;
+		height: 20rpx;
+		margin: 0 -30rpx;
+		background-color: #f7f7f7;;
+	}
 	.title {
 		font-size: 30rpx;
 		font-weight: 400;

--
Gitblit v1.9.3