maJiaBaoGoApp.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. @media screen and (max-width: 750px) {
  2. html {
  3. font-size: calc(100vw / 7.5);
  4. }
  5. }
  6. @media screen and (min-width: 750px) {
  7. html {
  8. font-size: calc(450px / 7.5);
  9. }
  10. }
  11. html, body, div, ul, li, p {
  12. padding: 0;
  13. margin: 0;
  14. }
  15. ul, li {
  16. list-style: none;
  17. }
  18. .code-container {
  19. position: relative;
  20. width: 7.5rem;
  21. height: 100vh;
  22. margin: 0 auto;
  23. background: url(../img/maJiaBaoGoAppBag.png);
  24. background-repeat: no-repeat;
  25. background-size: 7.5rem 100vh;
  26. }
  27. .btn-content{
  28. position: absolute;
  29. bottom: 2rem;
  30. left: 1.12rem;
  31. }
  32. .point{
  33. width: 4.73rem;
  34. height: 4rem;
  35. position: absolute;
  36. top: -6.96rem;
  37. right: 0.2rem;
  38. z-index: 99;
  39. }
  40. .point-img{
  41. width: 100%;
  42. height: 100%;
  43. }
  44. .download-app{
  45. width: 5.38rem;
  46. height: 1.45rem;
  47. display: block;
  48. position: relative;
  49. }
  50. .download-text{
  51. width: 2.83rem;
  52. height: 0.52rem;
  53. top: 0.32rem;
  54. left: 0.77rem;
  55. position: absolute;
  56. }
  57. .mask {
  58. width: 7.5rem;
  59. height: 100vh;
  60. position: absolute;
  61. top: 0;
  62. left: 0;
  63. background: rgba(0, 0, 0, 0.24);
  64. display: none;
  65. }
  66. .dialog {
  67. width: 5.05rem;
  68. height: 6.41rem;
  69. position: absolute;
  70. left: 1.22rem;
  71. top: -6.96rem;
  72. }
  73. .border{
  74. width: 100%;
  75. height: 100%;
  76. }
  77. .border-close{
  78. width: 0.44rem;
  79. height: 0.44rem;
  80. position: absolute;
  81. right: 2.32rem;
  82. bottom: 0.06rem;
  83. }
  84. .border-text {
  85. width: 4.20rem;
  86. height: 1.26rem;
  87. position: absolute;
  88. right: 0.32rem;
  89. top: 0.61rem;
  90. }
  91. .ios-text {
  92. width: 2.56rem;
  93. height: 0.42rem;
  94. position: absolute;
  95. right: 1.28rem;
  96. top: -0.21rem;
  97. z-index: 99;
  98. }
  99. .ios-title{
  100. width: 3.46rem;
  101. height: 0.76rem;
  102. position: absolute;
  103. right: 0.8rem;
  104. top: -0.4rem;
  105. }
  106. .head-list{
  107. display: flex;
  108. justify-content: space-between;
  109. align-items: center;
  110. padding: 0 0.28rem;
  111. height: 0.67rem;
  112. background: linear-gradient(0deg, #E2FFF6 0%, #D0FCEC 100%);
  113. }
  114. .head-title{
  115. font-size: 0.33rem;
  116. }
  117. .content{
  118. margin: 0.97rem 0 0.28rem 0;
  119. text-align: center;
  120. font-size: 0.28rem;
  121. }
  122. .try-play{
  123. margin-top: 0.14rem;
  124. }
  125. .success-img{
  126. width: 3rem;
  127. height: 3rem;
  128. }
  129. .success-text{
  130. margin-top: 0.2rem;
  131. color: #FFFFFF;
  132. font-size: 0.28rem;
  133. }
  134. #toast-container>.toast-error {
  135. background-image: none !important;
  136. }
  137. .toast-error {
  138. background-color: rgba(0, 0, 0, 0.8);
  139. }
  140. #toast-container>div {
  141. font-size: 14px;
  142. min-width: 80px !important;
  143. padding: 12px !important;
  144. box-shadow: none;
  145. }
  146. .toast-center-center {
  147. min-width: 100px;
  148. top: 50%;
  149. left: 50%;
  150. text-align: center;
  151. transform: translateX(-50%);
  152. }
  153. @media (max-width: 480px) and (min-width: 241px) {
  154. #toast-container>div {
  155. min-width: 80px !important;
  156. width: auto;
  157. }
  158. }