<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>美乐乐注册页面</title>
<style>
.top{
background-color: gainsboro;
height: 30px;
/*float: top;*/
}
.shoucang{
float: left;
color: black;
list-style: none;
margin: 10px;
/*width: 20px;*/
/*width: 20px;*/
}
/*.denglu{*/
/*float: right;*/
/*width: 40%;*/
/*}*/
/*.zhuce{*/
/*!*float: left;*!*/
/*!*width: 70%;*!*/
/*!*color: black;*!*/
/*!*display:inline-block; width:150px; height:200px; border:1px solid #0a0*!*/
/*float: right;*/
/*}*/
/*.kehu{*/
/*width: 50%;*/
/*}*/
/*.vip{*/
/*width: 60%;*/
/*}*/
#two,#three,#four,#five,#six{
list-style: none;
color: black;
float: right;
margin: 10px;
/*width:75%;*/
/*width:100px;*/
/*padding: 10px;*/
}
.mod_copyright_info{
text-align: center;
font-size: 12px;
}
.header_id{
/*margin:40px;*/
width: 80%;
}
.Blok_info{
margin:0 auto;
width: 80%;
height: 500px;
border: 1px solid bisque;
}
.zuobian{
float: left;
}
.youbian{
float: right;
}
</style>
</head>
<body>
<div class="top">
<ul >
<li class="shoucang" id="one">*收藏本站</li>
</ul>
<ul>
<a href="http://crm.oldboyedu.com/stu/" class="denglu" id="two">客户服务</a>
</ul>
<!--<div>-->
<!--<a href="http://www.oldboyedu.com/shizi.php" class="zhuce">免费注册</a>-->
<!--</div>-->
<ul>
<a href="http://www.oldboyedu.com/shizi.php" class="zhuce" id="three">vip俱乐部</a>
</ul>
<ul>
<li class="dingdan" id="four">我的订单</li>
</ul>
<ul>
<li class="vip" id="five">免费注册</li>
</ul>
<ul>
<li class="kehu" id="six">登录</li>
</ul>
<!--<a href="http://crm.oldboyedu.com/stu/" class="shoucang">收藏本站</a>-->
</div>
<div class="header_id">
<img src="mll_logo.gif" alt="公司logon走丢了">
</div>
<div class="Blok_info">
<div class="zuobian">
<div>
<h1>注册新用户</h1>
</div>
<from action="" method="psot">
<p>
<label for="user">用户名:</label>
<input type="text" name="username" id="user" tabindex="1" autocomplete="off" placeholder="用户名:">
</p>
<p>
<label for="shoujihao">手机号:</label>
<input type="text" name="shoujihao" id="shoujihao" tabindex="2" autocomplete="off" placeholder="手机号:">
</p>
<p>
<label for="denglumima">登录密码</label>
<input type="password" name="denglumima" id="denglumima" tabindex="3" autocomplete="off" placeholder="登录密码">
</p>
<p>
<label for="querendenglumima">确认登录密码</label>
<input type="password" name="querendenglumima" id="querendenglumima" tabindex="4" autocomplete="off" placeholder="确认登录密码">
</p>
<p>
<label for="yanzhengma">验证码:</label>
<input type="text" name="pwd" id="yanzhengma" tabindex="5" autocomplete="off" placeholder="验证码:">
</p>
<p>
<input type="radio" value="" tabindex="6">我已阅读并同意<a href="http://crm.oldboyedu.com/stu/"><用户注册协议></a>
</p>
<p style="text-align: center" class="last">
<a href="http://crm.oldboyedu.com/stu/">登 录</a>
<!--<input type="submit" value="登 录" tabindex="4">-->
</p>
<!--<a href="http://www.oldboyedu.com/" class="send"><b></b>免费注册</a>-->
</from>
</div>
<div class="youbian">
<div>
我已经注册,现在就 <a href="http://www.oldboyedu.com/">登录</a>
</div>
<div>
<img src="hongbao.jpg" alt="此处已经有张红包大战的图片,没显示的话,可能是被打死了">
</div>
</div>
</div>
<div class="mod_copyright_info" >
<p>
<span>
Copyright Θ 2004 - 2015 www.oldboyedu.com All Rights Reserved 老男孩 ©版权所有
</span>
</p>
</div>
</body>
</html>