maJiaBaoGoApp.css 2.6 KB

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