JS基础 表单验证

页面代码


	
注册新会员
用户名
密码
确认密码
Email
QQ
*
手机号码

css部分代码

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.top {
	height:30px;
	width:100%;
	background-color:#F00;
}
.wz{
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	margin-top:7px;
	float:left;
}
.dlk{
	margin: 0 auto;
	width: 350px;
	height: 600px;
	margin-top:30px;
}
.dlk1{
	margin-top:5px;
	height:35px;
	width:350px;
	float:left;
	display:block;
	clear:both;
	font-size:13px;
}
.dl{
	width:250px;
	height:30px;
	margin-left:10px;
	font-size:12px;
	float:left;
}
.wz1{
	width:80px;
	height:30px;
	float:left;
	display: inline;
	font-size:13px;
	text-align:right;
}

a{
    text-decoration:none;
    font-size:12px;
    color:#288bc4;
}
a:hover{
    text-decoration:underline;
}

js代码



你可能感兴趣的:(JS基础 表单验证)