You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.3 KiB

<!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>
<link rel="stylesheet" href="cssfile/css.css" />
<link rel="stylesheet" href="cssfile/huiyuancss.css" />
<style>
#login {
margin-left: 20px;
margin-top: 20px;
background-color: #fe4d4e;
color: white;
font-size: 1em;
width: 200px;
height: 40px;
border-radius: 10px;
}
#register {
margin-left: 100px;
margin-top: 20px;
color: #6d6e76;
font-size: 0.7em;
}
.item {
float: left;
}
.text1 {
float: left;
}
.login {
display: block;
overflow: hidden;
}
#g3 {
overflow: hidden;
}
.form {
overflow: hidden;
}
</style>
</head>
<body>
<div id="a">
<div id="c"><div id="b"><p><span>闲书网</span>&nbsp;&nbsp;(二手书交易平台)</p></div></div>
<div id="f"><div id="d">
<ul>
<li><a href="index.html">首页</a>
<li ><a href="renzhong.html" style="color:rgb(255,255,255);">官方商城</a>
<li><a href="shop.html">网上商城</a>
<li><a href="#">闲家乐</a>
<li><a href="shequ.html">闲友社区</a>
<li><a href="game.html">闲友游戏</a>
<li><a href="huiyuan.html" style="background:#FFFFFF; color:#000000; border-bottom:solid 1px #00CC00;">会员登录</a>
<li><a href="#">关于我们</a>
</ul>
</div></div>
<div id="g">
<div id="g1">&nbsp;&nbsp;会员登录</div>
<div id="g2">
<div id="g3">
<form action="login.action" method="post" class="form">
<div class="login">
<p class="item">账号</p>
<input type="text" name="username" size="25" value="" class="text1" />
</div>
<div class="login">
<p class="item">密码</p>
<input type="text" name="password" size="25" value="" class="text1" />
</div>
<!-- <p class="item">密码</p>
<input type="text" size="25" class="text1"/> -->
<button type="submit" id="login" >登录</button>
</form>
<li><a href="register.html" id="register">免费注册</a>
</div>
<div id="g4"></div>
</div>
</div>
<div id="botton"><div id="botton1">
<br /><p align="center">&copy 闲友网 版权所有</p>
</div></div>
</div>
</body>
</html>