order_origin_old.html
2.24 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
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<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>
</head>
<body class="orderSettingPage">
<!-- 起运地 -->
<div class="m-page address-section">
<!-- header -->
<header class="m-header">
<a href="order_setting.html" class="lt-bar"><i class="m-icon icon-title_quxiao"></i></a>
<div class="head">
<h1>起运地</h1>
</div>
</header>
<div class="m-content">
<p class="current">我当前位置(四川成都)</p>
<ul class="m-table-view border-1px border-top">
<li class="cell border-1px border-bottom">
<a href="" class="text no-margin">北京</a>
</li>
<li class="cell border-1px border-bottom">
<a href="" class="text no-margin">四川</a>
<ul class="m-table-view border-1px border-top">
<li class="cell border-1px border-bottom">
<a href="" class="text no-margin">成都</a>
</li>
<li class="cell border-1px border-bottom">
<a href="" class="text no-margin">成都</a>
</li>
<li class="cell border-1px border-bottom">
<a href="" class="text no-margin">成都</a>
</li>
<li class="cell border-1px border-bottom">
<a href="" class="text no-margin">成都</a>
</li>
<li class="cell border-1px border-bottom">
<a href="" class="text no-margin">成都</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<script src="order_origin.js"></script>
</body>
</html>