.wx-popup {
position: absolute;
left: 0;
top: 0;
100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.wx-popup .popup-container {
display: flex;
flex-direction: column;
justify-content: space-between;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 999;
640rpx;
height: 320rpx;
border-radius: 16rpx;
overflow: hidden;
background: #fff;
}
.wx-popup .popup-container .wx-popup-release-tip {
display: flex;
justify-content: center;
align-items: center;
flex: 1
}
.wx-popup .popup-container .wx-popup-release-tip .item {
display: flex;
justify-content: center;
align-items: center;
}
.wx-popup .popup-container .releaseConfirm {
display: flex;
justify-content: center;
align-items: center;
height: 30%;
color: #576b95;
border-top: 1px solid #f5f5f5;
}
.wx-popup .popup-container .releaseConfirm .btn-ok {
100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #576b95;
font-size: 16px;
}