h5-index.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. html,
  2. body,
  3. div,
  4. p {
  5. margin: 0;
  6. padding: 0;
  7. }
  8. html{
  9. height: 100%;
  10. }
  11. body {
  12. height: 100%;
  13. font-family: Arial, Helvetica, sans-serif;
  14. background: url(../img/h5-bg.png) no-repeat;
  15. background-size: 100%;
  16. background-color: #6e3991;
  17. }
  18. a {
  19. display: inline-block;
  20. text-decoration: none;
  21. color: inherit;
  22. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  23. }
  24. .logo-wrapper {
  25. padding-top: .6rem /* 45/75 */;
  26. margin: 0 auto;
  27. text-align: center;
  28. }
  29. .logo-wrapper img {
  30. width: 2.453333rem /* 184/75 */;
  31. height: .826667rem /* 62/75 */;
  32. }
  33. .app-slogan {
  34. margin: 1.933333rem /* 145/75 */ auto 0;
  35. padding: 0 .866667rem /* 65/75 */;
  36. text-align: center;
  37. }
  38. .app-slogan img {
  39. width: 100%;
  40. }
  41. .app-dowload {
  42. margin: 1.333333rem /* 100/75 */ auto 0;
  43. color: #fff;
  44. font-size: 0;
  45. text-align: center;
  46. }
  47. .app-dowload a {
  48. display: inline-block;
  49. width: 4.666667rem /* 350/75 */;
  50. height: 1.066667rem /* 80/75 */;
  51. text-align: center;
  52. font-size: 14px;
  53. line-height: 1.066667rem /* 80/75 */;
  54. border-radius: 5px;
  55. }
  56. .download {
  57. background: #eb97c5;
  58. }
  59. .show-image {
  60. margin-top: 1.266667rem /* 95/75 */;
  61. height: 9.48rem /* 711/75 */;
  62. text-align: right;
  63. }
  64. .show-image img {
  65. height: 100%;
  66. }
  67. footer {
  68. width: 100%;
  69. height: .666667rem /* 50/75 */;
  70. line-height: .666667rem /* 50/75 */;
  71. font-size: 12px;
  72. color: #d9d9d9;
  73. text-align: center;
  74. background: #fff;
  75. }
  76. .tips {
  77. display: none;
  78. position: absolute;
  79. left: 50%;
  80. top: 40%;
  81. transform: translate(-50%, 0);
  82. padding: 10px 15px;
  83. font-size: 13px;
  84. color: #fff;
  85. background: rgba(0, 0, 0, .5);
  86. border-radius: 50px;
  87. }
  88. .wx-down {
  89. display: none;
  90. position: fixed;
  91. left: 0;
  92. top: 0;
  93. width: 100%;
  94. height: 100%;
  95. background: rgba(0, 0, 0, .7);
  96. z-index: 999;
  97. }
  98. .wx-down img {
  99. display: block;
  100. position: absolute;
  101. right: .266667rem /* 20/75 */;
  102. top: .266667rem /* 20/75 */;
  103. width: 4.093333rem /* 307/75 */;
  104. height: 3.613333rem /* 271/75 */;
  105. }