diff --git a/pages/user/mycertinfo/orgverify.vue b/pages/user/mycertinfo/orgverify.vue index 1a1c81e..57d917f 100644 --- a/pages/user/mycertinfo/orgverify.vue +++ b/pages/user/mycertinfo/orgverify.vue @@ -122,8 +122,125 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 银行卡类型 + + + + + + + + + + + + + + + + 开户银行所在地 + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + {{ industryList[idIndex].name }} + 推荐中介服务机构 + +
+ + + + + + + 认证费用 + + + + + + + 我已阅读并同意网站的 《隐私政策 》和 + 《用户注册协议》 + + + + + + 提交认证 + + + + @@ -545,6 +662,34 @@ } + // 登录按钮 + .vf-button { + width: 100%; + height: 86rpx; + margin-top: 80rpx; + background: linear-gradient(to right, #242e4b, #242e4b); + color: #fff; + // border-radius: 80rpx; + box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); + letter-spacing: 5rpx; + display: flex; + justify-content: center; + align-items: center; + } + // 协议 + .privacy{ + display: flex; + margin-top: 10rpx; + + .ckbox{ + border-radius: 50%; + } + + .atxt{ + color: #4399ff; + } + } + .image-list { display: flex; padding: 0 20rpx;