order_dest.html
7.84 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!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>
<link rel="stylesheet" href="../css_an/common.css">
<link rel="stylesheet" href="../css_an/order.css">
</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">
<ul class="m-table-view">
<li class="cell cell-header">
<span class="title">我的线路城市</span>
<span class="text">已选(10)个</span>
</li>
</ul>
<ul class="m-table-view border-1px border-bottom">
<li class="cell cell-radio border-1px border-top">
<label>
<span class="title">四川(3)</span>
<span class="text">全部<input type="checkbox" class="m-radio"></span>
</label>
<ul class="m-table-view border-1px border-top">
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
</ul>
</li>
<li class="cell cell-radio border-1px border-top">
<label>
<span class="title">四川(3)</span>
<span class="text">全部<input type="checkbox" class="m-radio"></span>
</label>
<ul class="m-table-view border-1px border-top">
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
</ul>
</li>
<li class="cell cell-radio border-1px border-top">
<label>
<span class="title">四川(3)</span>
<span class="text">全部<input type="checkbox" class="m-radio"></span>
</label>
<ul class="m-table-view border-1px border-top">
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
<li class="cell cell-radio border-1px border-bottom">
<label>
<span class="title">成都市</span>
<span class="text"><input type="checkbox" class="m-radio"></span>
</label>
</li>
</ul>
</li>
</ul>
</div>
<footer class="m-footer border-1px border-top">
<p class="text-center">
<a href="" class="m-btn btn-default mr40">全部取消</a>
<a href="" class="m-btn">确定</a>
</p>
</footer>
</div>
<script src="order_dest.js"></script>
</body>
</html>