-
Notifications
You must be signed in to change notification settings - Fork 0
/
tongzhi.html
247 lines (244 loc) · 6.84 KB
/
tongzhi.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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html ng-app="app">
<head>
<meta charset="utf-8" />
<title>招标信息</title>
<link rel="stylesheet" href="css/tongzhi.css"/>
</head>
<body ng-controller="myCtrl">
<header>
<div class="header_top">
<span>深圳华强方特文化科技集团股份有限公司
<a href="#">中文</a>
<a>|</a>
<a href="#" style="margin-right: 58px;">ENGLISH</a>
</span>
</div>
<div class="header_nav">
<ul>
<li>
<a href="index.html">首页</a>
</li>
<li class="guanyu">
<a href="guanyu.html">关于华强方特</a>
<ul class="addUl">
<li>
<a href="#">企业概览</a>
</li>
<li>
<a href="#">核心理念</a>
</li>
<li>
<a href="#">思想体系</a>
</li>
<li>
<a href="#">品牌故事</a>
</li>
<li>
<a href="#">企业荣誉</a>
</li>
<li>
<a href="#">全国布局</a>
</li>
<li>
<a href="#">联系我们</a>
</li>
</ul>
</li>
<li>
<a href="html/lose.html">主营业务</a>
<ul class="addUl">
<li>
<a href="html/lose.html">文化科技主题乐园</a>
</li>
<li>
<a href="html/serve.html">文化内容产品及服务</a>
</li>
</ul>
</li>
<li>
<a href="rexun.html">华强方特热讯</a>
<ul class="addUl">
<li>
<a href="rexun.html">华强方特热讯</a>
</li>
<li>
<a href="rexun.html">媒体聚焦</a>
</li>
</ul>
</li>
<li>
<a href="zhaobiao.html">招标信息</a>
<ul class="addUl">
<li>
<a href="zhaobiao.html">招标公告</a>
</li>
<li>
<a href="tongzhi.html">招标通知</a>
</li>
</ul>
</li>
<li>
<a href="linnian.html">加入我们</a>
<ul class="addUl">
<li>
<a href="linnian.html">人才理念</a>
</li>
<li>
<a href="html/zhaoxiannashi.html">招贤纳士</a>
</li>
<li>
<a href="html/fazhan.html">培养发展</a>
</li>
<li>
<a href="html/gongzuohuanjing.html">人在华强方特</a>
</li>
</ul>
</li>
</ul>
</header>
<div class="banner"></div>
<div class="ss">
<div class="banner_l">
<a href="#" style="margin-left: 40px;">首页</a>>
<a href="#">招标信息</a>>
<a href="#">招标公告</a>>工程招标
<div class="banner_r">
<input type="text" />
<button></button>
</div>
</div>
</div>
<main>
<div class="main_bj">
<div class="bj1"></div>
<div class="bj2"></div>
<div class="bj3"></div>
<div class="bj4"></div>
<div class="bj5"></div>
</div>
<div class="main_centre">
<div class="centre_l">
<div class="centre_l_gg">
<a href="zhaobiao.html">招标公告/</a>
</div>
<div class="zb">
<a href="zhaobiao.html" class="zb_cg">
<span class="span">工程招标</span>
<i class="hui"></i>
</a>
<a href="caigou.html" class="zb_cg">
<span class="span">采购招标</span>
<i class="hui"></i>
</a>
</div>
<div class="zb_tz">
<a href="#">招标通知/</a>
</div>
</div>
<div class="centre_r">
<div class="centre_r_title">招标通知</div>
<div class="centre_r_cont">
<p></p>
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="tr1_td td1">通知标题</td>
<td class="tr1_td td1">日期</td>
</tr>
<tr ng-repeat="obj in data">
<td class="tr2_td td2">
<a href="#">{{obj.a1}}</a>
</td>
<td class="tr2_td td3">{{obj.td1}}</td>
</tr>
</table>
<div class="centre_r_page">
<a class="page_pre"><</a>
<a href="#">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a class="page_next">></a>
</div>
</div>
</div>
</div>
</main>
<div class="bottom">
<div class="bottom_cont">
<a class="bottom_loge" href="#"></a>
<div class="cont_id">
深圳市南山区科研路16号15楼<br />
86-755-6682 6666<br />
股票代码:834793
</div>
<div class="ewm_hq">
<img src="img/weixin_huaqiang.jpg" />
华强方特官方微信
</div>
<div class="ewm_ly">
<img src="img/weixin_leyou.jpg" />
乐游方特官方微信
</div>
<div class="ewm_ft">
<img src="img/weixin_xiongchumo.jpg" />
方特熊出没官方微信
</div>
</div>
</div>
<footer>
<div class="footer_box">
<div class="footer_lj">
<a href="#">关于华强方特</a> |
<a href="#">联系我们</a> |
<a href="#">主营业务</a> |
<a href="#">华强方特热讯</a> |
<a href="#">方特旅游</a> |
<a href="#">方特动漫</a> |
<a href="#">网站地图</a><br />
版权所有:华强方特(深圳)智能技术有限公司 © 2005-2030 All rights reserved <br />
<a href="#" class="zz">《增值电信业务经营许可证》</a>许可证编号:粤B2-20090023 备案号:粤ICP备05131581号-7
</div>
<a href="#" class="footer_a1">
<img src="img/police0.gif" />
</a>
<a href="#" class="footer_a2">
<img src="img/gameRFID.png" />
</a>
<a href="#" class="footer_a3">
<img src="img/police00.gif" />
</a>
<a href="#" class="footer_a4">
<img src="img/gswj.png" />
</a>
</div>
</footer>
</body>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/fangte.js"></script>
<script src="js/angular.min.js"></script>
<script src="js/angular-route1.4.5.js"></script>
<script>
angular.module("app",[]).controller("myCtrl",function($scope,$http){
$http.get("data/tongzhi.json").success(function(obj){
console.log(obj);
$scope.data=obj.info;
console.log($scope.data);
})
setTimeout(function(){
var a = 600+"px";//设置进入第二个页面的导航栏进度
//设置导航栏hover效果显示
$(".header_nav>ul>li").hover(function(){
var ind = $(this).index()*150+"px";
$(this).parent().css({"background-position-x":ind})
},function(){
$(this).parent().css({"background-position-x":a})
})
//设置导航栏点击后的效果以及它的显示位置
$(".header_nav>ul>li").click(function(){
a = $(this).index()*150+"px";
$(this).parent().css({"background-position-x":a})
})
},300)
})
</script>
</html>