index.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport"
  6. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8. <meta name="apple-mobile-web-app-capable" content="yes">
  9. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  10. <meta name="apple-touch-fullscreen" content="yes"/>
  11. <meta name="format-detection" content="telephone=no">
  12. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
  13. <meta name="Keywords" content="听邦">
  14. <meta name="Description" content="听邦">
  15. <title>听邦APP下载</title>
  16. <style>
  17. * {
  18. margin: 0;
  19. padding: 0;
  20. border: 0;
  21. -webkit-box-sizing: border-box;
  22. box-sizing: border-box;
  23. font-family: PingFangSC-Regular, HYQiHei-FES, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  24. line-height: 1.42857143;
  25. font-weight: 400;
  26. -webkit-tap-highlight-color: transparent;
  27. -webkit-text-size-adjust: 100%;
  28. }
  29. html,
  30. body {
  31. width: 100%;
  32. min-height: 100%;
  33. }
  34. html {
  35. -webkit-text-size-adjust: 100%
  36. }
  37. body {
  38. display: -webkit-box;
  39. display: -ms-flexbox;
  40. display: flex;
  41. -webkit-box-orient: vertical;
  42. -webkit-box-direction: normal;
  43. -ms-flex-direction: column;
  44. flex-direction: column;
  45. padding-top: 68px;
  46. -webkit-box-align: center;
  47. -ms-flex-align: center;
  48. align-items: center;
  49. background: url('./imgs/bg@2x.png') center top/100% 100% no-repeat;
  50. }
  51. a {
  52. text-decoration: none;
  53. -webkit-touch-callout: none;
  54. }
  55. .flex-col {
  56. display: -webkit-box;
  57. display: -ms-flexbox;
  58. display: flex;
  59. -webkit-box-orient: vertical;
  60. -webkit-box-direction: normal;
  61. -ms-flex-direction: column;
  62. flex-direction: column;
  63. }
  64. .section {
  65. width: 266px;
  66. }
  67. .logo {
  68. display: block;
  69. width: 121px;
  70. height: 138px;
  71. margin: 0 auto;
  72. }
  73. .title {
  74. color: rgba(255, 255, 255, 1);
  75. font-size: 16px;
  76. line-height: 22px;
  77. }
  78. .main {
  79. display: -webkit-box;
  80. display: -ms-flexbox;
  81. display: flex;
  82. -webkit-box-align: center;
  83. -ms-flex-align: center;
  84. align-items: center;
  85. width: 266px;
  86. height: 44px;
  87. padding-left: 90px;
  88. margin-top: 10px;
  89. border-radius: 22px;
  90. background-color: rgba(211, 35, 35, 1);
  91. }
  92. .main .word {
  93. margin-left: 3px;
  94. color: rgba(255, 255, 255, 1);
  95. font-size: 16px;
  96. letter-spacing: 1px;
  97. line-height: 22px;
  98. }
  99. .ios {
  100. width: 32px;
  101. height: 32px;
  102. background: url('./imgs/icon_ios@2x.png') center center/100% 100% no-repeat;
  103. }
  104. .android {
  105. width: 23px;
  106. height: 27px;
  107. background: url('./imgs/icon_android@2x.png') center center/100% 100% no-repeat;
  108. }
  109. .help {
  110. color: rgba(255, 255, 255, 1);
  111. font-size: 12px;
  112. line-height: 17px;
  113. margin-top: 5px;
  114. }
  115. .margin-top-53 {
  116. margin-top: 53px;
  117. }
  118. .margin-top-73 {
  119. margin-top: 74px;
  120. }
  121. </style>
  122. </head>
  123. <body>
  124. <div class="section flex-col">
  125. <img class="logo"
  126. referrerpolicy="no-referrer"
  127. src="./imgs/logo@2x.png"
  128. alt="">
  129. <span class="title margin-top-73">IOS版下载</span>
  130. <a class="main" href="https://apps.apple.com/cn/app/%E5%90%AC%E9%82%A6/id1573430338">
  131. <span class="ios"></span>
  132. <span class="word">ios版</span>
  133. </a>
  134. <span class="help">请允许安装描述文件</span>
  135. <span class="title margin-top-53">安卓版下载</span>
  136. <a class="main" href="https://a.app.qq.com/o/simple.jsp?pkgname=com.tb.tingbang&g_f=1000047">
  137. <span class="android"></span>
  138. <span class="word">Android版</span>
  139. </a>
  140. </div>
  141. </body>
  142. </html>