From 592b6fbb88ba6cc88915ede2068820b28e6e937f Mon Sep 17 00:00:00 2001 From: Default User Date: Tue, 6 Jan 2026 16:12:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=BA=AB=E4=BB=BD?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=97=B6=E7=AC=A6=E5=8F=B7=E9=A3=9E=E8=BF=87?= =?UTF-8?q?=E7=9A=84=E5=8A=A8=E7=94=BB=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/settlement/index.wxss | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pages/settlement/index.wxss b/pages/settlement/index.wxss index 25829f9..e8f1b6a 100644 --- a/pages/settlement/index.wxss +++ b/pages/settlement/index.wxss @@ -1628,21 +1628,13 @@ picker { right: 24rpx; width: 32rpx; height: 32rpx; - color: white; + color: transparent; font-size: 20rpx; font-weight: bold; display: flex; align-items: center; justify-content: center; z-index: 3; - opacity: 0; - transform: scale(0.5); - transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); -} - -.identity-option.selected::before { - opacity: 1; - transform: scale(1); } /* 微信风格的上传区域 */