pick_place.html
1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<!-- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> -->
<meta content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" name="viewport"/>
<title>订单流程-选择提货人</title>
<link rel="stylesheet" href="../css/style/common.css">
<link rel="stylesheet" href="../css/style/pick_place.css">
</head>
<body class="pickPlace">
<div class="m-page">
<header class="m-header">
<div class="head">
<a href="order_confirm.html" class="lt-bar m-icon icon-back white">返回</a>
<h1>上门自提</h1>
<a href="picker_new.html" class="rt-bar text">确定</a>
</div>
</header>
<section class="m-content">
<p class="note">提货地址可和卖家协商后进行更改</p>
<ul class="m-table-view">
<li class="cell shop-name">
<span class="title">店铺:茄子专卖店</span>
</li>
<li class="cell acc-icon">
<span class="title">四川成都天府广场二街38号1栋二单元11号</span>
</li>
<li class="cell acc-icon">
<span class="title">提货时间</span>
<span class="text">请选择</span>
</li>
</ul>
<ul class="m-table-view">
<li class="cell shop-name">
<span class="title">店铺:茄子专卖店</span>
</li>
<li class="cell acc-icon">
<span class="title">四川成都天府广场二街38号1栋二单元11号</span>
</li>
<li class="cell acc-icon">
<span class="title">提货时间</span>
<span class="text">2015-2-5</span>
</li>
</ul>
</section>
</div>
</body>
</html>