瀏覽代碼

feat:扫码页面文案修改

zhangsiya 4 月之前
父節點
當前提交
531a1130bf
共有 1 個文件被更改,包括 29 次插入7 次删除
  1. 29 7
      tpl/page1.html

+ 29 - 7
tpl/page1.html

@@ -1,16 +1,38 @@
+
 <!DOCTYPE html>
 <!DOCTYPE html>
 <html lang="zh-CN">
 <html lang="zh-CN">
+<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">
 <head>
 <head>
   <meta charset="UTF-8">
   <meta charset="UTF-8">
-  <title>扫码绑定简历 - 页面1</title>
-  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
+  <title>扫码绑定简历</title>
 </head>
 </head>
+<style>
+    .container{
+        height: 100vh;
+        display: flex;
+        /*align-items: center;*/
+        justify-content: center;
+    }
+    .container > div{
+        width: 300px;
+        margin-top: 200px;
+    }
+    h1{
+      font-size:30px;
+    }
+    p {
+        font-size:20px;
+    }
+</style>
 <body class="p-3">
 <body class="p-3">
   <div class="container">
   <div class="container">
-    <h1>扫码绑定简历</h1>
-    <p>请使用手机扫描二维码后进行绑定,等待绑定结果……</p>
-    <!-- 显示用户的 UUID -->
-    <div class="alert alert-info">您的标识: <strong>{{.UUID}}</strong></div>
+      <div>
+          <h1>请告知我们人事小伙伴为您查找简历吧... <br> 请稍等..</h1>
+          <!-- 显示用户的 UUID -->
+          <p class="alert alert-info">您的扫码标识: <strong>{{.UUID}}</strong></p>
+      </div>
   </div>
   </div>
   <script>
   <script>
     var uuid = "{{.UUID}}";
     var uuid = "{{.UUID}}";
@@ -26,4 +48,4 @@
     };
     };
   </script>
   </script>
 </body>
 </body>
-</html>
+</html>