123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- @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: no-repeat;
- background-size: 7.5rem 100vh; */
- }
- .btn-content{
- position: absolute;
- bottom: 3rem;
- left: 1.12rem;
- }
- .point{
- width: 4.73rem;
- height: 4rem;
- position: absolute;
- top: -6.96rem;
- right: 0.2rem;
- z-index: 99;
- }
- .point-img{
- width: 100%;
- height: 100%;
- }
- .download-app{
- width: 5.38rem;
- height: 1.45rem;
- display: block;
- position: relative;
- }
- .download-text{
- width: 2.83rem;
- height: 0.52rem;
- top: 0.32rem;
- left: 0.77rem;
- 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: 1.8rem;
- height: 0.52rem;
- position: absolute;
- right: 1.62rem;
- bottom: -0.52rem;
- }
- .border-text {
- width: 3.40rem;
- height: 0.35rem;
- position: absolute;
- right: 0.74rem;
- top: 1.01rem;
- }
- .border-btn {
- width: 4rem;
- height: 0.54rem;
- position: absolute;
- right: 0.53rem;
- bottom: 0.53rem;
- }
- .btn-text{
- width: 3.67rem;
- height: 0.31rem;
- position: absolute;
- right: 0.7rem;
- bottom: 0.64rem;
- z-index: 99;
- }
- .small-routine{
- width: 3.02rem;
- height: 3.02rem;
- position: absolute;
- right: 1.02rem;
- top: 1.83rem;
- }
- .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;
- }
- }
|