style:拍照按钮放大到120rpx(外圈)/106rpx(内圈)

This commit is contained in:
ShenQiLun 2026-06-25 17:33:18 +08:00
parent 62c9c342ca
commit 5566580540

View File

@ -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 {