.downloadContainer { overflow: hidden; background: url('./images/download_bg.png') no-repeat top center; background-size: cover; min-height: 100vh; padding: 0 8px 0 23px; text-align: center; :global { .van-image { margin-top: 25px; } } } .buttonGroup { text-align: center; margin-top: 35px; margin-bottom: 35px; } .btn { width: 230px; height: 45px; line-height: 45px; background: url('./images/student-btn.png') no-repeat center; background-size: cover; border: none; } .wxpopup { width: 100%; height: 100vh; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); z-index: 9999; img { width: 88%; margin: 0 6%; } }