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