storefinfo.html
3.29 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
<!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-2.0.css">
<link rel="stylesheet" href="../css/style/storefinfo.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 data-role="page" id="storefinfo">
<header class="m-header header-light">
<div class="head">
<a href="#" class="lt-bar"><i class="m-icon icon-back"></i></a>
<h1>店铺资料</h1>
</div>
</header>
<section class="m-content">
<div class="m-table-view">
<ul>
<li class="cell">
<h2>店铺详情</h2>
<p><h3 class="title">店铺名称:</h3><span class="text cont"> 大罗头水果店铺</span></p>
<p><h3 class="title">经营类目:</h3><span class="text cont"> 水果</span></p>
<p><h3 class="title">开店时间:</h3><span class="text cont"> 2014-05-20</span></p>
<p><h3 class="title">店铺类型:</h3><span class="text cont"> 产地直供</span></p>
<p><h3 class="title">经营类型:</h3><span class="text cont"> 销售</span></p>
<p><h3 class="title">主营产品:</h3><span class="text cont"> 苹果,香蕉</span></p>
</li>
</ul>
</div>
<div class="m-table-view">
<ul>
<li class="cell">
<h2>联系方式</h2>
<p><h3 class="title">张老师 028-86668666</h3></p>
<p><h3 class="title">四川省 成都市 天府广场左侧物资大厦</h3></p>
</li>
</ul>
</div>
<div class="m-table-view">
<ul>
<li class="cell">
<h2>店铺详情</h2>
<p class="store-intro">
介绍一些店铺相关的内容。。。图文结合
</p>
</li>
</ul>
</div>
</section>
</div>
</body>
</html>