From 79daa865ff53759329293d6a088206d3ad9c7ddb 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: Thu, 4 Dec 2025 11:18:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=99=BB=E5=BD=95=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E6=A0=B7=E5=BC=8F=EF=BC=8C=E7=BB=9F=E4=B8=80=E6=89=80?= =?UTF-8?q?=E6=9C=89=E9=A1=B5=E9=9D=A2=E7=9A=84=E7=99=BB=E5=BD=95=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=A4=96=E8=A7=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/buyer/index.wxss | 48 +++++++++++++++-------------- pages/index/index.wxss | 48 +++++++++++++++-------------- pages/seller/index.wxss | 58 +++++++++++++++++++---------------- pages/settlement/index.wxss | 60 ++++++++++++++++++++----------------- 4 files changed, 118 insertions(+), 96 deletions(-) diff --git a/pages/buyer/index.wxss b/pages/buyer/index.wxss index a4bd8c9..02c7865 100644 --- a/pages/buyer/index.wxss +++ b/pages/buyer/index.wxss @@ -488,54 +488,58 @@ button:after { display: flex; justify-content: center; align-items: center; - z-index: 1002; + z-index: 9999; } .auth-modal-container { background-color: #fff; - border-radius: 20rpx; - width: 80%; - max-width: 500rpx; - padding: 40rpx; - box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.15); + border-radius: 24rpx; + width: 85%; + max-width: 520rpx; + padding: 50rpx 40rpx; + box-shadow: 0 12rpx 32rpx rgba(0, 0, 0, 0.18); } .auth-modal-title { - font-size: 36rpx; + font-size: 40rpx; font-weight: bold; color: #333; text-align: center; - margin-bottom: 30rpx; + margin-bottom: 35rpx; } .auth-modal-content { font-size: 32rpx; - line-height: 1.5; + line-height: 1.6; color: #666; text-align: center; - margin-bottom: 40rpx; + margin-bottom: 50rpx; } .auth-modal-buttons { display: flex; flex-direction: column; - gap: 20rpx; + gap: 24rpx; } .auth-primary-button { - background-color: #1677ff; + background-color: #07c160; color: #fff; - font-size: 32rpx; - line-height: 1.5; - border-radius: 8rpx; - padding: 20rpx 0; + font-size: 34rpx; + font-weight: 600; + line-height: 1.6; + border-radius: 12rpx; + padding: 24rpx 0; + box-shadow: 0 4rpx 12rpx rgba(7, 193, 96, 0.3); } .auth-cancel-button { - background-color: #f5f5f5; - color: #666; - font-size: 32rpx; - line-height: 1.5; - border-radius: 8rpx; - padding: 20rpx 0; + background-color: #fff; + color: #999; + font-size: 34rpx; + font-weight: 500; + line-height: 1.6; + border-radius: 12rpx; + padding: 24rpx 0; + border: 2rpx solid #e5e5e5; } \ No newline at end of file diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 8568058..3b97c9c 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -119,56 +119,60 @@ page { display: flex; justify-content: center; align-items: center; - z-index: 1002; + z-index: 9999; } .auth-modal-container { background-color: #fff; - border-radius: 20rpx; - width: 80%; - max-width: 500rpx; - padding: 40rpx; - box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.15); + border-radius: 24rpx; + width: 85%; + max-width: 520rpx; + padding: 50rpx 40rpx; + box-shadow: 0 12rpx 32rpx rgba(0, 0, 0, 0.18); } .auth-modal-title { - font-size: 36rpx; + font-size: 40rpx; font-weight: bold; color: #333; text-align: center; - margin-bottom: 30rpx; + margin-bottom: 35rpx; } .auth-modal-content { font-size: 32rpx; - line-height: 1.5; + line-height: 1.6; color: #666; text-align: center; - margin-bottom: 40rpx; + margin-bottom: 50rpx; } .auth-modal-buttons { display: flex; flex-direction: column; - gap: 20rpx; + gap: 24rpx; } .auth-primary-button { - background-color: #1677ff; + background-color: #07c160; color: #fff; - font-size: 32rpx; - line-height: 1.5; - border-radius: 8rpx; - padding: 20rpx 0; + font-size: 34rpx; + font-weight: 600; + line-height: 1.6; + border-radius: 12rpx; + padding: 24rpx 0; + box-shadow: 0 4rpx 12rpx rgba(7, 193, 96, 0.3); } .auth-cancel-button { - background-color: #f5f5f5; - color: #666; - font-size: 32rpx; - line-height: 1.5; - border-radius: 8rpx; - padding: 20rpx 0; + background-color: #fff; + color: #999; + font-size: 34rpx; + font-weight: 500; + line-height: 1.6; + border-radius: 12rpx; + padding: 24rpx 0; + border: 2rpx solid #e5e5e5; } .primary-button { diff --git a/pages/seller/index.wxss b/pages/seller/index.wxss index 5daf727..467a0f5 100644 --- a/pages/seller/index.wxss +++ b/pages/seller/index.wxss @@ -529,7 +529,7 @@ button { left: 0; right: 0; bottom: 0; - background: rgba(0, 0, 0, 0.5); + background-color: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; @@ -537,48 +537,56 @@ button { } .auth-modal-container { - background: white; - padding: 40rpx; - border-radius: 16rpx; - width: 80%; - max-width: 500rpx; - text-align: center; - box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.1); + background-color: #fff; + border-radius: 24rpx; + width: 85%; + max-width: 520rpx; + padding: 50rpx 40rpx; + box-shadow: 0 12rpx 32rpx rgba(0, 0, 0, 0.18); } .auth-modal-title { - font-size: 32rpx; + font-size: 40rpx; font-weight: bold; - margin-bottom: 30rpx; color: #333; + text-align: center; + margin-bottom: 35rpx; } .auth-modal-content { - font-size: 28rpx; + font-size: 32rpx; + line-height: 1.6; color: #666; - margin-bottom: 40rpx; - line-height: 1.5; + text-align: center; + margin-bottom: 50rpx; } .auth-modal-buttons { - text-align: center; + display: flex; + flex-direction: column; + gap: 24rpx; } .auth-primary-button { - background-color: #1677ff; - color: white; - font-size: 28rpx; - line-height: 80rpx; - border-radius: 8rpx; - margin-bottom: 20rpx; + background-color: #07c160; + color: #fff; + font-size: 34rpx; + font-weight: 600; + line-height: 1.6; + border-radius: 12rpx; + padding: 24rpx 0; + box-shadow: 0 4rpx 12rpx rgba(7, 193, 96, 0.3); } .auth-cancel-button { - background-color: #f5f5f5; - color: #333; - font-size: 28rpx; - line-height: 80rpx; - border-radius: 8rpx; + background-color: #fff; + color: #999; + font-size: 34rpx; + font-weight: 500; + line-height: 1.6; + border-radius: 12rpx; + padding: 24rpx 0; + border: 2rpx solid #e5e5e5; } /* 头像选择样式 */ diff --git a/pages/settlement/index.wxss b/pages/settlement/index.wxss index 5a46991..7018aa9 100644 --- a/pages/settlement/index.wxss +++ b/pages/settlement/index.wxss @@ -1551,15 +1551,13 @@ picker { 100% { transform: rotate(360deg); } } -/* 登录授权弹窗 */ -/* 统一的授权登录弹窗样式 */ .auth-modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; - background: rgba(0, 0, 0, 0.5); + background-color: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; @@ -1567,48 +1565,56 @@ picker { } .auth-modal-container { - background: white; - padding: 40rpx; - border-radius: 16rpx; - width: 80%; - max-width: 500rpx; - text-align: center; - box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.1); + background-color: #fff; + border-radius: 24rpx; + width: 85%; + max-width: 520rpx; + padding: 50rpx 40rpx; + box-shadow: 0 12rpx 32rpx rgba(0, 0, 0, 0.18); } .auth-modal-title { - font-size: 32rpx; + font-size: 40rpx; font-weight: bold; - margin-bottom: 30rpx; color: #333; + text-align: center; + margin-bottom: 35rpx; } .auth-modal-content { - font-size: 28rpx; + font-size: 32rpx; + line-height: 1.6; color: #666; - margin-bottom: 40rpx; - line-height: 1.5; + text-align: center; + margin-bottom: 50rpx; } .auth-modal-buttons { - text-align: center; + display: flex; + flex-direction: column; + gap: 24rpx; } .auth-primary-button { - background-color: #1677ff; - color: white; - font-size: 28rpx; - line-height: 80rpx; - border-radius: 8rpx; - margin-bottom: 20rpx; + background-color: #07c160; + color: #fff; + font-size: 34rpx; + font-weight: 600; + line-height: 1.6; + border-radius: 12rpx; + padding: 24rpx 0; + box-shadow: 0 4rpx 12rpx rgba(7, 193, 96, 0.3); } .auth-cancel-button { - background-color: #f5f5f5; - color: #333; - font-size: 28rpx; - line-height: 80rpx; - border-radius: 8rpx; + background-color: #fff; + color: #999; + font-size: 34rpx; + font-weight: 500; + line-height: 1.6; + border-radius: 12rpx; + padding: 24rpx 0; + border: 2rpx solid #e5e5e5; } @keyframes modalSlideIn {