From c62d2f136a71add8504f77fdeabae26c91f47592 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Wed, 31 Jan 2024 16:13:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=9C=E6=88=B7=E4=BF=A1=E6=81=AF=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E9=AB=98=E5=BA=A6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/helpPeople/formTable.vue | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/pages/helpPeople/formTable.vue b/pages/helpPeople/formTable.vue index a812bc3..aa2544d 100644 --- a/pages/helpPeople/formTable.vue +++ b/pages/helpPeople/formTable.vue @@ -69,7 +69,7 @@ - @@ -154,7 +154,7 @@ - @@ -265,7 +265,7 @@ - @@ -451,7 +451,7 @@ - @@ -537,7 +537,7 @@ - @@ -869,7 +869,7 @@ .user-info { width: 750rpx; margin: 0 auto; - height: 430rpx; + height: 550rpx; background-image: url('https://lihai001.oss-cn-chengdu.aliyuncs.com/def/549b3202401271438211224.png'); background-size: 100% 100%; position: absolute; @@ -886,9 +886,13 @@ .item { display: flex; align-items: center; - padding-bottom: 10rpx; + padding-bottom: 30rpx; border-bottom: 1px solid #FFF2D9; - margin-bottom: 20rpx; + padding-top: 10rpx; + // background-color: red; + margin-bottom: 10rpx; + + .lable { font-size: 28rpx; @@ -899,15 +903,16 @@ } .value { - margin-left: 80rpx; - color: red; + margin-left: 60rpx; + width: 400rpx; + // background-color: red; } } .tit { display: flex; width: 638rpx; - margin: 120rpx auto 30rpx; + margin: 230rpx auto 30rpx; justify-content: space-between; font-size: 28rpx; color: #2E2E2E;