重大技术需求系统四

重大技术需求系统三

部分代码

.container{
	margin: auto;
	padding: 0px;
	width: 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;
	width: 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;
	width: 80px;
}
.checkcode input{
	width: 120px;
}
.checkcode img{
	height: 27px;
	width:60px;
	display: inline-block;
}
.btn{
	display: block;
	margin-top: 8px;
}
.btn button {
	margin: 8px;
}

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

posted @ 2020-10-25 18:00  爱笑的加油怪  阅读(36)  评论(0编辑  收藏  举报