-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrencaisousuo.php
45 lines (39 loc) · 1.11 KB
/
rencaisousuo.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>人才搜索</title>
</head>
<style>
.search {
height: 50px;
background-color: rgb(238, 135, 135);
margin-top: 30px;
}
.show {
background-color: rgb(224, 219, 219);
padding-bottom: 20px;
}
div{
text-align:center;
}
</style>
<body>
<div class="search">
<form action="rencaisousuo_c.php" method="post" id="search">
<select name="leibie" form="search">
<option value="Gzhuanye">专业</option>
<option value="Gxueli">学历</option>
<option value="Gname">姓名</option>
<option value="Gsex">性别</option>
<option value="Gyear">年龄</option>
</select>
<input type="text" name="content" />
<input type="submit" value="search" />
</form>
</div>
<div class="show"></div>
</body>
</html>