register.css 1.04 KB
.main{
	margin-left: 10%;
	margin-top: 20px;
	width: 800px;
	}

.main label{
	color: #646464; 
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
	text-align: right;
	width: 100px
	}

.main input,select{
	margin: 0; 
	padding: 0; 
	border: 1px solid #dddddd;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 300px;
}
.main .inp_reg{
	margin-bottom: 10px;
	margin-left: 2%;
	}
.main .sel_reg{
	width: 300px; 
	margin-bottom: 10px; 
	margin-left: 2%;
	}

#regexText{ 
	margin-left: 15.8%;
	}

button, input, select, textarea { 
	font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", Arial, Helvetica, sans-serif; 
	}

.btn { 
	margin-left: 16%;
	width: 300px; 
	height: 50px; 
	background: #ff7200; 
	color: #fff; 
	display: block; 
	text-align: center; 
	line-height: 20px; 
	font-size: 22px; 
	margin-top: 10px; 
	}

.add { 
	width: 128px; 
	height: 50px; 
	cursor: pointer; 
	margin-top: -1.4%;
	margin-left: 1%;
	}
.yzm { 
	background: #ff7200; 
	text-align: center;  
	color: #fff; 
	}