<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<style>
body{
background-color: rgb(235,235,235);
}
.bk{
margin: auto;
border:1px solid #d9d9d9;
}
td{
width: 300px;
height: 20px;
padding: 20px;
background-color: rgb(245,245,245);
text-align: end;
}
.td_2{
width: 600px;
text-align: left;
background-color: rgb(254,254,254);
}
.red{
color: red;
}
.text_input{
width: 268px;
height: 31px;
}
.text_input_1{
height: 31px;
width: 140px;
}
img{
margin: 5px;
vertical-align: middle;
}
.span_1{
color: rgb(137,146,141);
}
button{
background-color: rgba(249,182,104,0.7);
color: rgb(170,58,10);
font-weight: bold;
border-radius: 4px;
height: 30px;
width: 100px;
border: 1px solid gray;
outline: none;
}
button:active{
box-shadow: 2px 2px 2px inset;
}
a{
text-decoration: none;
}
a:active{
color: #551A8B;
}
</style>
<h3 style="text-align: center">网上轻纺城EQFC.CN 会员注册</h3>
<form action="">
<table border="1px" cellpadding="0" cellspacing="0" width="800px" class="bk">
<tr>
<td>
会员类型<span class="red">*</span>
</td>
<td class="td_2">
<input type="radio" checked="checked" name="rad_1">采购商
<input type="radio" name="rad_1">供应商
<input type="radio" name="rad_1">两者皆是
<input type="radio" name="rad_1">物流商
</td>
</tr>
<tr>
<td>
会员账号<span class="red">*</span>
</td>
<td class="td_2">
<input type="text" class="text_input" maxlength="20" minlength="4"><br>
<span style="color: rgb(163,163,163)">4~20个字符组成,可以使用字母,数字,下划线。</span>
</td>
</tr>
<tr>
<td>
登录密码<span class="red">*</span>
</td>
<td class="td_2">
<input type="password" class="text_input" maxlength="16" minlength="6"><br>
<span style="color: rgb(163,163,163)">6~16个字符组成,【字母与数字组合】,区分大小写。</span>
</td>
</tr>
<tr>
<td>
确认登录密码<span class="red">*</span>
</td>
<td class="td_2">
<input type="password" class="text_input" maxlength="16" minlength="6"><br>
<span style="color: rgb(163,163,163)">重复输入登录密码。</span>
</td>
</tr>
<tr>
<td>
电子邮箱<span class="red">*</span>
</td>
<td class="td_2">
<input type="email" class="text_input"><br>
<span style="color: rgb(163,163,163)">输入您的常用电子邮箱地址,用于接受激活邮件。</span>
</td>
</tr>
<tr>
<td>
手机号码
</td>
<td class="td_2">
<input type="text" class="text_input">
</td>
</tr>
<tr>
<td>
验证码<span class="red">*</span>
</td>
<td class="td_2">
<input type="text" class="text_input_1"><img src="u=2995143552,1363900887&fm=26&gp=0.jpg" style="height: 31px;width: 100px;">
</td>
</tr>
</table>
</form>
<div style="margin: 20px auto;text-align: center;" ><input type="checkbox"><span class="span_1">我已看过并同意<<</span><a href="#">网上轻纺城EQFC.CN服务条款</a><span class="span_1">>>
<<</span><a href="#">中国纺织网TEX86.CN服务条款</a><span class="span_1"></span><span>>></span></div>
<div style="margin: auto; text-align: center"><button type="button">免费注册</button></div>
</body>
</html>
转载请注明原文地址:https://blackberry.8miu.com/read-4376.html