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;