style:拍照按钮放大到120rpx(外圈)/106rpx(内圈)
This commit is contained in:
parent
62c9c342ca
commit
5566580540
@ -268,16 +268,16 @@
|
|||||||
|
|
||||||
/* 拍照按钮(放大) */
|
/* 拍照按钮(放大) */
|
||||||
.cc-capture-outer {
|
.cc-capture-outer {
|
||||||
width: 100rpx; height: 100rpx;
|
width: 120rpx; height: 120rpx;
|
||||||
border-radius: 100rpx;
|
border-radius: 120rpx;
|
||||||
border-width: 4rpx;
|
border-width: 6rpx;
|
||||||
border-color: rgba(255,255,255,0.6);
|
border-color: rgba(255,255,255,0.6);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
align-items: center; justify-content: center;
|
align-items: center; justify-content: center;
|
||||||
}
|
}
|
||||||
.cc-capture-btn {
|
.cc-capture-btn {
|
||||||
width: 88rpx; height: 88rpx;
|
width: 106rpx; height: 106rpx;
|
||||||
border-radius: 88rpx;
|
border-radius: 106rpx;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
.cc-capture-btn:active {
|
.cc-capture-btn:active {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user