index.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. html,
  2. body,
  3. p,
  4. img,
  5. button {
  6. margin: 0;
  7. padding: 0;
  8. }
  9. button {
  10. border: none;
  11. outline: none;
  12. }
  13. html {
  14. height: 100%;
  15. }
  16. body {
  17. height: 100%;
  18. font-family: "PingFang-SC-Regular", Arial;
  19. }
  20. .content {
  21. width: 100%;
  22. height: 105%;
  23. min-width: 1280px;
  24. background: url(../img/bg.png) no-repeat;
  25. background-size: 100% 100%;
  26. }
  27. .content-area {
  28. width: 95%;
  29. height: 95%;
  30. margin: 0 auto;
  31. overflow: hidden;
  32. }
  33. .l-bt {
  34. float: left;
  35. width: 40%;
  36. height: 100%;
  37. padding-left: 5%;
  38. padding-top: 8%;
  39. overflow: hidden;
  40. }
  41. .logo-area {
  42. display: inline-block;
  43. height: 223px;
  44. }
  45. .logo-area img {
  46. width: 100%;
  47. height: 100%;
  48. }
  49. .logo {
  50. display: inline-block;
  51. width: 180px;
  52. height: 180px;
  53. border-radius: 50px;
  54. overflow: hidden;
  55. }
  56. .logo-tit {
  57. display: inline-block;
  58. margin-left: 30px;
  59. width: 145px;
  60. height: 69px;
  61. vertical-align: 53px;
  62. }
  63. .show-area {
  64. float: right;
  65. position: relative;
  66. margin-top: 40px;
  67. width: 30%;
  68. height: auto;
  69. }
  70. .show-area img {
  71. width: 50%;
  72. height: auto;
  73. }
  74. .slogan {
  75. display: inline-block;
  76. width: 60px;
  77. height: 300px;
  78. margin-top: 200px;
  79. margin-left: 180px;
  80. }
  81. .slogan img {
  82. width: 100%;
  83. height: 100%;
  84. }
  85. .pic-1 {
  86. position: absolute;
  87. right: 30px;
  88. top: 0;
  89. z-index: 10;
  90. }
  91. .pic-2 {
  92. margin-top: 50px;
  93. }
  94. .download {
  95. height: 50%;
  96. margin-left: -15px;
  97. margin-top: 10%;
  98. }
  99. button {
  100. width: 100%;
  101. height: 65px;
  102. border-radius: 5px;
  103. font-size: 26px;
  104. font-weight: 200;
  105. color: #fff;
  106. cursor: pointer;
  107. }
  108. button.ios {
  109. background: #fd9b9a;
  110. }
  111. button.android {
  112. background: #b0a9f7;
  113. }
  114. .tips {
  115. display: none;
  116. position: absolute;
  117. top: 40%;
  118. left: 40%;
  119. width: 200px;
  120. height: 50px;
  121. text-align: center;
  122. line-height: 50px;
  123. font-size: 20px;
  124. color: #fff;
  125. background: rgba(0, 0, 0, 0.3);
  126. border-radius: 50px;
  127. }
  128. .footer {
  129. width: 100%;
  130. height: 25px;
  131. line-height: 25px;
  132. text-align: center;
  133. font-size: 14px;
  134. font-weight: 200;
  135. color: #333;
  136. background: #fff;
  137. }
  138. .android-pic {
  139. width: 0%;
  140. position: absolute;
  141. left: 0;
  142. top: 90px;
  143. }
  144. .ios-pic {
  145. width: 0%;
  146. position: absolute;
  147. left: 0;
  148. top: 90px;
  149. }
  150. .down-android {
  151. display: inline-block;
  152. width: 40%;
  153. height: 100%;
  154. position: relative;
  155. }
  156. .down-ios {
  157. margin-left: 50px;
  158. display: inline-block;
  159. width: 40%;
  160. height: 100%;
  161. position: relative;
  162. }