|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
<title>會員登錄</title>
|
|
|
<link rel="stylesheet" href="__TMPL__/public/assets/css/wbase.css">
|
|
|
<script src="__TMPL__/public/assets/js/base.js"></script>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
<!--header-->
|
|
|
<header class="header">
|
|
|
<img src="{:cmf_get_image_url($logo.image)}" alt="">
|
|
|
</header>
|
|
|
<!-- 内容 -->
|
|
|
<div class="land_box">
|
|
|
<h1>會員登錄</h1>
|
|
|
<form action="" class="form">
|
|
|
<ul>
|
|
|
<li>
|
|
|
<input type="text" placeholder="請輸入您的用戶名">
|
|
|
</li>
|
|
|
<li style="border:0">
|
|
|
<input type="password" placeholder="請輸入您的密碼">
|
|
|
</li>
|
|
|
</ul>
|
|
|
<button type="submit">登錄</button>
|
|
|
</form>
|
|
|
</div>
|
|
|
</body>
|
|
|
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|