maJiaBaoGoApp.css 2.6 KB

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