index.html 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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>隐私政策</title>
  16. <style>
  17. * {
  18. margin: 0;
  19. padding: 0;
  20. border: 0;
  21. box-sizing: border-box;
  22. font-family: PingFangSC-Regular, PingFang SC, HYQiHei-FES, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  23. line-height: 1.42857143;
  24. font-weight: 400;
  25. -webkit-tap-highlight-color: transparent;
  26. -webkit-text-size-adjust: 100%;
  27. }
  28. a {
  29. text-decoration: none;
  30. -webkit-touch-callout: none;
  31. }
  32. input {
  33. outline: none;
  34. border: none;
  35. -webkit-appearance: none;
  36. }
  37. iframe {
  38. position: absolute;
  39. width: 0;
  40. height: 0;
  41. border: 0;
  42. z-index: -9999;
  43. }
  44. html,
  45. body {
  46. width: 100%;
  47. min-height: 100vh;
  48. }
  49. html {
  50. -webkit-text-size-adjust: 100%
  51. }
  52. ul, li, ol {
  53. list-style: none;
  54. }
  55. i {
  56. font-style: normal;
  57. }
  58. input:-webkit-autofill,
  59. input:-webkit-autofill:hover,
  60. input:-webkit-autofill:focus,
  61. input:-webkit-autofill:active {
  62. -webkit-transition-delay: 99999s;
  63. -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
  64. }
  65. input::-webkit-outer-spin-button,
  66. input::-webkit-inner-spin-button {
  67. -webkit-appearance: none;
  68. }
  69. input {
  70. -moz-appearance: textfield;
  71. }
  72. .mt-20 {
  73. margin-top: 20px;
  74. }
  75. .detail-container {
  76. display: flex;
  77. flex-direction: column;
  78. align-items: center;
  79. width: 100%;
  80. padding: 20px 10px 50px;
  81. }
  82. .update-time {
  83. width: 100%;
  84. margin-bottom: 10px;
  85. }
  86. .start-time {
  87. width: 100%;
  88. margin-bottom: 40px;
  89. }
  90. .body {
  91. width: 100%;
  92. margin-top: 20px;
  93. color: #222;
  94. }
  95. .body h4 {
  96. font-size: 15px;
  97. font-weight: 700;
  98. text-align: center;
  99. }
  100. .body p {
  101. font-size: 14px;
  102. text-indent: 2em;
  103. text-align: justify;
  104. }
  105. .body a {
  106. display: block;
  107. text-decoration: none;
  108. }
  109. .body a:link, .body a:active, .body a:visited, .body a:hover {
  110. color: #222;
  111. }
  112. .table-wrap {
  113. width: 100%;
  114. margin: 10px;
  115. border: 1px solid #000;
  116. border-top: none;
  117. }
  118. .table-wrap ul {
  119. width: 100%;
  120. }
  121. .table-wrap ul li {
  122. display: table;
  123. width: 100%;
  124. border-top: 1px solid #000;
  125. }
  126. .table-wrap ul li .title,
  127. .table-wrap ul li .value {
  128. display: table-cell;
  129. height: 100%;
  130. border-left: 1px solid #000;
  131. padding: 10px 4px;
  132. text-indent: 0;
  133. text-align: left;
  134. word-break: break-all;
  135. vertical-align: middle;
  136. }
  137. .table-wrap ul li .title:nth-of-type(1),
  138. .table-wrap ul li .value:nth-of-type(1) {
  139. width: 15%;
  140. border-left: none;
  141. }
  142. .table-wrap ul li .title:nth-of-type(2),
  143. .table-wrap ul li .value:nth-of-type(2) {
  144. width: 15%;
  145. }
  146. .table-wrap ul li .title:nth-of-type(3),
  147. .table-wrap ul li .value:nth-of-type(3) {
  148. width: 22.5%;
  149. }
  150. .table-wrap ul li .title:nth-of-type(4),
  151. .table-wrap ul li .value:nth-of-type(4) {
  152. width: 20%;
  153. }
  154. .table-wrap ul li .title:nth-of-type(5),
  155. .table-wrap ul li .value:nth-of-type(5) {
  156. width: 27.5%;
  157. }
  158. .table-wrap ul li .title {
  159. font-size: 11px;
  160. font-weight: 700;
  161. }
  162. .table-wrap ul li .value {
  163. font-size: 10px;
  164. }
  165. .table-wrap ul li .privacy-link {
  166. color: #009fff;
  167. text-decoration: underline;
  168. }
  169. b, u {
  170. font-weight: 700;
  171. }
  172. .version-title {
  173. width: 90%;
  174. font-size: 14px;
  175. font-weight: bold;
  176. }
  177. .version-list {
  178. width: 90%;
  179. padding-bottom: 50px;
  180. }
  181. .version-list li {
  182. font-size: 12px;
  183. text-decoration: underline;
  184. margin-top: 5px;
  185. }
  186. .version-list li:nth-of-type(1) {
  187. margin-top: 15px;
  188. }
  189. </style>
  190. </head>
  191. <body>
  192. <div class="detail-container">
  193. <p class="start-time"><b></b></p>
  194. <div class="body">
  195. <h4>前言</h4>
  196. <p></p>
  197. <div>
  198. <p><b>目录</b></p>
  199. <a href="#1"><p><b></b></p></a>
  200. </div>
  201. <div class="mt-20" id="1">
  202. <p><b></b></p>
  203. <p><b></b></p>
  204. <p></p>
  205. <p><b></b></p>
  206. </div>
  207. </div>
  208. </div>
  209. </body>
  210. </html>