重大技术需求系统四

重大技术需求系统三

部分代码

.container{
	margin: auto;
	padding: 0px;
	 100%;
	height: 100%;
}
.top{
	margin-top: 35px;
	text-align: center;
	font-family: cursive;
	font-weight: 900px;
	font-size: xx-large;
	color: #000;
}
.main{
	margin: 50px 450px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 10px;
	 350px;
	height: 270px;
}
.main input{
	text-align: center;
	font-family: cursive;
	font-weight:900;
	font-size:17px;
	height: 22px;
}
.font{
	color: #000;
	font-size: large;
	font-weight: 550;
	margin-top: 10px;
	margin-bottom: 10px;
}
.main label {
	color:#000;
	font-family: cursive;
	font-size: 22px;
	font-weight: 550px;
	display: inline-block;
	margin: 8px 3px;
	 80px;
}
.checkcode input{
	 120px;
}
.checkcode img{
	height: 27px;
	60px;
	display: inline-block;
}
.btn{
	display: block;
	margin-top: 8px;
}
.btn button {
	margin: 8px;
}

增加基本信息空白项,增加需求审核功能,对页面宽度进行限制,回车可实现提交功能

原文地址:https://www.cnblogs.com/2506236179zhw/p/14226365.html