.camera-container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 0;
box-sizing: border-box;
}
camera {
width: 100%;
/* height: 1200rpx; */
}
.take-layout {
/* margin-bottom: 40rpx; */
bottom: 40rpx;
position: absolute;
}
.run-time {
text-align: center;
color: #4bcc78;
font-size: 36rpx;
font-weight: 500;
margin-bottom: 10rpx;
}