From aa6d9a2c1b404fb8d0ce97834233a2657d000548 Mon Sep 17 00:00:00 2001 From: wangzimeng <3297159934@qq.com> Date: Tue, 12 Aug 2025 11:47:45 +0800 Subject: [PATCH] =?UTF-8?q?2=E3=80=81=E6=8A=A5=E5=90=8D=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E6=8A=A5=E5=90=8D=E4=BA=BA=E7=9A=84=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=8A=A5=E5=90=8D=E4=BA=BA=E7=9A=84=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=9A=84=E7=9A=84=E6=8F=90=E4=BA=A4=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=9A=84=E9=80=BB=E8=BE=91=EF=BC=8C=E5=9C=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BF=A1=E6=81=AF=E6=B2=A1=E6=9C=89=E5=A1=AB=E5=AE=8C?= =?UTF-8?q?=EF=BC=8C=E6=8C=89=E9=92=AE=E7=BD=AE=E7=81=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageB/team/index.vue | 439 +++++++++++++++++++++------------------- 1 file changed, 236 insertions(+), 203 deletions(-) diff --git a/packageB/team/index.vue b/packageB/team/index.vue index fa79a30..53b5e2f 100644 --- a/packageB/team/index.vue +++ b/packageB/team/index.vue @@ -3,7 +3,7 @@ - {{ item.name }} {{item.mobile}} + {{ item.name }} {{item.mobile}} 身份证 {{ item.idnum }} @@ -17,7 +17,8 @@ - + @@ -36,7 +37,8 @@ 姓名 - + @@ -45,7 +47,8 @@ 身份证号 - + @@ -54,17 +57,19 @@ 手机号 - + - + - + - 隐私报名(报名信息仅对我和组织者公开) + style="width: 34rpx;height: 34rpx;border-radius: 63rpx;"> + + 隐私报名(报名信息仅对我和组织者公开) 你的个人信息我们将严格保密并仅用于投保使用,详情可查看 @@ -74,219 +79,247 @@ - 确认 + 确认 + + 确认 + .btn_3 { + width: 95%; + height: 90rpx; + background: #f0f0f0; + border-radius: 198rpx 198rpx 198rpx 198rpx; + font-family: YouSheBiaoTiHei, YouSheBiaoTiHei; + font-weight: 400; + font-size: 32rpx; + color: #9c9c9c; + line-height: 90rpx; + text-align: center; + margin: 0 auto; + margin-top: 30rpx; + display: flex; + align-items: center; + justify-content: center; + } + + .input { + text-align: right; + } + \ No newline at end of file