product-list-direct.html
5.44 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
<!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" />
<title>产品列表</title>
<link rel="stylesheet" href="../css/style/common-2.0.css">
</head>
<body>
<link rel="stylesheet" href="../css/style/product_list_market.css">
<div class="m-page" data-role="page" id="prodtctListPage">
<!-- header -->
<header class="m-header header-light">
<a href="#" class="lt-bar"><i class="m-icon icon-back"></i></a>
<div class="head">
<i class="m-icon icon-dwtb"></i>
<h1 class="font-gray">石家庄桥西批发市场</h1>
<i class="m-icon icon-arrow-down"></i>
</div>
</header>
<div class="m-content">
<ul class="actions border-1px border-bottom">
<li class="item">
<a href="#"><i class="m-icon icon-spfl"></i><span class="text">商品分类</span></a>
</li>
<li class="item">
<a href="#"><i class="m-icon icon-wlfw"></i><span class="text">物流服务</span></a>
</li>
<li class="item">
<a href="#"><i class="m-icon icon-dgys"></i><span class="text">代购代验收</span></a>
</li>
</ul>
<h2 class="product-title">产地直供商品</h2>
<!-- 商品列表 -->
<ul class="m-list-view border-1px border-top">
<li class="cell cell-pic border-1px border-bottom">
<a href="#">
<img src="../temp/pic_80.png" width="80" height="80" alt="" class="pic">
<div class="cont">
<h3>山东白萝卜,物美价廉</h3>
<em class="font-red">170-180元/箱</em>
<p>胖丫果业... 主营:橘子 柚子...
<br>辽宁沈阳地利批发市场5号厅</p>
</div>
</a>
</li>
<li class="cell cell-pic border-1px border-bottom">
<a href="#">
<img src="../temp/pic_80.png" width="80" height="80" alt="" class="pic">
<div class="cont">
<h3>山东白萝卜,物美价廉</h3>
<em class="font-red">170-180元/箱</em>
<p>胖丫果业... 主营:橘子 柚子...</p>
<p>辽宁沈阳地利批发市场5号厅</p>
</div>
</a>
</li>
<li class="cell cell-pic border-1px border-bottom">
<a href="#">
<img src="../temp/pic_80.png" width="80" height="80" alt="" class="pic">
<div class="cont">
<h3>山东白萝卜,物美价廉</h3>
<em class="font-red">170-180元/箱</em>
<p>胖丫果业... 主营:橘子 柚子...</p>
<p>辽宁沈阳地利批发市场5号厅</p>
</div>
</a>
</li>
<li class="cell cell-pic border-1px border-bottom">
<a href="#">
<img src="../temp/pic_80.png" width="80" height="80" alt="" class="pic">
<div class="cont">
<h3>山东白萝卜,物美价廉</h3>
<em class="font-red">170-180元/箱</em>
<p>胖丫果业... 主营:橘子 柚子...</p>
<p>辽宁沈阳地利批发市场5号厅</p>
</div>
</a>
</li>
<li class="cell cell-pic border-1px border-bottom">
<a href="#">
<img src="../temp/pic_80.png" width="80" height="80" alt="" class="pic">
<div class="cont">
<h3>山东白萝卜,物美价廉</h3>
<em class="font-red">170-180元/箱</em>
<p>胖丫果业... 主营:橘子 柚子...</p>
<p>辽宁沈阳地利批发市场5号厅</p>
</div>
</a>
</li>
<li class="cell cell-pic border-1px border-bottom">
<a href="#">
<img src="../temp/pic_80.png" width="80" height="80" alt="" class="pic">
<div class="cont">
<h3>山东白萝卜,物美价廉</h3>
<em class="font-red">170-180元/箱</em>
<p>胖丫果业... 主营:橘子 柚子...</p>
<p>辽宁沈阳地利批发市场5号厅</p>
</div>
</a>
</li>
</ul>
</div>
<a href="#" class="back-to-top">
<i class="m-icon icon-back-top"></i>
</a>
</div>
</body>
</html>