index.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. body {
  2. font-family: "pingfang SC", "MicrosoftYaHei";
  3. font-size: 16px;
  4. -webkit-font-smoothing: antialiased;
  5. }
  6. * {
  7. -webkit-tap-highlight-color: transparent;
  8. margin: 0;
  9. padding: 0;
  10. }
  11. .bar {
  12. width: 100%;
  13. box-sizing: border-box;
  14. padding: 8px 15px;
  15. background: #ffffff;
  16. display: flex;
  17. justify-content: space-between;
  18. align-items: center;
  19. position: fixed;
  20. bottom: 0;
  21. z-index: 999;
  22. }
  23. .bar>img {
  24. width: 90px;
  25. height: 33px;
  26. }
  27. .bar>a {
  28. width: 8.8rem;
  29. height: 3.6rem;
  30. background-image: linear-gradient(90deg, #9C6CFA, #4979FF);
  31. border-radius: 2rem;
  32. color: #ffffff;
  33. display: flex;
  34. justify-content: center;
  35. align-items: center;
  36. text-decoration: none;
  37. font-size: 1.4rem;
  38. }
  39. .iphoneX {
  40. display: none;
  41. width: 100%;
  42. height: 34px;
  43. }
  44. .main {
  45. /* width: 37.5rem; */
  46. width: 100vw;
  47. background-color: #3E0A86;
  48. }
  49. .bg1{
  50. /* width: 37.5rem; */
  51. width: 100vw;
  52. }
  53. .bgBox{
  54. /* width: 37.5rem;
  55. margin-top: -7rem; */
  56. width: 100vw;
  57. margin-top: -70px;
  58. font-size:0;
  59. }
  60. .bg2{
  61. /* width: 37.5rem; */
  62. width: 100vw;
  63. height: auto;
  64. position: relative;
  65. }
  66. .bg2>img:nth-child(1){
  67. /* width: 34.5rem;
  68. margin: 0 1.5rem 1.5rem;
  69. height: 11.7rem;*/
  70. width: calc(100vw - 30px);
  71. height: auto;
  72. margin: 0 15px 15px;
  73. z-index: 111;
  74. }
  75. .earth{
  76. position: absolute;
  77. width: 58px;
  78. height: 56px;
  79. top: 116px;
  80. /* width: 5.8rem;
  81. height: 5.6rem;
  82. top: 11.6rem; */
  83. right: 0;
  84. }
  85. .mycode{
  86. /* position: absolute;
  87. width: 27.5rem;
  88. height: 4.5rem;
  89. font-size: 3.2rem;
  90. font-weight: 500;
  91. color: #FFFFFF;
  92. line-height: 4.5rem;
  93. text-align: center;
  94. top: 6rem;
  95. left: 5rem;
  96. z-index: 999; */
  97. position: absolute;
  98. width: calc(100vw - 30px);
  99. height: 45px;
  100. font-size: 3.2rem;
  101. font-weight: 500;
  102. color: #FFFFFF;
  103. line-height: 45px;
  104. text-align: center;
  105. top: 60px;
  106. left: 15px;
  107. z-index: 999;
  108. }
  109. .bg3{
  110. /* width: 34.5rem;
  111. margin: 0 1.5rem; */
  112. width: calc(100vw - 30px);
  113. margin: 0 15px;
  114. display: block;
  115. }
  116. .bg7{
  117. width: calc(100vw - 16px);
  118. margin: 17px 8px;
  119. height: auto;
  120. /* width: 36rem;
  121. height: 22.2rem;
  122. margin: 1.7rem 0.8rem; */
  123. }
  124. .bg8{
  125. /* width: 36rem;
  126. margin: 0 0.8rem;
  127. height: 14rem; */
  128. width: calc(100vw - 16px);
  129. margin: 0 8px;
  130. height: auto;
  131. position: relative;
  132. z-index: 1;
  133. }
  134. .bg9{
  135. /* width: 37.5rem;
  136. height: 8.4rem;
  137. margin-top: -6.2rem; */
  138. width: 100vw;
  139. height: auto;
  140. margin-top: -62px;
  141. position: relative;
  142. }