topic.html
3.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<!-- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" /> -->
<meta content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" name="viewport" />
<title>地利店铺--店铺详情</title>
<link rel="stylesheet" href="../css/style/common.css">
<link rel="stylesheet" href="../css/style/topic.css">
</head>
<body class="topicPage">
<div class="m-page">
<!-- <header class="m-header header-light">
<div class="head">
<a href="javascript:history.go(-1);" class="lt-bar m-icon icon-back">返回</a>
<h1>活动名称</h1>
<a href="#" class="rt-bar text">分享</a>
</div>
</header> -->
<section class="m-content">
<div class="cover">
<!-- <div class="banner"></div> -->
</div>
<ul class="list clearfix">
<li>
<a href="#">
<div class="pic"></div>
<h3>优选进口蓝莓 丰富维C 超值团购中</h3>
<p><em>¥ 28.29/斤</em></p>
<span class="hot">火热推荐</span>
</a>
</li>
<li>
<a href="http://www.nong12.com/product/1000002398.html">
<div class="pic" style="background-image:url(../images/upload/p_2.jpg); background-size:cover;"></div>
<h3>i果i家 优选进口优质蓝莓 丰富维生素 口感优良</h3>
<p class="text-left"><em>¥ 28.29/斤</em></p>
</a>
</li>
<li>
<a href="http://www.nong12.com/product/1000002329.html">
<div class="pic" style="background-image:url(../images/upload/p_3.jpg); background-size:cover;"></div>
<h3>i果i家 优选进口优质蓝莓 丰富维生素 口感优良</h3>
<p><em>¥ 28.29/斤</em></p>
</a>
</li>
<li>
<a href="http://www.nong12.com/product/1000002324.html">
<div class="pic" style="background-image:url(../images/upload/p_4.jpg); background-size:cover;"></div>
<h3>i果i家 优选进口优质蓝莓 丰富维生素 口感优良</h3>
<p><em>¥ 28.29/斤</em></p>
</a>
</li>
<li>
<a href="http://www.nong12.com/product/1000002338.html">
<div class="pic" style="background-image:url(../images/upload/p_5.jpg); background-size:cover;"></div>
<h3>i果i家 优选进口优质蓝莓 丰富维生素 口感优良</h3>
<p><em>¥ 28.29/斤</em></p>
</a>
</li>
</ul>
</section>
<a href="#" class="m-to-top"></a>
</div>
<script src=""></script>
<script type="text/template" id="topicListTmpl">
<%_.each(topicList, function(item){%>
<li>
<a href="#">
<img src="../images/pic.jpg" alt="活动名称">
<h3>i果i家 优选进口优质蓝莓 丰富维生素 口感优良</h3>
<p><em>¥ 28.29/斤</em></p>
<p class="origin-price">原价:¥50.00/斤</p>
</a>
</li>
<%})%>
</script>
</body>
</html>