From dad1dd136c0e8e6ea00c0c80108a127c8c3cac95 Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Thu, 25 Jun 2026 17:37:54 +0800 Subject: [PATCH] =?UTF-8?q?style:=E6=89=80=E6=9C=89=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=86=8D=E6=AC=A1=E6=94=BE=E5=A4=A7,=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=8C=89=E9=92=AE=E6=8D=A2=E8=A1=8C=E9=97=AE?= =?UTF-8?q?=E9=A2=98(lines:1+=E5=8F=96=E6=B6=88=E5=9B=BA=E5=AE=9A=E5=AE=BD?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/camera_capture.nvue | 40 ++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/pages/upload/camera_capture.nvue b/pages/upload/camera_capture.nvue index 53ff5e6..a59b9e8 100644 --- a/pages/upload/camera_capture.nvue +++ b/pages/upload/camera_capture.nvue @@ -194,17 +194,17 @@ background: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent); } .cc-topbar-left { - width: 90rpx; + width: 100rpx; } .cc-topbar-back { - width: 72rpx; height: 72rpx; - border-radius: 72rpx; + width: 80rpx; height: 80rpx; + border-radius: 80rpx; background-color: rgba(0,0,0,0.35); align-items: center; justify-content: center; } .cc-back-icon { color: #ffffff; - font-size: 40rpx; + font-size: 44rpx; text-align: center; } .cc-topbar-center { @@ -213,18 +213,18 @@ } .cc-topbar-title { color: #ffffff; - font-size: 38rpx; + font-size: 40rpx; font-weight: 700; } .cc-topbar-right { - width: 120rpx; - align-items: flex-end; + flex-direction: row; + align-items: center; } /* 翻转按钮(在右上角) */ .cc-flip-btn { - width: 76rpx; height: 76rpx; - border-radius: 76rpx; + width: 84rpx; height: 84rpx; + border-radius: 84rpx; border-width: 3rpx; border-color: rgba(255,255,255,0.3); border-style: solid; @@ -233,7 +233,7 @@ } .cc-flip-icon { color: #ffffff; - font-size: 40rpx; + font-size: 44rpx; text-align: center; } @@ -252,17 +252,19 @@ background: linear-gradient(to top, rgba(0,0,0,0.6), transparent); } .cc-footer-left { - width: 120rpx; - align-items: flex-start; + flex-direction: row; + align-items: center; + flex: 1; } .cc-footer-center { - flex: 1; align-items: center; justify-content: center; } .cc-footer-right { - width: 120rpx; - align-items: flex-end; + flex-direction: row; + align-items: center; + justify-content: flex-end; + flex: 1; } /* 拍照按钮(放大) */ @@ -286,12 +288,14 @@ /* 完成按钮(在底部右侧) */ .cc-confirm-btn { color: #ffffff; - font-size: 32rpx; + font-size: 34rpx; font-weight: 700; - padding-left: 40rpx; padding-right: 40rpx; - padding-top: 18rpx; padding-bottom: 18rpx; + padding-left: 44rpx; padding-right: 44rpx; + padding-top: 20rpx; padding-bottom: 20rpx; border-radius: 50rpx; background-color: #409eff; + /* 防止文字换行 */ + lines: 1; } /* 缩略图预览(最新一张) */