-
Notifications
You must be signed in to change notification settings - Fork 0
/
information.html
354 lines (350 loc) · 12.1 KB
/
information.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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>项目实战--固定布局</title>
<link rel="stylesheet" href="css/basic.css">
<link rel="stylesheet" href="css/column.css">
</head>
<body>
<header id="header">
<div class="center"> <!-- body,section和nav需要一个标题,div,header不需要 -->
<h1 class="logo">瓢城旅行社</h1>
<nav class="link">
<h2 class="none">网站导航</h2>
<ul >
<li><a href="index.html">首页</a></li>
<li class="active"><a href="information.html">旅游资讯</a></li>
<li><a href="ticket.html">机票订购</a></li>
<li><a href="scenery.html">风景欣赏</a></li>
<li><a href="about.html">公司简介</a></li>
</ul>
</nav>
</div>
</header>
<div id="headline">
<div class="center">
<hgroup >
<h2>旅游资讯</h2>
<h3>介绍各种旅游信息、资讯要闻、景点攻略等</h3>
</hgroup>
</div>
</div>
<div id="container">
<div class="list information">
<div class="infor">
<ul class="left">
<li><a href="###">限时特价</a></li>
<li><a href="###">热门推荐</a></li>
</ul>
<ul class="right">
<li><a href="###" class="selected">推荐</a></li>
<li><a href="###">价格</a></li>
<li><a href="###">折扣</a></li>
</ul>
</div>
<figure class="tour">
<img src="img/tour1.jpg" alt="曼谷-芭提雅6日游" width="300px" height="240px">
<figcaption>
<article>
<header>
<hgroup>
<h2>曼谷-芭提雅6日游</h2>
<h3>包团特惠,超丰富景点,升级1晚国五,无自费,赠送600元成人券……</h3>
</hgroup>
</header>
<ol>
<li><mark>交通:</mark>春秋航空,杭州出发,无需转机</li>
<li><mark>团期:</mark>11/01、11/03、11/08……</li>
</ol>
<div class="buy">
<div class="price">¥<strong>2864 起</strong><s>¥3980</s></div>
<div class="reserve"><a href="###">立即抢购</a></div>
</div>
<div class="type">国外长线</div>
<div class="disc"><span>4.7折</span></div>
<footer>本团游由瓢城旅行社赞助提供,截止于<time>2015-10-10</time></footer>
</article>
</figcaption>
</figure>
<figure class="tour">
<img src="img/tour2.jpg" alt="马尔代夫6日游" width="300px" height="240px">
<figcaption>
<article>
<header>
<hgroup>
<h2>马尔代夫6日游</h2>
<h3>包团特惠,超丰富景点,升级1晚国五,无自费,赠送600元成人券……</h3>
</hgroup>
</header>
<ol>
<li><mark>交通:</mark>春秋航空,杭州出发,无需转机</li>
<li><mark>团期:</mark>11/01、11/03、11/08……</li>
</ol>
<div class="buy">
<div class="price">¥<strong>2864 起</strong><s>¥3980</s></div>
<div class="reserve"><a href="###">立即抢购</a></div>
</div>
<div class="type">国外长线</div>
<div class="disc"><span>4.7折</span></div>
<footer>本团游由瓢城旅行社赞助提供,截止于<time>2015-10-10</time></footer>
</article>
</figcaption>
</figure>
<figure class="tour">
<img src="img/tour3.jpg" alt="海南-三亚7日游" width="300px" height="240px">
<figcaption>
<article>
<header>
<hgroup>
<h2>海南三亚7日游</h2>
<h3>包团特惠,超丰富景点,升级1晚国五,无自费,赠送600元成人券……</h3>
</hgroup>
</header>
<ol>
<li><mark>交通:</mark>春秋航空,杭州出发,无需转机</li>
<li><mark>团期:</mark>11/01、11/03、11/08……</li>
</ol>
<div class="buy">
<div class="price">¥<strong>2864 起</strong><s>¥3980</s></div>
<div class="reserve"><a href="###">立即抢购</a></div>
</div>
<div class="type">国外长线</div>
<div class="disc"><span>4.7折</span></div>
<footer>本团游由瓢城旅行社赞助提供,截止于<time>2015-10-10</time></footer>
</article>
</figcaption>
</figure>
<figure class="tour">
<img src="img/tour4.jpg" alt="法瑞意德12日游" width="300px" height="240px">
<figcaption>
<article>
<header>
<hgroup>
<h2>法瑞意德12日游</h2>
<h3>包团特惠,超丰富景点,升级1晚国五,无自费,赠送600元成人券……</h3>
</hgroup>
</header>
<ol>
<li><mark>交通:</mark>春秋航空,杭州出发,无需转机</li>
<li><mark>团期:</mark>11/01、11/03、11/08……</li>
</ol>
<div class="buy">
<div class="price">¥<strong>2864 起</strong><s>¥3980</s></div>
<div class="reserve"><a href="###">立即抢购</a></div>
</div>
<div class="type">国外长线</div>
<div class="disc"><span>4.7折</span></div>
<footer>本团游由瓢城旅行社赞助提供,截止于<time>2015-10-10</time></footer>
</article>
</figcaption>
</figure>
<figure class="tour">
<img src="img/tour5.jpg" alt="普吉岛8日游" width="300px" height="240px">
<figcaption>
<article>
<header>
<hgroup>
<h2>普吉岛8日游</h2>
<h3>包团特惠,超丰富景点,升级1晚国五,无自费,赠送600元成人券……</h3>
</hgroup>
</header>
<ol>
<li><mark>交通:</mark>春秋航空,杭州出发,无需转机</li>
<li><mark>团期:</mark>11/01、11/03、11/08……</li>
</ol>
<div class="buy">
<div class="price">¥<strong>2864 起</strong><s>¥3980</s></div>
<div class="reserve"><a href="###">立即抢购</a></div>
</div>
<div class="type">国外长线</div>
<div class="disc"><span>4.7折</span></div>
<footer>本团游由瓢城旅行社赞助提供,截止于<time>2015-10-10</time></footer>
</article>
</figcaption>
</figure>
<figure class="tour">
<img src="img/tour6.jpg" alt="巴厘岛6日半游" width="300px" height="240px">
<figcaption>
<article>
<header>
<hgroup>
<h2>巴厘岛6日半游</h2>
<h3>包团特惠,超丰富景点,升级1晚国五,无自费,赠送600元成人券……</h3>
</hgroup>
</header>
<ol>
<li><mark>交通:</mark>春秋航空,杭州出发,无需转机</li>
<li><mark>团期:</mark>11/01、11/03、11/08……</li>
</ol>
<div class="buy">
<div class="price">¥<strong>2864 起</strong><s>¥3980</s></div>
<div class="reserve"><a href="###">立即抢购</a></div>
</div>
<div class="type">国外长线</div>
<div class="disc"><span>4.7折</span></div>
<footer>本团游由瓢城旅行社赞助提供,截止于<time>2015-10-10</time></footer>
</article>
</figcaption>
</figure>
<figure class="tour">
<img src="img/tour7.jpg" alt="塞舌尔-迪拜9日游" width="300px" height="240px">
<figcaption>
<article>
<header>
<hgroup>
<h2>塞舌尔迪拜9日游</h2>
<h3>包团特惠,超丰富景点,升级1晚国五,无自费,赠送600元成人券……</h3>
</hgroup>
</header>
<ol>
<li><mark>交通:</mark>春秋航空,杭州出发,无需转机</li>
<li><mark>团期:</mark>11/01、11/03、11/08……</li>
</ol>
<div class="buy">
<div class="price">¥<strong>2864 起</strong><s>¥3980</s></div>
<div class="reserve"><a href="###">立即抢购</a></div>
</div>
<div class="type">国外长线</div>
<div class="disc"><span>4.7折</span></div>
<footer>本团游由瓢城旅行社赞助提供,截止于<time>2015-10-10</time></footer>
</article>
</figcaption>
</figure>
<figure class="tour">
<img src="img/tour8.jpg" alt="土耳其9日或10日游" width="300px" height="240px">
<figcaption>
<article>
<header>
<hgroup>
<h2>土耳其9日或10日游</h2>
<h3>包团特惠,超丰富景点,升级1晚国五,无自费,赠送600元成人券……</h3>
</hgroup>
</header>
<ol>
<li><mark>交通:</mark>春秋航空,杭州出发,无需转机</li>
<li><mark>团期:</mark>11/01、11/03、11/08……</li>
</ol>
<div class="buy">
<div class="price">¥<strong>2864 起</strong><s>¥3980</s></div>
<div class="reserve"><a href="###">立即抢购</a></div>
</div>
<div class="type">国外长线</div>
<div class="disc"><span>4.7折</span></div>
<footer>本团游由瓢城旅行社赞助提供,截止于<time>2015-10-10</time></footer>
</article>
</figcaption>
</figure>
<div class="more">加载更多……</div>
</div>
<div class="sidebar">
<div class="sidebox recommend">
<h2>景点推荐</h2>
<div class="tag">
<ul>
<li><a href="###">曼谷(12)</a></li>
<li><a href="###">东京(8)</a></li>
<li><a href="###">马尔代夫(9)</a></li>
<li><a href="###">大阪(6)</a></li>
<li><a href="###">西双版纳(7)</a></li>
<li><a href="###">迪拜(10)</a></li>
<li><a href="###">巴厘岛(9)</a></li>
<li><a href="###">普罗旺斯(7)</a></li>
<li><a href="###">夏威夷(5)</a></li>
<li><a href="###">呼伦贝尔(7)</a></li>
<li><a href="###">首尔(4)</a></li>
<li><a href="###">吉普岛(4)</a></li>
<li><a href="###">泸沽湖(5)</a></li>
<li><a href="###">丽江(8)</a></li>
<li><a href="###">希腊(14)</a></li>
<li><a href="###">法瑞意(16)</a></li>
<li><a href="###">毛里求斯(8)</a></li>
<li><a href="###">泰国(10)</a></li>
</ul>
</div>
</div>
<div class="sidebox hot">
<h2>热门旅游</h2>
<div class="figure">
<figure>
<img src="img/hot1.jpg" alt="曼谷-芭提雅6日游" width="120">
<figcaption>曼谷-芭提雅6日游</figcaption>
</figure>
<figure>
<img src="img/hot2.jpg" alt="马尔代夫6日游" width="120">
<figcaption>马尔代夫6日游</figcaption>
</figure>
<figure>
<img src="img/hot3.jpg" alt="海南-三亚7日游" width="120">
<figcaption>海南-三亚7日游</figcaption>
</figure>
<figure>
<img src="img/hot4.jpg" alt="法瑞意德12日游" width="120">
<figcaption>法瑞意德12日游</figcaption>
</figure>
<figure>
<img src="img/hot5.jpg" alt="巴厘岛6日半游" width="120">
<figcaption>巴厘岛6日半游</figcaption>
</figure>
<figure>
<img src="img/hot6.jpg" alt="富山-大阪-东京8日游" width="120">
<figcaption>富山-大阪-东京8日游</figcaption>
</figure>
<figure>
<img src="img/hot7.jpg" alt="塞舌尔-迪拜9日游" width="120">
<figcaption>塞舌尔-迪拜9日游</figcaption>
</figure>
<figure>
<img src="img/hot8.jpg" alt="土耳其9日或10日游" width="120">
<figcaption>土耳其9日或10日游</figcaption>
</figure>
</div>
</div>
<div class="sidebox treasure">
<h2>旅游百宝箱</h2>
<div class="box">
<a href="###">天气预报</a>
<a href="###">火车票查询</a>
<a href="###">航空查询</a>
<a href="###">地铁线路查询</a>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="top">
<div class="block left">
<h2>合作伙伴</h2>
<hr>
<ul>
<li>途牛旅游网</li>
<li>驴妈妈旅游网</li>
<li>携程旅游</li>
<li>中国青年旅行社</li>
</ul>
</div>
<div class="block center">
<h2>旅游FAQ</h2>
<hr>
<ul>
<li>旅游合同签订方式?</li>
<li>儿童价是基于什么制定的?</li>
<li>旅游的线路品质怎么鉴定的?</li>
<li>单房差是什么?</li>
<li>旅游保险有哪些种类?</li>
</ul>
</div>
<div class="block right">
<h2>联系方式</h2>
<hr>
<ul>
<li>微博:weibo.com/ycku</li>
<li>邮件:[email protected]</li>
<li>地址:江苏盐城无名路123号</li>
</ul>
</div>
</div>
<div class="bottom">Copyright © YCKU 瓢城旅行社| 苏ICP 备120110119 号| 旅行社经营许可证:L-YC-BK12345</div>
</footer>
</body>
</html>