login.html
来自「可以有多层目录的树控件,连接数据库,自由的添加删除节点!」· HTML 代码 · 共 33 行
HTML
33 行
<!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=gb2312" />
<title>无标题文档</title>
</head>
<body bgcolor="#7AA1E6">
<div style="background-image:url(images/login.jpg); width:514px; height:379px; margin:0 auto; position:relative; top:120px">
<div style="position:absolute; right:15px; bottom:5px; width: 386px; height: 122px;">
<table width="355" height="115" border="0">
<tr>
<td height="57">
<input type="text" name="UserName" style="width:180px; height:15px; border-left:none; border-right:none; border-top:none; border-bottom-color:#FFFFFF; border-bottom:solid; background-color:#0267B7; color:#FFFFFF"/>
</td>
<td width="149"> </td>
</tr>
<tr>
<td height="52">
<input type="password" name="PassWord" style="width:180px; height:15px; border-left:none; border-right:none; border-top:none; border-bottom-color:#FFFFFF; border-bottom:solid; background-color:#003D86; color:#FFFFFF" />
</td>
<td align="center">
<input type="submit" name="Submit" value="" style="background-image:url(images/denglu.jpg); width:121px; height:35px" />
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?