|
@@ -1,16 +1,38 @@
|
|
|
+
|
|
|
<!DOCTYPE html>
|
|
|
<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>
|
|
|
<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>
|
|
|
+<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">
|
|
|
<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>
|
|
|
<script>
|
|
|
var uuid = "{{.UUID}}";
|
|
@@ -26,4 +48,4 @@
|
|
|
};
|
|
|
</script>
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|