shipping_detail_finish.html
4.46 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
<!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" />
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/shipping_detail.css">
<title>一步物流-货运单详情-交易结束</title>
</head>
<body class="shippingDetailPage">
<div class="m-page">
<!-- header -->
<header class="m-header">
<a href="shipping_detail.html" class="lt-bar"><i class="m-icon icon-title_fanhui"></i></a>
<div class="head">
<h1>货运单详情</h1>
</div>
<a href="shipping_detail.html" class="rt-bar"><i class="m-icon icon-title_shouye"></i></a>
</header>
<div class="m-content">
<ul class="m-table-view border-1px border-top">
<li class="cell acc-icon border-1px border-bottom">
<span class="title">运单号</span>
<span class="text">83204890257</span>
<span class="acc font-gray mr10">交易结束</span>
</li>
<li class="cell acc-icon border-1px border-bottom">
<span class="title">发货日期</span>
<span class="text">2015.05.23 18时-24时</span>
</li>
<li class="cell acc-icon border-1px border-bottom">
<span class="title">运费</span>
<span class="text">2400元</span>
</li>
<li class="cell acc-icon border-1px border-bottom">
<span class="title">诚意金</span>
<span class="text">300元</span>
</li>
<li class="cell cell-extend border-1px border-bottom">
<span class="title"><i class="m-icon icon-qidian"></i></span>
<span class="text">成都市高新区 四川</span>
<ul class="m-table-view border-1px border-top">
<li class="cell border-1px border-bottom">
<span class="title"></span>
<span class="text font-gray">天府大道129号</span>
</li>
<li class="cell acc-icon border-1px border-bottom">
<span class="title"></span>
<span class="text font-gray">张先生</span>
<span class="acc"><a href="tel:10086" class="m-icon icon-phone"></a></span>
</li>
</ul>
</li>
<li class="cell cell-extend border-1px border-bottom">
<span class="title"><i class="m-icon icon-zhongdian"></i></span>
<span class="text">武汉市武昌区 湖北</span>
<ul class="m-table-view border-1px border-top">
<li class="cell border-1px border-bottom">
<span class="title"></span>
<span class="text font-gray">机场路123号</span>
</li>
<li class="cell acc-icon border-1px border-bottom">
<span class="title"></span>
<span class="text font-gray">王小姐</span>
<span class="acc"><a href="tel:10086" class="m-icon icon-phone"></a></span>
</li>
</ul>
</li>
<li class="cell acc-icon border-1px border-bottom">
<span class="title">货物信息</span>
<span class="text">农夫果蔬 20吨/35方</span>
</li>
<li class="cell acc-icon border-1px border-bottom">
<span class="title">备注</span>
<span class="text">路上要快</span>
</li>
</ul>
</div>
<footer class="m-footer border-1px border-top">
<p class="text-center"><a href="comment.html" class="m-btn btn-default">评价</a></p>
</footer>
</div>
<script src="../js/vendor/jquery-2.1.4.min.js"></script>
</body>
</html>