⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 provide.html

📁 物流管理系统
💻 HTML
字号:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>物流实验中心管理信息平台</title>
<style type="text/css">
<!--
body{
margin:0 0 0 0;
text-align:center;
background-color:#7A9BBD;
}
.button{
width:75px;
height:25px;
border:0px;
background-image:url(right/images/button/login.gif);
background-repeat:no-repeat;
font-family:"宋体";
font-size:12px;
padding-top:2px;
cursor:hand;
background-color:transparent;
text-align:left;
padding-left:15px;
}
.input{
width:120px;
border:#999999 solid 1px;
text-align:left;
height:20px;
}
.inputs{
border:#99CC00 solid 1px;
background-color:transparent;
text-align:left;
width:120px;
height:20px;
}
table{
font-family:"宋体";
font-size:12px;
}
#top{
width:199px;
height:67px;
background-image:url(images/nos/nos_52.gif);
background-repeat:no-repeat;
float:left;
margin-top:2px;
margin-left:2px;
}
#main{
width:510px;
height:360px;
background-image:url(images/get4.gif);
background-repeat:no-repeat;
margin-top:expression(body.offsetHeight/2-360/2);
}
#main #user{
width:230px;
height:150px;
margin-top:120px;
margin-left:250px;
}
#main #user #text{
width:250px;
height:20px;
font-family:"宋体";
font-size:12px;
margin-top:10px;
}
#bottom{
width:270px;
height:20px;
position:absolute;
left:expression(body.offsetWidth/2-270/2);
bottom:10px;
font-family:"宋体";
font-size:12px;
color:#FFFFFF;
}
-->
</style>
</head>

<body>
<div id="top"></div>

<div id="main">
<div id="user">
<form name="form1">
<table width="100%" border="0" height="100%" cellpadding="0" cellspacing="0">
  <tr>
    <td width="30%" align="right">用户名:</td>
    <td width="70%" align="left"><input type="text" name="t1" class="input" onMouseOver="this.className='inputs'" onMouseOut="this.className='input'"></td>
  </tr>
  <tr>
    <td align="right">密&nbsp;&nbsp;码:</td>
    <td align="left"><input type="password" name="t2" class="input" onMouseOver="this.className='inputs'" onMouseOut="this.className='input'"></td>
  </tr>
  <tr>
    <td colspan="2" align="center">
	<input type="submit" name="sub" value="登 录" class="button">
	<input type="reset" name="reset" value="重 置" class="button">
	</td>
  </tr>
</table>
</form>
</div>
</div>
</div>
<div id="bottom">copyright&copy;2007西南交通大学物流学院 版权所有</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -