.mediaBox { position: fixed; z-index: 999; top: 0px; left: 0px; width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; background: rgba(0, 0, 0, 0.7); .media { position: relative; width: 563rpx; height: 590rpx; padding: 40rpx 34rpx; box-sizing: border-box; background-color: white; border-radius: 20rpx; text-align: center; .title { margin-bottom: 27rpx; } .xieyi { color: blue; } .tips { margin-bottom: 14rpx; font-size: 26rpx; letter-spacing: 0; line-height: 47rpx; text-align: left; } .confirm { margin-top: 70rpx; padding: 12rpx 50rpx; border-radius: 30rpx; font-size: 30rpx; background-color: #00C657; color: white; } } }