Procházet zdrojové kódy

新增隐私政策、用户协议

panyong před 3 roky
rodič
revize
9886142e10
2 změnil soubory, kde provedl 266 přidání a 0 odebrání
  1. 19 0
      static/agreement/index.html
  2. 247 0
      static/privacy/index.html

+ 19 - 0
static/agreement/index.html

@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport"
+          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
+    <meta http-equiv="X-UA-Compatible" content="ie=edge">
+    <meta name="apple-mobile-web-app-capable" content="yes">
+    <meta name="apple-mobile-web-app-status-bar-style" content="black">
+    <meta name="apple-touch-fullscreen" content="yes"/>
+    <meta name="format-detection" content="telephone=no">
+    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
+    <meta name="Keywords" content="听邦">
+    <meta name="Description" content="听邦">
+    <title>用户协议</title>
+</head>
+<body>
+</body>
+</html>

+ 247 - 0
static/privacy/index.html

@@ -0,0 +1,247 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport"
+          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
+    <meta http-equiv="X-UA-Compatible" content="ie=edge">
+    <meta name="apple-mobile-web-app-capable" content="yes">
+    <meta name="apple-mobile-web-app-status-bar-style" content="black">
+    <meta name="apple-touch-fullscreen" content="yes"/>
+    <meta name="format-detection" content="telephone=no">
+    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
+    <meta name="Keywords" content="听邦">
+    <meta name="Description" content="听邦">
+    <title>隐私政策</title>
+    <style>
+        * {
+            margin: 0;
+            padding: 0;
+            border: 0;
+            box-sizing: border-box;
+            font-family: PingFangSC-Regular, PingFang SC, HYQiHei-FES, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
+            line-height: 1.42857143;
+            font-weight: 400;
+            -webkit-tap-highlight-color: transparent;
+            -webkit-text-size-adjust: 100%;
+        }
+
+        a {
+            text-decoration: none;
+            -webkit-touch-callout: none;
+        }
+
+        input {
+            outline: none;
+            border: none;
+            -webkit-appearance: none;
+        }
+
+        iframe {
+            position: absolute;
+            width: 0;
+            height: 0;
+            border: 0;
+            z-index: -9999;
+        }
+
+        html,
+        body {
+            width: 100%;
+            min-height: 100vh;
+        }
+
+        html {
+            -webkit-text-size-adjust: 100%
+        }
+
+        ul, li, ol {
+            list-style: none;
+        }
+
+        i {
+            font-style: normal;
+        }
+
+        input:-webkit-autofill,
+        input:-webkit-autofill:hover,
+        input:-webkit-autofill:focus,
+        input:-webkit-autofill:active {
+            -webkit-transition-delay: 99999s;
+            -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
+        }
+
+        input::-webkit-outer-spin-button,
+        input::-webkit-inner-spin-button {
+            -webkit-appearance: none;
+        }
+
+        input {
+            -moz-appearance: textfield;
+        }
+
+        .mt-20 {
+            margin-top: 20px;
+        }
+
+
+        .detail-container {
+            display: flex;
+            flex-direction: column;
+            align-items: center;
+            width: 100%;
+            padding: 20px 10px 50px;
+        }
+
+        .update-time {
+            width: 100%;
+            margin-bottom: 10px;
+        }
+
+        .start-time {
+            width: 100%;
+            margin-bottom: 40px;
+        }
+
+        .body {
+            width: 100%;
+            margin-top: 20px;
+            color: #222;
+        }
+
+        .body h4 {
+            font-size: 15px;
+            font-weight: 700;
+            text-align: center;
+        }
+
+        .body p {
+            font-size: 14px;
+            text-indent: 2em;
+            text-align: justify;
+        }
+
+        .body a {
+            display: block;
+            text-decoration: none;
+        }
+
+        .body a:link, .body a:active, .body a:visited, .body a:hover {
+            color: #222;
+        }
+
+        .table-wrap {
+            width: 100%;
+            margin: 10px;
+            border: 1px solid #000;
+            border-top: none;
+        }
+
+        .table-wrap ul {
+            width: 100%;
+        }
+
+        .table-wrap ul li {
+            display: table;
+            width: 100%;
+            border-top: 1px solid #000;
+        }
+
+        .table-wrap ul li .title,
+        .table-wrap ul li .value {
+            display: table-cell;
+            height: 100%;
+            border-left: 1px solid #000;
+            padding: 10px 4px;
+            text-indent: 0;
+            text-align: left;
+            word-break: break-all;
+            vertical-align: middle;
+        }
+
+        .table-wrap ul li .title:nth-of-type(1),
+        .table-wrap ul li .value:nth-of-type(1) {
+            width: 15%;
+            border-left: none;
+        }
+
+        .table-wrap ul li .title:nth-of-type(2),
+        .table-wrap ul li .value:nth-of-type(2) {
+            width: 15%;
+        }
+
+        .table-wrap ul li .title:nth-of-type(3),
+        .table-wrap ul li .value:nth-of-type(3) {
+            width: 22.5%;
+        }
+
+        .table-wrap ul li .title:nth-of-type(4),
+        .table-wrap ul li .value:nth-of-type(4) {
+            width: 20%;
+        }
+
+        .table-wrap ul li .title:nth-of-type(5),
+        .table-wrap ul li .value:nth-of-type(5) {
+            width: 27.5%;
+        }
+
+        .table-wrap ul li .title {
+            font-size: 11px;
+            font-weight: 700;
+        }
+
+        .table-wrap ul li .value {
+            font-size: 10px;
+        }
+
+        .table-wrap ul li .privacy-link {
+            color: #009fff;
+            text-decoration: underline;
+        }
+
+        b, u {
+            font-weight: 700;
+        }
+
+        .version-title {
+            width: 90%;
+            font-size: 14px;
+            font-weight: bold;
+        }
+
+        .version-list {
+            width: 90%;
+            padding-bottom: 50px;
+        }
+
+        .version-list li {
+            font-size: 12px;
+            text-decoration: underline;
+            margin-top: 5px;
+        }
+
+        .version-list li:nth-of-type(1) {
+            margin-top: 15px;
+        }
+    </style>
+</head>
+<body>
+<div class="detail-container">
+    <p class="start-time"><b></b></p>
+    <div class="body">
+        <h4>前言</h4>
+        <p></p>
+        <div>
+            <p><b>目录</b></p>
+            <a href="#1"><p><b></b></p></a>
+        </div>
+        <div class="mt-20" id="1">
+            <p><b></b></p>
+            <p><b></b></p>
+            <p></p>
+            <p><b></b></p>
+        </div>
+    </div>
+</div>
+</body>
+</html>