.activationModal { position: fixed; z-index: 12; left: 0rpx; top: 0rpx; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.7); .vipModal { position: relative; left: 0; right: 0; width: 600rpx; height: 506rpx; top: 30%; margin: auto; border-radius: 20rpx; text-align: center; } .bg1 { background: url(http://reader-wx.ai160.com/images/reader/v3/learn/saveImage2.png); background-size: cover; } .bg2 { background: url(http://reader-wx.ai160.com/images/reader/v3/learn/saveImage.png); background-size: cover; } .text { position: absolute; left: 86rpx; top: 190rpx; font-size: 26rpx; color: #FFE6D2; } .save { position: absolute; top: 390rpx; left: 90rpx; width: 410rpx; height: 80rpx; } .close { position: absolute; padding: 40rpx; width: 54rpx; height: 54rpx; left: 0; right: 0; bottom: -140rpx; margin: auto; } }