.popup1 { .popup-container { width: 650rpx; height: 840rpx; box-sizing: border-box; padding: 238rpx 48rpx 0; .title { font-size: 44rpx; color: rgba(30, 41, 59, 1); font-weight: bold; line-height: 53rpx; } .content { margin-top: 20rpx; font-size: 36rpx; color: rgba(100, 116, 139, 1); line-height: 52rpx; } .code { margin: 70rpx auto 0; display: block; width: 318rpx; height: 318rpx; } } } .popup2 { .popup-container { .badge { position: relative; z-index: 1; display: block; margin: 0 auto; width: 400rpx; height: 252rpx; } .container { margin-top: -126rpx; width: 650rpx; height: 736rpx; border-radius: 42rpx; .title { padding-top: 146rpx; text-align: center; font-size: 40rpx; color: rgba(30, 41, 59, 1); font-weight: bold; line-height: 53rpx; } .code-wrap { margin: 36rpx auto 0; width: 318rpx; height: 318rpx; padding: 18rpx; box-sizing: border-box; .code { display: block; width: 100%; height: 100%; } } .content { margin-top: 32rpx; font-size: 32rpx; color: rgba(100, 116, 139, 1); line-height: 48rpx; text-align: center; } } } } .popup3 { .popup-container { .badge { position: relative; z-index: 1; display: block; margin: 0 auto; width: 400rpx; height: 252rpx; } .container { margin-top: -126rpx; width: 650rpx; height: 736rpx; border-radius: 42rpx; .title { padding-top: 146rpx; text-align: center; font-size: 40rpx; color: rgba(30, 41, 59, 1); font-weight: bold; line-height: 53rpx; } .code-wrap { margin: 36rpx auto 0; width: 318rpx; height: 318rpx; padding: 18rpx; box-sizing: border-box; .code { display: block; width: 100%; height: 100%; } } .content { margin-top: 32rpx; font-size: 32rpx; color: rgba(100, 116, 139, 1); line-height: 48rpx; text-align: center; } } } } .close { margin: 32rpx auto 0; display: block; width: 88rpx; height: 88rpx; }