-
Notifications
You must be signed in to change notification settings - Fork 0
/
left.html
93 lines (92 loc) · 2.64 KB
/
left.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.1{
width:260px;
height:700px;
}
.left_2 {
font-size: 16px;
font-weight:600;
text-align: center;
}
.left_2_1 {
font-size: 16px;
padding-left:70px;
text-align:left;
}
.left_2_1 a{
font-size:12px;
color:#000;
text-decoration:none;
}
.left_2_1 a:hover{
color:#1274df;
}
.left_3 {
font-size: 12px;
color:#666;
}
</style>
</head>
<body>
<div class="1">
<table width="260" border="0">
<tr>
<td height="20" bgcolor="#f5f5f5"> </td>
</tr>
<tr>
<td width="260" height="45" bgcolor="#1176de" class="left_2">产品分类</td>
</tr>
<tr>
<td height="45" bgcolor="#f5f5f5" class="left_2_1"><a href="product_2.html" target="f2">▶ 三星智能系列</a></td>
</tr>
<tr>
<td height="45" bgcolor="#f5f5f5" class="left_2_1"><a href="product_6.html" target="f2">▶ 索尼智能系列</a></td>
</tr>
<tr>
<td height="45" bgcolor="#f5f5f5" class="left_2_1"><a href="product_3.html" target="f2">▶ 苹果智能系列</a></td>
</tr>
<tr>
<td height="45" bgcolor="#f5f5f5" class="left_2_1"><a href="product_4.html" target="f2">▶ iphone智能系列</a></td>
</tr>
<tr>
<td height="45" bgcolor="#f5f5f5" class="left_2_1"><a href="product_5.html" target="f2">▶ 诺基亚智能手表</a></td>
</tr>
<tr>
<td height="45" bgcolor="#f5f5f5" class="left_2_1"><a href="product_7.html" target="f2">▶ 谷歌智能系列</a></td>
</tr>
<tr>
<td height="45" bgcolor="#f5f5f5" class="left_2_1"><a href="product_8.html" target="f2">▶ 新品推荐</a></td>
</tr>
<tr>
<td width="260" height="45" bgcolor="#1176de" class="left_2">联系我们</td>
</tr>
<tr>
<td height="220" bgcolor="#f5f5f5"><table width="200" border="0" height="220" align="center">
<tr>
<td><span class="left_3">地址:XXXXXXXXXXXXX</span></td>
</tr>
<tr>
<td><span class="left_3">电话:0000-12345678</span></td>
</tr>
<tr>
<td><span class="left_3">传真:0000-12345678</span></td>
</tr>
<tr>
<td><span class="left_3">传真:0000-12345678</span></td>
</tr>
<tr>
<td><span class="left_3">邮箱:123@qq.com</span></td>
</tr>
<tr>
<td><span class="left_3">邮编:123456</span></td>
</tr>
</table></td>
</tr>
</table></div>
</body>
</html>