component.html
1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta content="telephone=no" name="format-detection" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>一步物流-首页</title>
<title>popup</title>
<link rel="stylesheet" href="../css_an/common.css">
</head>
<body>
<ul class="m-table-view border-1px border-top">
<li class="cell border-1px border-bottom">
<span class="title">用户名</span>
<span class="text"><input type="text" class="m-input no-border"></span>
</li>
<li class="cell border-1px border-bottom">
<span class="title">用户名</span>
<span class="text">
<div class="m-input-wrap">
<input type="text" class="m-input no-border">
<span class="clear-btn m-hidden">
<span class="m-icon icon-title_quxiao_H"></span>
</span>
</div>
</span>
</li>
<li class="cell border-1px border-bottom">
<span class="title">用户名</span>
<span class="text"><input type="text" class="m-input no-border"></span>
</li>
</ul>
<script src="../js/vendor/jquery-2.1.4.min.js"></script>
<script src="../js/vendor/utils.js"></script>
</body>
</html>