-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (143 loc) · 7.8 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
<title>RitsuYan Io</title>
<link rel="stylesheet" href="./css/swiper.min.css">
<script src="./bower_components/jquery/dist/jquery.min.js"></script>
<script src="./js/jq_scroll.js"></script>
<script type="text/javascript" src="./bower_components/jquery-touchswipe/jquery.touchSwipe.min.js"></script>
<!-- <script src="./js/scroll.js"></script>
<!-- Bootstrap -->
<link href="./bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/main.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
$(document).ready(function(){
$("#wrapper").Scroll({line:1,speed:100,timer:1000,up:"but_up",down:"but_down"});
})
</script>
</head>
<body>
<div class="container_wrap">
<h1 class="page_title">KPI 模板 </h1>
<div id="main"></div>
<div class="row indContainer">
<h2 class="row_title ">销售额</h2>
<p class="curr_goods">种类一</p>
<h4 class="curr_month">2013/07-2013/08</h4>
<!--the grid begin -->
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="col-xs-6 inde sales_vs_last active_box" data-inde="销售额">
<p class="curr_inde_title">销售额 (元)</p>
<span class="tringle right"></span>
<a href="#" class="curr_data">789,221,668</a>
<a href="#" class="last_data">623,878,456</a>
</div>
<div class="col-xs-6 inde sales" data-inde="销售额vs目标销售额(元)">
<p class="curr_inde_title">销售额vs<br>目标销售额 (元)</p>
<span class="tringle right"></span>
<a href="#" class="curr_data">789,221,668</a>
<a href="#" class="last_data">623,878,456</a>
</div>
<div class="col-xs-6 inde average" data-inde="销售额vs去年销售额(元)">
<p class="curr_inde_title">销售额vs<br>去年销售额 (元)</p>
<span class="tringle right"></span>
<a href="#" class="curr_data">789,221,668</a>
<a href="#" class="last_data">623,878,456</a>
</div>
<div class="col-xs-6 inde profit" data-inde="销售额vs国内同类销售额(元)">
<p class="curr_inde_title">销售额vs<br>国内同类销售额 (元)</p>
<span class="tringle right"></span>
<a href="#" class="curr_data">789,221,668</a>
<a href="#" class="last_data">623,878,456</a>
</div>
<div class="col-xs-6 inde total" data-inde="销售额vs国际同类销售额(元)">
<p class="curr_inde_title">销售额vs<br>国际同类销售额 (元)</p>
<span class="tringle right"></span>
<a href="#" class="curr_data">789,221,668</a>
<a href="#" class="last_data">623,878,456</a>
</div>
<div class="col-xs-6 inde transaction" data-inde="总处方数">
<p class="curr_inde_title">总处方数 (个)</p>
<span class="tringle right"></span>
<a href="#" class="curr_data">789,221,668</a>
<a href="#" class="last_data">623,878,456</a>
</div>
</div>
<!-- slide first page -->
<div class="swiper-slide">
<div class="col-xs-6 inde total" data-inde="销售额vs国际同类销售额(元)">
<a class="curr_inde_title">销售额vs<br>国际同类销售额 (元)</a>
<span class="tringle right"></span>
<a href="#" class="curr_data">789,221,668</a>
<a href="#" class="last_data">623,878,456</a>
</div>
<div class="col-xs-6 inde transaction" data-inde="总处方数">
<p class="curr_inde_title">总处方数 (个)</p>
<span class="tringle right"></span>
<a href="#" class="curr_data">789,221,668</a>
<a href="#" class="last_data">623,878,456</a>
</div>
</div>
</div>
<!-- wrapper end -->
</div>
<!-- swipe container-->
<!-- wait to dynamic add -->
<!-- the grid end -->
<div class="clearfix"></div>
<div class="swiper-pagination togglePage left">
</div>
<!-- togglePage end -->
</div>
<!-- indeContainer end -->
<div class="indecatorArr">
<div class="inde_detail">
<span><i class=" sort_li arrow_down"></i> 类别</span>
<span class="right sales_inde"><a class="curr_inde">销售额</a> <i class="sort_goods arrow_top"></i></span>
</div>
<!-- indecatorArr end -->
<div id="wrapper">
<div id="scroller">
<ul id="scroll_list">
<li class="curr_type_goods list_goods">种类一 <span class="show_width"></span></li>
<li class="list_goods">种类二 <span class="show_width"></span></li>
<li class="list_goods">种类三 <span class="show_width"></span></li>
<li class="list_goods">种类四 <span class="show_width"></span></li>
<li class="list_goods">种类五 <span class="show_width"></span></li>
<li class="list_goods">种类六 <span class="show_width"></span></li>
</ul>
</div>
</div>
</div>
</div>
<!-- container_wrapper end -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="./js/scroll.js"></script>
<script src="./js/swiper.min.js"></script>
<script src="./bower_components/echarts/dist/echarts.min.js"></script>
<script>
var swiper = new Swiper('.swiper-container', {
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
pagination: '.swiper-pagination',
paginationType: 'bullets'
});
</script>
<!-- sec echarts config -->
</body>
</html>