1. 程式人生 > 實用技巧 >重大技術需求系統四

重大技術需求系統四

重大技術需求系統三

部分程式碼

.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;
}

增加基本資訊空白項,增加需求稽核功能,對頁面寬度進行限制,回車可實現提交功能