-
Notifications
You must be signed in to change notification settings - Fork 0
/
PC.html
77 lines (77 loc) · 2.18 KB
/
PC.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
<!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 name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=yes" http-equiv="Content-Type" charset=utf-8 />
<title>Home Page</title>
<style type="text/css">
.jbs {
width: auto;
height: auto;
background: -webkit-linear-gradient(-45deg, #F90, #FC9) no-repeat;
}
</style>
<style type="text/css">
.input_box {
<!This is the bottom>
width: auto;
height: 40px;
border-radius: 20px;
border-style: none;
background: #F60;
font-size: 40px;
color: #FFFFFF;
}
</style>
<style type="text/css">
.put_box {
<!This is the text box>
height: 50px;
border-radius: 5px;
border-style: none;
background: #FED38D;
font-size: 40px;
color: rgba(120,0,0,0.50);
}
</style>
</head>
<div class="jbs">
<form action="http://m.baidu.com/s?wd=" target="_blank">
<div class="jbs">
<table style="border:transparent; background:tramsparent" width="100%" >
<tr>
<td width="50%" height="200"> </td>
<td> </td>
<td width="50%"> </td>
</tr>
<tr>
<td height="60" width="0" > </td>
<td align="center" height="60">
<!This is the text box>
<input style="height:100% width=100%" type=text name=word class="put_box" size=35></td>
<td height="20%" width="50%" > </td>
</tr>
<tr>
<td height="10"> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td height="60"> </td>
<td align="center" height="60">
<input name="text" style="height:100%" type="submit" class="input_box" value="Search"></td>
<td> </td>
</tr>
<tr>
<td height="2500"> </td>
<td> </td>
<td> </td>
</tr>
</table>
</div>
</form>
</div>
<body div class="jbs">
</div>
</body>
</html>
<!bordercolor="#FFFFFF" background="48.jpg">