diff --git a/pages/upload/camera_capture.nvue b/pages/upload/camera_capture.nvue index 6a589e9..fadcf8a 100644 --- a/pages/upload/camera_capture.nvue +++ b/pages/upload/camera_capture.nvue @@ -268,16 +268,16 @@ /* 拍照按钮(放大) */ .cc-capture-outer { - width: 100rpx; height: 100rpx; - border-radius: 100rpx; - border-width: 4rpx; + width: 120rpx; height: 120rpx; + border-radius: 120rpx; + border-width: 6rpx; border-color: rgba(255,255,255,0.6); border-style: solid; align-items: center; justify-content: center; } .cc-capture-btn { - width: 88rpx; height: 88rpx; - border-radius: 88rpx; + width: 106rpx; height: 106rpx; + border-radius: 106rpx; background-color: #ffffff; } .cc-capture-btn:active {