From 52acdd4d048480b6215f3145b019ccf0a54f955b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Wed, 4 Feb 2026 13:29:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AE=A4=E8=AF=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=8F=90=E7=A4=BA=E6=A0=B7=E5=BC=8F=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=B8=90=E5=8F=98=E8=83=8C=E6=99=AF=E5=92=8C=E8=A7=86?= =?UTF-8?q?=E8=A7=89=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/evaluate2/index.wxml | 2 +- pages/profile/authentication/index.wxml | 2 +- pages/profile/authentication/index.wxss | 30 +++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/pages/evaluate2/index.wxml b/pages/evaluate2/index.wxml index 9946d31..b534056 100644 --- a/pages/evaluate2/index.wxml +++ b/pages/evaluate2/index.wxml @@ -6,7 +6,7 @@ - + diff --git a/pages/profile/authentication/index.wxml b/pages/profile/authentication/index.wxml index 8bde99e..98cf583 100644 --- a/pages/profile/authentication/index.wxml +++ b/pages/profile/authentication/index.wxml @@ -1,6 +1,6 @@ -当前认证材料 +提示:只有认证通过后,才能使用估价功能和对比价格功能,重复提交会重置登录权限! diff --git a/pages/profile/authentication/index.wxss b/pages/profile/authentication/index.wxss index 0165e20..f788d46 100644 --- a/pages/profile/authentication/index.wxss +++ b/pages/profile/authentication/index.wxss @@ -6,6 +6,36 @@ padding-bottom: 40rpx; } +/* 大标题提示 */ +.big-title { + background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + color: white; + font-size: 28rpx; + font-weight: 500; + padding: 24rpx 30rpx; + margin: 20rpx 30rpx; + border-radius: 16rpx; + box-shadow: 0 4rpx 12rpx rgba(102, 126, 234, 0.3); + display: flex; + align-items: center; + line-height: 1.6; +} + +.big-title::before { + content: "!"; + display: inline-flex; + align-items: center; + justify-content: center; + width: 40rpx; + height: 40rpx; + background-color: rgba(255, 255, 255, 0.3); + border-radius: 50%; + font-size: 28rpx; + font-weight: bold; + margin-right: 16rpx; + flex-shrink: 0; +} + /* 顶部导航栏 */ .header { display: flex;