-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcase2.html
More file actions
214 lines (185 loc) · 7.32 KB
/
case2.html
File metadata and controls
214 lines (185 loc) · 7.32 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
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
<!--
* @由于个人水平有限, 难免有些错误, 还请指点:
* @Author: cpu_code
* @Date: 2020-10-08 22:30:15
* @LastEditTime: 2020-10-09 12:01:03
* @FilePath: \web\html\case2\case2.html
* @Gitee: [https://gitee.com/cpu_code](https://gitee.com/cpu_code)
* @Github: [https://github.com/CPU-Code](https://github.com/CPU-Code)
* @CSDN: [https://blog.csdn.net/qq_44226094](https://blog.csdn.net/qq_44226094)
* @Gitbook: [https://923992029.gitbook.io/cpucode/](https://923992029.gitbook.io/cpucode/)
-->
<!DOCTYPE html>
<html lang="ch">
<head>
<meta charset="UTF-8">
<title>cpucode网站首页</title>
</head>
<body>
<!--采用table来完成布局-->
<!--最外层的table,用于整个页面的布局-->
<table width="100%" align="center">
<!-- 第一行 -->
<tr>
<td>
<img src="image/top_banner.jpg" width="100%" alt="">
</td>
</tr>
<!--第二行-->
<tr>
<td>
<table>
<tr>
<td>
<img src="image/logo.png" alt="">
</td>
<td>
<img src="image/search.png" alt="">
</td>
<td>
<img src="image/hot_tel.jpg" alt="" >
</td>
</tr>
</table>
</td>
</tr>
<!-- 第3行 -->
<tr>
<td>
<table width="100%" align="center">
<tr bgcolor="#da8922" align="center" height="45">
<td>
<a href="">首页</a>
</td>
<td> 折扣 </td>
<td> 国内 </td>
<td> 国外 </td>
</tr>
</table>
</td>
</tr>
<!--第4行 轮播图-->
<tr>
<td>
<img src="image/banner_3.jpg" alt="" width="100%">
</td>
</tr>
<!--第5行 精选-->
<tr>
<td>
<img src="image/icon_5.jpg" alt="">
cpucode精选
<hr color="#ddccaa"/>
</td>
</tr>
<!-- 第6行 -->
<tr>
<td>
<table align="center" width="95%">
<tr>
<td>
<img src="image/jiangxuan_1.jpg" alt="">
<p> 上海飞三亚五天4晚自由行(春节销售+亲子+蜜月+自由行) </p>
<font color="red"> ¥999 </font>
</td>
<td>
<img src="image/jiangxuan_2.jpg" alt="">
<p>深圳飞三亚五天4晚自由行(春节销售+亲子+蜜月+自由行)</p>
<font color="blue">¥ 499</font>
</td>
<td>
<img src="image/jiangxuan_3.jpg" alt="">
<p>北京飞三亚五天4晚自由行(春节销售+亲子+蜜月+自由行)</p>
<font color="yellow">¥ 899</font>
</td>
</tr>
</table>
</td>
</tr>
<!-- 第7行 国内游 -->
<tr>
<td>
<img src="image/icon_6.jpg" alt="">
国内游
<hr color="#aa81ff">
</td>
</tr>
<!-- 第8行 -->
<tr>
<td>
<table>
<tr>
<td rowspan="2">
<img src="image/jiangxuan_5.jpg" alt="">
</td>
<td>
<img src="image/jiangxuan_4.jpg" alt="" height="100%">
<p>美国飞三亚五天4晚自由行(春节销售+亲子+蜜月+自由行)</p>
<font color="red">¥ 699</font>
</td>
</tr>
<tr>
<td>
<img src="image/jiangxuan_2.jpg" alt="">
<p>上海飞三亚五天4晚自由行(春节销售+亲子+蜜月+自由行)</p>
<font color="green">¥ 199</font>
</td>
</tr>
</table>
</td>
</tr>
<!-- 第9行 境外游 -->
<tr>
<td>
<img src="image/icon_7.jpg" alt="">
境外游
<hr color="#ffd700" >
</td>
</tr>
<!-- 第10行 -->
<tr>
<td>
<table align="center" width="95%">
<tr>
<td>
<img src="image/jiangxuan_3.jpg" alt="">
<p>上海飞三亚五天4晚自由行(春节销售+亲子+蜜月+自由行)</p>
<font color="red">¥ 699</font>
</td>
<td>
<img src="image/jiangxuan_3.jpg" alt="">
<p>上海飞三亚五天4晚自由行(春节销售+亲子+蜜月+自由行)</p>
<font color="red">¥ 699</font>
</td>
<td rowspan="2" align="right">
<img src="image/jiangwai_1.jpg" alt="">
</td>
</tr>
<tr >
<td>
<img src="image/jiangxuan_3.jpg" alt="">
<p>上海飞三亚五天4晚自由行(春节销售+亲子+蜜月+自由行)</p>
<font color="red">¥ 699</font>
</td>
</tr>
</table>
</td>
</tr>
<!-- 第11行 -->
<tr>
<td>
<img src="image/footer_service.png" alt="" width="100%">
</td>
</tr>
<!-- 第12行 -->
<tr>
<td align="center" bgcolor="#ffd700" height="40">
<font color="gray" size="2">
cpucode科技股份有限公司
版权所有Copyright 2006-2020©, All Rights Reserved
</font>
</td>
</tr>
</table>
</body>
</html>