Html
    Css
    Js

    
                        
body {
	background-image:url(img/bak.jpg);
}
#div-form {
	margin:0 auto;
	height:600px;
	width:600px;
	border-style:dashed;
	position:relative;
}
#register {
	position:absolute;
	border-style:dashed;
}
table {
	width:600px;
	text-align:center;
}
label {
	font-size:36px;
}
.erromessage {
	font-size:18px;
	color:white;
}
.input-text {
	line-height:30px;
	text-height:25px;
}
.changeerror {
	font-size:18px;
	color:red;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

注册界面(原创)

包含常用数据输入,输入检测和报错

0