maJiaBaoGoApp.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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: 3rem;
  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: 1.8rem;
  79. height: 0.52rem;
  80. position: absolute;
  81. right: 1.62rem;
  82. bottom: -0.52rem;
  83. }
  84. .border-text {
  85. width: 3.40rem;
  86. height: 0.35rem;
  87. position: absolute;
  88. right: 0.74rem;
  89. top: 1.01rem;
  90. }
  91. .border-btn {
  92. width: 4rem;
  93. height: 0.54rem;
  94. position: absolute;
  95. right: 0.53rem;
  96. bottom: 0.53rem;
  97. }
  98. .btn-text{
  99. width: 3.67rem;
  100. height: 0.31rem;
  101. position: absolute;
  102. right: 0.7rem;
  103. bottom: 0.64rem;
  104. z-index: 99;
  105. }
  106. .small-routine{
  107. width: 3.02rem;
  108. height: 3.02rem;
  109. position: absolute;
  110. right: 1.02rem;
  111. top: 1.83rem;
  112. }
  113. .head-list{
  114. display: flex;
  115. justify-content: space-between;
  116. align-items: center;
  117. padding: 0 0.28rem;
  118. height: 0.67rem;
  119. background: linear-gradient(0deg, #E2FFF6 0%, #D0FCEC 100%);
  120. }
  121. .head-title{
  122. font-size: 0.33rem;
  123. }
  124. .content{
  125. margin: 0.97rem 0 0.28rem 0;
  126. text-align: center;
  127. font-size: 0.28rem;
  128. }
  129. .try-play{
  130. margin-top: 0.14rem;
  131. }
  132. .success-img{
  133. width: 3rem;
  134. height: 3rem;
  135. }
  136. .success-text{
  137. margin-top: 0.2rem;
  138. color: #FFFFFF;
  139. font-size: 0.28rem;
  140. }
  141. #toast-container>.toast-error {
  142. background-image: none !important;
  143. }
  144. .toast-error {
  145. background-color: rgba(0, 0, 0, 0.8);
  146. }
  147. #toast-container>div {
  148. font-size: 14px;
  149. min-width: 80px !important;
  150. padding: 12px !important;
  151. box-shadow: none;
  152. }
  153. .toast-center-center {
  154. min-width: 100px;
  155. top: 50%;
  156. left: 50%;
  157. text-align: center;
  158. transform: translateX(-50%);
  159. }
  160. @media (max-width: 480px) and (min-width: 241px) {
  161. #toast-container>div {
  162. min-width: 80px !important;
  163. width: auto;
  164. }
  165. }