sort-list.html
5.35 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
<!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/sort-list.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="m-page">
<header class="m-header">
<div class="head">
<a href="javascript:history.go(-1);" class="lt-bar m-icon icon-back white">返回</a>
<h1>商品分类</h1>
<!-- <a href="#" class="rt-bar m-icon icon-more white">更多</a> -->
</div>
</header>
<div class="sort-list">
<div class="content clearfix">
<div class="m-table-view">
<ul>
<li class="cell acc-icon">
<a href="nav-details.html">
<img src="http://img8.nong12.com/images/i0/03/09/250A21B4CBEDC9110EBE926F1ECAA6C0.jpg">
<div class="cont">
<h3 class="title">蔬菜</h3>
<p>菌菇类 根茎类 豆菜类 果菜类 花菜类 叶菜类</p>
</div>
</a>
</li>
<li class="cell acc-icon">
<a href="nav-details.html">
<img src="http://img8.nong12.com/images/i0/03/09/250A21B4CBEDC9110EBE926F1ECAA6C0.jpg">
<div class="cont">
<h3 class="title">蔬菜</h3>
<p>菌菇类 根茎类 豆菜类 果菜类 花菜类 叶菜类</p>
</div>
</a>
</li>
<li class="cell acc-icon">
<a href="nav-details.html">
<img src="http://img8.nong12.com/images/i0/03/09/250A21B4CBEDC9110EBE926F1ECAA6C0.jpg">
<div class="cont">
<h3 class="title">蔬菜</h3>
<p>菌菇类 根茎类 豆菜类 果菜类 花菜类 叶菜类</p>
</div>
</a>
</li>
<li class="cell acc-icon">
<a href="nav-details.html">
<img src="http://img8.nong12.com/images/i0/03/09/250A21B4CBEDC9110EBE926F1ECAA6C0.jpg">
<div class="cont">
<h3 class="title">蔬菜</h3>
<p>菌菇类 根茎类 豆菜类 果菜类 花菜类 叶菜类</p>
</div>
</a>
</li>
<li class="cell acc-icon">
<a href="nav-details.html">
<img src="http://img8.nong12.com/images/i0/03/09/250A21B4CBEDC9110EBE926F1ECAA6C0.jpg">
<div class="cont">
<h3 class="title">蔬菜</h3>
<p>菌菇类 根茎类 豆菜类 果菜类 花菜类 叶菜类</p>
</div>
</a>
</li>
<li class="cell acc-icon">
<a href="nav-details.html">
<img src="http://img8.nong12.com/images/i0/03/09/250A21B4CBEDC9110EBE926F1ECAA6C0.jpg">
<div class="cont">
<h3 class="title">蔬菜</h3>
<p>菌菇类 根茎类 豆菜类 果菜类 花菜类 叶菜类</p>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- bar -->
<div class="m-bar">
<div class="m-bar-bg"></div>
<div class="m-bar-content">
<div class="m-bar-btn"><span class="logo m-bar-icon"></span></div>
<a href="#" class="bar-home"><i class="icon icon-home"></i><p>首页</p></a>
<a href="#" class="bar-me"><i class="icon icon-me"></i><p>我</p></a>
<a href="#" class="bar-order"><i class="icon icon-order"></i><p>进货单</p></a>
</div>
</div>
<!-- config -->
<script type="text/javascript" src="../js/javascript/common/config.js"></script>
<script type="text/javascript">
seajs.use( ['../js/javascript/common/common.js']);
</script>
</body>
</html>