diff --git a/pages/profile/authentication/index.wxml b/pages/profile/authentication/index.wxml index f73dc6c..70b8964 100644 --- a/pages/profile/authentication/index.wxml +++ b/pages/profile/authentication/index.wxml @@ -1,4 +1,7 @@ + +当前认证材料 + @@ -8,7 +11,10 @@ 上传您身份证头像面 - + + + 点击更换 + + @@ -25,7 +31,10 @@ 上传您身份证国徽面 - + + + 点击更换 + + @@ -42,7 +51,10 @@ 上传您的营业执照 - + + + 点击更换 + + @@ -51,11 +63,9 @@ - - - 认证 + 提交审核 \ No newline at end of file diff --git a/pages/profile/authentication/index.wxss b/pages/profile/authentication/index.wxss index 682beeb..92133ec 100644 --- a/pages/profile/authentication/index.wxss +++ b/pages/profile/authentication/index.wxss @@ -99,12 +99,32 @@ color: #999; } +.uploaded-container { + width: 100%; + height: 100%; + position: relative; + border-radius: 12rpx; +} + .uploaded-image { width: 100%; height: 100%; border-radius: 12rpx; } +.replace-tip { + position: absolute; + bottom: 0; + left: 0; + right: 0; + background-color: rgba(0, 0, 0, 0.6); + color: white; + font-size: 24rpx; + text-align: center; + padding: 12rpx; + border-radius: 0 0 12rpx 12rpx; +} + /* 信息展示区域 */ .info-section { background-color: white;