-
Notifications
You must be signed in to change notification settings - Fork 0
/
infor.html
82 lines (81 loc) · 1.84 KB
/
infor.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
<!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">
.t1 {
font-size: 12px;
}
a{
color:#000;
text-decoration:none;
}
a:hover{
color:#30F;
}
.kong{
height:40px;
}
.text1{
width:200px;
height:30px;
font-size:14px;
}
.text2{
width:200px;
height:80px;
font-size:14px;
}
.t2 {
font-size: 14px;
}
.t3{
padding-top:10px;
height:20px;
color:#333;
font-size:14px;
}
</style>
</head>
<body>
<div class="kong"></div>
<table width="680">
<tr>
<td height="30" bgcolor="#E5E5E5" class="t1">您现在的位置》<a href="infor.html" target="f2">信息反馈》</a></td>
</tr>
<tr><td><div class="t3">》提交留言</div>
<hr /></td></tr>
<tr>
<td><form action="#" name="form" id="form"><table width="500" align="center" cellspacing="10">
<tr>
<td width="77" height="30" class="t2">留言标题:</td>
<td width="387"><input name="name1" type="text" class="text1" id="text1" /></td>
</tr>
<tr>
<td height="90" class="t2">留言内容:</td>
<td><textarea name="text" id="text2" class="text2"></textarea></td>
</tr>
<tr>
<td height="30" class="t2">留 言 人:</td>
<td><input type="text" id="name" name="name2" class="text1" /></td>
</tr>
<tr>
<td height="30" class="t2">联系电话:</td>
<td><input type="text" id="conn" name="conn" class="text1" /></td>
</tr>
<tr>
<td height="30" class="t2">E - Mail:</td>
<td><input type="text" id="email" name="email" class="text1" /></td>
</tr>
<tr>
<td height="30"></td>
<td><input type="submit" value="提交" /></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>