maJiaBaoGoApp.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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: 5.89rem;
  68. position: absolute;
  69. left: 1.22rem;
  70. top: -6.96rem;
  71. overflow: hidden;
  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: 0.12rem;
  82. top: 0.08rem;
  83. }
  84. .border-text {
  85. width: 4.44rem;
  86. height: 0.81rem;
  87. position: absolute;
  88. right: 0.32rem;
  89. top: 0.8rem;
  90. }
  91. .head-list{
  92. display: flex;
  93. justify-content: space-between;
  94. align-items: center;
  95. padding: 0 0.28rem;
  96. height: 0.67rem;
  97. background: linear-gradient(0deg, #E2FFF6 0%, #D0FCEC 100%);
  98. }
  99. .head-title{
  100. font-size: 0.33rem;
  101. }
  102. .content{
  103. margin: 0.97rem 0 0.28rem 0;
  104. text-align: center;
  105. font-size: 0.28rem;
  106. }
  107. .try-play{
  108. margin-top: 0.14rem;
  109. }
  110. .success-img{
  111. width: 3rem;
  112. height: 3rem;
  113. }
  114. .success-text{
  115. margin-top: 0.2rem;
  116. color: #FFFFFF;
  117. font-size: 0.28rem;
  118. }
  119. #toast-container>.toast-error {
  120. background-image: none !important;
  121. }
  122. .toast-error {
  123. background-color: rgba(0, 0, 0, 0.8);
  124. }
  125. #toast-container>div {
  126. font-size: 14px;
  127. min-width: 80px !important;
  128. padding: 12px !important;
  129. box-shadow: none;
  130. }
  131. .toast-center-center {
  132. min-width: 100px;
  133. top: 50%;
  134. left: 50%;
  135. text-align: center;
  136. transform: translateX(-50%);
  137. }
  138. @media (max-width: 480px) and (min-width: 241px) {
  139. #toast-container>div {
  140. min-width: 80px !important;
  141. width: auto;
  142. }
  143. }