shipping_clearing.html
2.67 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
<!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_clearing.css">
<title>一步物流-货运扣款</title>
</head>
<body class="shippingClearingPage">
<div class="m-page">
<!-- header -->
<header class="m-header">
<a href="shipping_list.html" class="lt-bar"><i class="m-icon icon-title_fanhui"></i></a>
<div class="head">
<h1>货运扣款</h1>
</div>
<a href="index.html" class="rt-bar"><i class="m-icon icon-title_shouye"></i></a>
</header>
<div class="m-content">
<div class="status text-center">
<h3 class="font-red">货主提出运费扣款</h3>
<p class="font-gray">物流公司已同意扣款</p>
</div>
<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 text-right mr10">2300元</span>
</li>
<li class="cell border-1px border-bottom">
<span class="title">扣款金额</span>
<span class="text font-gray text-right mr10">300元</span>
</li>
<li class="cell border-1px border-bottom">
<span class="title font-black">实际支付</span>
<span class="text font-gray text-right mr10"><em class="font-red">2000元</em></span>
</li>
</ul>
<ul class="m-table-view border-1px border-top">
<li class="cell border-1px border-bottom">
<span class="title">扣款原因</span>
<span class="text content">
<textarea class="m-textarea float-left">货物少了一件</textarea>
</span>
</li>
</ul>
<div class="text-center"><a href="tel:10086" class="m-btn btn-default call"><i class="m-icon icon-phone_x"></i>货主电话</a></div>
</div>
<footer class="m-footer border-1px border-top">
<p class="text-center"><a href="pick_verify.html" class="m-btn btn-large">同意扣款</a></p>
</footer>
</div>
</body>
</html>