comp.html
3.07 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-Hanj">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>comp</title>
<link rel="stylesheet" href="../css/back.css">
<script src="http://localhost:35729/livereload.js"></script>
<script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery.js"></script>
<script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script>
<script type="text/javascript" src="../js/common/config.js"></script>
<link rel="stylesheet" href="../css/comp.css">
</head>
<body>
<div class="header s-header">
<div class="header-content clearfix">
<a href="/" class="logo"><img src="../images/logo.png"></a>
</div>
</div>
<div class="mainbox">
<div class="wraper">
<span class="wgl"></span>
<span class="wgr"></span>
<div class="whitebox tg">
<div class="whiteinner">
<h2 class="whead">投诉与建议</h2>
<table cellspacing="0" cellpadding="0" class="tab2list tg">
<tr class="childhd">
<td colspan="2" class="lf">相关信息</td>
<td colspan="2" class="rt"></td>
</tr>
<tr>
<td class="time">2015.05.05</td>
<td class="al">
<p>订单号:0120301203012</p>
<p
class="ht compword">物流公司对应司机玩到了,说好的12点半呢,怎么20点半才到!!</p>
</td>
<td>
<span class="oht">待处理</span>
</td>
<td>
<a href="#">查看详情</a>
</td>
</tr>
<tr>
<td class="time">2015.05.05</td>
<td class="al">
<p>订单号:0120301203012</p>
<p
class="ht compword">物流公司对应司机玩到了,说好的12点半呢,怎么20点半才到!!</p>
</td>
<td>
<span class="ht">已解决</span>
</td>
<td>
<a href="#">查看详情</a>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<script type="text/javascript">
seajs.use([
'../js/common/common.js',
'../js/users/comp.js'
]);
</script>
<div class="footer">
<div class="aboutus">
<ul class="wraper clearfix">
<li>
<a href="#">关于我们</a><em>|</em>
</li>
<li>
<a href="#">联系我们</a><em>|</em>
</li>
<li>
<a href="#">人才招聘</a><em>|</em>
</li>
<li>
<a href="#">地利服务</a><em>|</em>
</li>
<li>
<a href="#">帮助中心</a>
</li>
<li>
<p class="copyright">
Copyright © 2013-2014 dili7.com, All Rights Reserver
陕ICP备14002958号 版权所有 地利网络农业有限公司
</p>
</li>
</ul>
</div>
</div>
</body>
</html>