parent
7441346137
commit
a3072ae35f
@ -0,0 +1,55 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>填写信息</title>
|
||||||
|
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport"/>
|
||||||
|
<meta content="yes" name="apple-mobile-web-app-capable"/>
|
||||||
|
<meta content="black" name="apple-mobile-web-app-status-bar-style"/>
|
||||||
|
<meta content="telephone=no" name="format-detection"/>
|
||||||
|
<link href="style.css" rel="stylesheet" type="text/css"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<section class="aui-flexView">
|
||||||
|
<header class="aui-navBar aui-navBar-fixed">
|
||||||
|
<a href="javascript:;" class="aui-navBar-item">
|
||||||
|
<i class="icon icon-return"></i>
|
||||||
|
</a>
|
||||||
|
<div class="aui-center">
|
||||||
|
<span class="aui-center-title">填写身份信息</span>
|
||||||
|
</div>
|
||||||
|
<a href="javascript:;" class="aui-navBar-item">
|
||||||
|
<i class="icon icon-sys"></i>
|
||||||
|
</a>
|
||||||
|
</header>
|
||||||
|
<section class="aui-scrollView">
|
||||||
|
<div class="aui-view-box">
|
||||||
|
<div class="aui-view-box-item">
|
||||||
|
<h2>请填写对应的真实信息!</h2>
|
||||||
|
</div>
|
||||||
|
<div class="aui-view-box-item">
|
||||||
|
<h2>您的个人信息:</h2>
|
||||||
|
<input type="text" placeholder="输入银行卡号">
|
||||||
|
<input type="text" placeholder="输入身份证号">
|
||||||
|
<input type="text" placeholder="输入对应的手机号">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="aui-view-box-item">
|
||||||
|
<p>请确保填写的信息无误!</p>
|
||||||
|
</div>
|
||||||
|
<div class="aui-btn-submit">
|
||||||
|
<button>提交</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<footer class="aui-footer aui-footer-fixed">
|
||||||
|
<p>
|
||||||
|
<span>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
|
</section>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in new issue