<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>学生登陆界面</title>
<style type="text/css">
.title{
height:250px;
}
font{
letter-spacing: 5.6px;
color:white
}
.title .p1{
color:white;
font-size:50px;
font-family: PingFangSC-Semibold;
}
.func{
height:100px
}
.userid,.passwd{
width:180px;
height:25px;
background: #FFFFFF;
border: px solid #000000;
}
</style>
</head>
<body style="background-color:rgba(74,144,226, 1)">
<div class="title">
<p style="color:rgba(74,144,226, 1); font-size:50px">1234</p>
<p class="p1" align="center">学生管理系统</p>
</div>
<div class="func">
<form class="login" method="get" align="center" >
<font>请输入账号 </font><input class="userid" type="text" name="" value="">
<br>
<div class="">
<p style="color:rgba(74,144,226, 1); font-size:10px">122</p>
<font>请输入密码 </font><input class="passwd" type="password" name="" value="">
<br>
<div class="" align="right">
<input type="submit" name="" value="提交">
</div>
</div>
</form>
</div>
</body>
</html>
网友评论