priceIndex-details.html
2.12 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
<!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" type="text/css" href="../css/style/common.css">
<link rel="stylesheet" type="text/css" href="../css/style/priceIndex.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 white icon-back">返回</a>
<h1>白萝卜价格指数</h1>
<!-- <a href="#" class="rt-bar m-icon white icon-more">更多</a> -->
</div>
</header>
<section class="m-content">
<ul class="m-tab">
<li><a href="#">最近一周周</a></li>
<!-- <li><a href="#">月</a></li>
<li><a href="#">季</a></li> -->
</ul>
<div class="m-table-view">
<div class="cell">
<div id="graphic">加载中...</div>
</div>
</div>
</section>
<footer class="m-footer btn-box clearfix">
<span class="left">
<a href="add-activity.html" class="m-btn btn-success">我要供货</a>
</span>
<span class="right">
<a href="sort-list.html" class="m-btn btn-warning">我要采购</a>
<span>
</footer>
</div>
<!-- config -->
<script type="text/javascript" src="../js/javascript/common/config.js"></script>
<script type="text/javascript">
seajs.use( ['../js/javascript/common/common.js' , '../js/javascript/priceIndex/priceIndex-details.js' ]);
</script>
</body>
</html>