在线登记系统
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="c.css">
</head>
<body>
<div class="reg">
<div class="topic">在线登记系统</div>
<div class="content">
<form>
<table cellpadding="0" cellspacing="0">
<tr> <td colspan="3" height="20px"></td></tr>
<tr>
<td width="120px">姓 名:</td>
<td width="220px"> <input type="text" style="width:180px"></td>
<td width="140px">格式:中文</td>
</tr>
<tr><td colspan="3" height="20px"></td></tr>
<tr>
<td width="120px">联系方式:</td>
<td width="220px"><input type="text" style="width:180px"></td>
<td width="150px">格式:11位手机</td>
</tr>
<tr><td colspan="3" height="20px"></td></tr>
<tr>
<td width="120px">所在公司:</td>
<td width="220px"><input type="text" style="width:180px"></td>
</tr>
<tr> <td colspan="3" height="20px"></td></tr>
<tr>
<td width="120px">现任职务:</td>
<td width="220px"><input type="text" style="width:180px"></td>
</tr>
<tr> <td colspan="3" height="20px"></td></tr>
<tr>
<td colspan="3"><input type="submit" value="提交" class="submit"></td>
</tr>
</form>
</div>
</div>
</body>
</html>
body{
font-family:"宋体",Arial;
color:gray;
font-size:16px;
text-align:center;
}
.reg{
width:450px;
height:auto;
margin:0 auto;
padding-top:100px;
}
.topic{
background-color:#fba;
height:24px;
width:450px;
padding-top:15px;
}
.content{
border:1px solid #dbdbdb;
color:blue;
margin-top:5px;
margin-margin:20px;
}
.submit{
background:url{mao.jpg};
}

浙公网安备 33010602011771号