<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>注册</title>
<style>
.div2>label{
display: inline-block;
width: 100px;
}
.div2{
margin-top: 10px;
}
</style>
</head>
<body >
<div style="width:60%;margin-left: 20%">
<!--页面头信息-->
<div>
<div style="background-image: url('img/register_tag_right.gif');width: 100%;height: 60px">
<img style="margin-top: 10px;margin-left: 30px" src="img/logo.gif">
<span style="float: right;line-height: 60px;margin-right: 30px"><a href="#">首页</a>|<a href="#">商品展示区</a>|<a href="#">购物车</a>|<a href="#">登录</a> </span>
</div>
</div>
<!--操作步骤导航-->
<div style="margin-top: 15px">
<div style="background-image: url('img/register_tag_left.gif');display: inline-block;float:left;width: 34%;height: 33px;color: chocolate;text-align: center">填写注册信息</div>
<div style="background-image: url('img/register_tag_mid.gif');display: inline-block;float:left;width: 34%;height: 33px;text-align: center">2·邮箱验证</div>
<div style="background-image: url('img/register_tag_right.gif');display: inline-block;float:left;width: 32%;height: 33px;text-align: center">3·完成注册</div>
</div>
<!--注册说明-->
<div>
<img style="margin-left: 100px;margin-top: 30px" src="img/register_pic_01.gif">
<div style="display: inline-block;margin-left: 5px">
<h3>HI,欢迎注册当当网!尽享多重优惠服务。</h3>
<p style="color: red">您所提供的资料不会做其他用途,敬请安心填写</p>
</div>
<div>..............................................................................................................................................................................................................................................</div>
</div>
<!--注册页面-->
<div style="width: 100%;">
<div style="margin-top: 30px;margin-left: 30%">
<form action="">
<div class="div2">
<label>Email地址:</label><input type="email" required placeholder="输入邮箱">
</div>
<div class="div2">
<label>设置昵称:</label><input type="text" required placeholder="输入昵称">
</div>
<div class="div2">
<label>设置密码:</label><input type="password" required placeholder="密码">
</div>
<div class="div2">
<label>输入密码:</label><input type="password" required placeholder="密码">
</div>
<div style="margin-top: 10px;">
<label style="display: inline-block;width: 100px;">性别:</label>
<input type="radio" name="sex" checked="checked" value="1"/><label>男</label>
<input type="radio" name="sex" value="0"/><label>女</label>
</div>
<div style="margin-top: 10px;">
<label style="display: inline-block;width: 100px;">所在地区:</label>
<select>
<option>请选择省份/城市</option>
</select>
<select>
<option>请选择城市/地区</option>
</select>
</div>
<div style="margin-top: 30px">
<img style="margin-left: 15%" src="img/register_btn_out.gif">
</div>
</form>
</div>
</div>
<!--页面尾部-->
<div>
<div>
<span>Copyfight(c)当当网 2004-2009, All Rights Reserved
<img src="img/validate.gif"/>
京ICP证041189号 音像制作经营许可证 京音网8号
</span>
</div>
</div>
</div>
</body>
</html>
当当网注册页面
于 2022-11-27 11:46:21 首次发布