forked from sz-p/WebDataAnalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
149 lines (138 loc) · 5.54 KB
/
index.html
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html>
<head>
<title>首页</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--<meta name="keywords" content="Tutoring Responsive web template,
Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG,
SonyErricsson, Motorola web design" />-->
<script type="application/x-javascript">
addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); }
</script>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<link href="css/style.css" rel='stylesheet' type='text/css' />
<link href="css/index.css" rel="stylesheet" type="text/css">
<script src="lib/jquery.min.js"></script>
<script src="lib/d3.js"></script>
<script src="lib/bootstrap.js"></script>
<!---- start-smoth-scrolling---->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script src="js/FromWhere.js"></script>
<script src="js/SellDist.js"></script>
<script src="js/ReturnColor.js"></script>
<script src="js/bottom.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!--start-smoth-scrolling-->
</head>
<body>
<!--start-header-->
<div class="header" id="home">
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="" /></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li id="homeTop" class="active">
<span id="title">电商商品数据分析系统</span>
<!--<a href="index.html" class="hvr-bounce-to-top">
<span>电商商品数据分析系统</span>
<span class="sr-only">(current)</span>
</a>-->
</li>
<!--<li><a href="wordCloud.html" class="hvr-bounce-to-top">评论词云</a></li>
<li><a href="tag.html" class="hvr-bounce-to-top">印象标签</a></li>
<li><a href="tradeNum.html" class="hvr-bounce-to-top">月交易量</a></li>
<li><a href="priceChange.html" class="hvr-bounce-to-top">价格变化</a></li>-->
</ul>
<div class="clearfix"></div>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
<!--end-header-->
<div id="content">
<!--left page-->
<div id="left">
<div id = "SellDist"></div>
<div id = "FromWhere"></div>
<div id ="BottomGraph"></div>
</div>
<!--right grid-->
<div id="right" class="panel panel-default">
<div class="panel-heading">
<span class="panel-title">商品列表</span>
</div>
<div class="panel-body">
<select class="form-control">
<option>按销量从高到低</option>
<option>按价格从高到低</option>
<option>按评论数量排行</option>
</select>
<div id="pageBtn">
<input id="previous" class="btn btn-default" type="button" value="上一页">
<input id="next" class="btn btn-default" type="button" value="下一页">
</div>
<div id="data">
<!--hahahahha-->
</div>
</div>
</div>
</div>
<!--start-footer-->
<!--<div id="end" class="footer">
<div class="container">
<div id="box" class="footer-main">
<div class="col-md-4 footer-left">
<span class="glyphicon glyphicon-map-marker map-marker" aria-hidden="true"></span>
<p>能力有限公司, <span>倾情奉献,</span> 6.20-6.26.</p>
</div>
<div class="col-md-4 footer-left">
<span class="glyphicon glyphicon-phone map-marker" aria-hidden="true"></span>
<p>+86 181 1399 2111 <span>+86 173 1690 2186</span> </p>
</div>
<div class="col-md-4 footer-left">
<p class="footer-class">Copyright © 2016能力有限公司.</p>
</div>
<div class="clearfix"></div>
</div>
</div>-->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<a href="#home" id="toTop" class="scroll" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
</div>
<!--end-footer-->
</body>
</html>