@media screen and (max-width: 750px) { html { font-size: calc(100vw / 7.5); } } @media screen and (min-width: 750px) { html { font-size: calc(450px / 7.5); } } html, body, div, ul, li, p { padding: 0; margin: 0; } ul, li { list-style: none; } .code-container { position: relative; width: 7.5rem; height: 100vh; margin: 0 auto; background: url(../img/maJiaBaoGoAppBag.png); background-repeat: repeat-y; background-size: cover; } .btn-content{ position: absolute; bottom: 4.5rem; left: 1.25rem; } .point{ width: 3.8rem; height: 3.68rem; position: absolute; top: -6.96rem; right: 0.2rem; } .point-img{ width: 100%; height: 100%; } .download-app{ width: 4.8rem; height: 0.89rem; display: block; position: relative; } .download-text{ width: 3.43rem; height: 0.42rem; top: 50%; left: 50%; text-align: center; transform: translate(-50%, -50%); position: absolute; } .mask { width: 7.5rem; height: 100vh; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.24); display: none; } .dialog { width: 5.05rem; height: 6.41rem; position: absolute; left: 1.22rem; top: -6.96rem; } .border{ width: 100%; height: 100%; } .border-close{ width: 0.44rem; height: 0.44rem; position: absolute; right: 2.32rem; bottom: 0.06rem; } .border-text { width: 4.20rem; height: 1.26rem; position: absolute; right: 0.32rem; top: 0.61rem; } .ios-text { width: 2.56rem; height: 0.42rem; position: absolute; right: 1.28rem; top: -0.21rem; z-index: 99; } .ios-title{ width: 3.46rem; height: 0.76rem; position: absolute; right: 0.8rem; top: -0.4rem; } .head-list{ display: flex; justify-content: space-between; align-items: center; padding: 0 0.28rem; height: 0.67rem; background: linear-gradient(0deg, #E2FFF6 0%, #D0FCEC 100%); } .head-title{ font-size: 0.33rem; } .content{ margin: 0.97rem 0 0.28rem 0; text-align: center; font-size: 0.28rem; } .try-play{ margin-top: 0.14rem; } .success-img{ width: 3rem; height: 3rem; } .success-text{ margin-top: 0.2rem; color: #FFFFFF; font-size: 0.28rem; } #toast-container>.toast-error { background-image: none !important; } .toast-error { background-color: rgba(0, 0, 0, 0.8); } #toast-container>div { font-size: 14px; min-width: 80px !important; padding: 12px !important; box-shadow: none; } .toast-center-center { min-width: 100px; top: 50%; left: 50%; text-align: center; transform: translateX(-50%); } @media (max-width: 480px) and (min-width: 241px) { #toast-container>div { min-width: 80px !important; width: auto; } }