user-home.html
6.11 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
<!DOCTYPE HTML>
<html>
<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>
<!-- css -->
<link rel="stylesheet" href="../css/style/common.css">
<link rel="stylesheet" href="../css/style/user-home.css">
<!-- base seajs -->
<!-- // <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script> -->
<!-- base jquery -->
<!-- // <script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery-2.1.3.min.js"></script> -->
</head>
<body>
<div class="content">
<header class="m-header header-light">
<div class="head">
<h1>我的地利</h1>
</div>
</header>
<!--用户信息-->
<div class="user-info">
<a href="login.html" class="user-logout">立即登录</a>
<div class="user-login">
<img src="">
<div class="msg">
<p>地利农业</p>
<span>1529090950</span>
</div>
<a href="user-info.html"><span class="icon-more-white"></span></a>
</div>
<div class="user-tools">
<ul class="clearfix">
<li class="br">
<a href="user-follow.html">
<span class="icon-focus"></span>
<p>关注的品类</p>
</a>
</li>
<li class="br">
<a href="user-collection.html">
<span class="icon-collection"></span>
<p>我的收藏</p>
</a>
</li>
<li>
<a href="user-activity.html">
<span class="icon-supply"></span>
<p>我的供应</p>
</a>
</li>
</ul>
</div>
</div>
<!--采购单-->
<div class="user-po">
<div class="po-more">
<a href="shopped_list.html" class="clearfix">
<div class="float-left">
<span class="icon-po"></span>
<p>采购单</p>
</div>
<div class="float-right">
<p>查看全部</p>
<span class="icon-more"></span>
</div>
</a>
</div>
<div class="po-list">
<ul class="clearfix">
<li>
<a href="shopped_list.html">
<span>0</span>
<p>待备货</p>
</a>
</li>
<li>
<a href="shopped_list.html">
<span>2</span>
<p>备货中</p>
</a>
</li>
<li>
<a href="shopped_list.html">
<span>0</span>
<p>待提货</p>
</a>
</li>
<li>
<a href="shopped_list.html">
<span>3</span>
<p>交易完成</p>
</a>
</li>
</ul>
</div>
</div>
<!--我申请的模块-->
<ul class="list-result">
<li><a href="refund_list.html" class="clearfix">
<span class="icon-refund"></span>
<p>我申请的退款</p>
<span class="icon-more"></span>
</a></li>
<li><a href="service-list.html" class="clearfix">
<span class="icon-service"></span>
<p>我申请的服务</p>
<span class="icon-more"></span>
</a></li>
</ul>
<!--其他选项-->
<ul class="list-result">
<!--<li><a href="#" class="clearfix">-->
<!--<span class="icon-share"></span>-->
<!--<p>分享给好友</p>-->
<!--<span class="icon-more"></span>-->
<!--</a></li>-->
<li><a href="feedback.html" class="clearfix">
<span class="icon-opinion"></span>
<p>意见反馈</p>
<span class="icon-more"></span>
</a></li>
<!--<li><a href="#" class="clearfix">-->
<!--<span class="icon-setup"></span>-->
<!--<p>设置</p>-->
<!--<span class="icon-more"></span>-->
<!--</a></li>-->
</ul>
<a href="#" class="logout-btn font-red">退出我的账户</a>
</div>
<div class="m-actionsheet m-animate-hide" id="logoutActionSheet">
<ul>
<li><a href="#" data-dismiss class="font-red">确认退出账户</a></li>
<li class="close"><a href="#" data-dismiss>取消</a></li>
</ul>
</div>
</body>
<script type="text/javascript">
// seajs.use( ['../js/javascript/home/home.js']);
</script>
</html>