.posterPopup_style .icon_btn { width: 100%; position: relative; /* height: 120rpx; */ background: #fff; text-align: center; display: flex; justify-content: space-around; } .posterPopup_style .icon_btn .box { width: 50%; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; padding: 20rpx 0; } .posterPopup_style .icon_btn image { width: 80rpx; height: 80rpx; margin-bottom: 8rpx; } .posterPopup_style .icon_close { width: 100%; height: 90rpx; line-height: 90rpx; text-align: center; background: #efefef; color: #333; } .code_box { width: 500rpx; flex: 1; /* height: 970rpx; */ /* position: absolute; left: 50%; */ display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto; border-radius: 12rpx; } .code_box image { height: 100%; width: 100%; border-radius: 12rpx; } .code_box .loading { padding: 50rpx 0; display: flex; flex-direction: column; align-items: center; justify-content: center; } .code_box .loading .text { color: #fff; font-size: 36rpx; }