2025-08-01 11:39:06 +08:00

42 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>绑定微信号</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="renderer" content="webkit">
<link href="__CDN__/assets/css/frontend{$Think.config.app_debug?'':'.min'}.css?v={$Think.config.site.version|htmlentities}" rel="stylesheet">
</head>
<style>
h4 {
margin-top: 38px;
font-size: 20px;
color: #575d6a;
}
.text {
margin-top: 10px;
font-size: 15px;
color: #89909e;
line-height: 21px;
}
</style>
<body>
<main class="content" style="text-align: center">
<div>
<img src="__CDN__/assets/addons/notice/img/mplogin.png" width="150" height="150" alt="">
</div>
<h4>扫码绑定</h4>
<p class="text">您正在尝试绑定管理员</p>
<p class="text">请确认是否本人</p>
<p><a href="{:addon_url('notice/index/mpauth', ['confirm'=>1, 'mark' => input('mark')])}" type="button" class="btn btn-success btn-lg">确认绑定</a></p>
</main>
</body>
</html>