.preview-container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.preview-img {
width: 100%;
height: 1000rpx;
}
.take-layout {
margin-top: 40rpx;
}