From 0504df33713e75cba170e032306a165ca1d306a4 Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Thu, 25 Jun 2026 17:35:55 +0800 Subject: [PATCH] =?UTF-8?q?style:X=E6=8C=89=E9=92=AE72rpx/=E7=BF=BB?= =?UTF-8?q?=E8=BD=AC76rpx/=E5=AE=8C=E6=88=90=E6=8C=89=E9=92=AE=E5=8A=A0?= =?UTF-8?q?=E5=A4=A7=E5=9C=86=E8=A7=92+=E9=A1=B6=E9=83=A8=E6=96=87?= =?UTF-8?q?=E5=AD=9738rpx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/camera_capture.nvue | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/pages/upload/camera_capture.nvue b/pages/upload/camera_capture.nvue index fadcf8a..53ff5e6 100644 --- a/pages/upload/camera_capture.nvue +++ b/pages/upload/camera_capture.nvue @@ -197,15 +197,14 @@ width: 90rpx; } .cc-topbar-back { - width: 60rpx; height: 60rpx; - border-radius: 60rpx; + width: 72rpx; height: 72rpx; + border-radius: 72rpx; background-color: rgba(0,0,0,0.35); align-items: center; justify-content: center; } .cc-back-icon { color: #ffffff; - font-size: 34rpx; - line-height: 60rpx; + font-size: 40rpx; text-align: center; } .cc-topbar-center { @@ -214,7 +213,7 @@ } .cc-topbar-title { color: #ffffff; - font-size: 36rpx; + font-size: 38rpx; font-weight: 700; } .cc-topbar-right { @@ -224,9 +223,9 @@ /* 翻转按钮(在右上角) */ .cc-flip-btn { - width: 68rpx; height: 68rpx; - border-radius: 68rpx; - border-width: 2rpx; + width: 76rpx; height: 76rpx; + border-radius: 76rpx; + border-width: 3rpx; border-color: rgba(255,255,255,0.3); border-style: solid; align-items: center; justify-content: center; @@ -234,7 +233,7 @@ } .cc-flip-icon { color: #ffffff; - font-size: 36rpx; + font-size: 40rpx; text-align: center; } @@ -287,11 +286,11 @@ /* 完成按钮(在底部右侧) */ .cc-confirm-btn { color: #ffffff; - font-size: 34rpx; + font-size: 32rpx; font-weight: 700; - padding-left: 36rpx; padding-right: 36rpx; - padding-top: 16rpx; padding-bottom: 16rpx; - border-radius: 44rpx; + padding-left: 40rpx; padding-right: 40rpx; + padding-top: 18rpx; padding-bottom: 18rpx; + border-radius: 50rpx; background-color: #409eff; }