代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>成绩查询</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<style>
* {
margin: 0;
padding: 0;
}
.con_head {
width: 100%;
height: 100px;
background-color: rgb(0, 107, 214);
}
.con_left>p {
text-align: center;
font-size: 65px;
color: white;
}
.con_head .con_left {
width: 50px;
height: 100px;
display: inline;
font-size: 75px;
}
.con_right {
position: absolute;
margin-top: -100px;
margin-left: 80%;
}
.con_right>a {
color: black;
margin-left: 7px;
}
.con_go {
background-color: white;
width: inherit;
height: 25px;
}
.con_main {
background-color: rgb(103, 187, 255);
display: flex;
}
.main_left {
background-color: rgb(148, 208, 245);
width: 150px;
height: 420px;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
align-items: center;
}
.main_right {
background-color: rgb(148, 208, 245);
margin-left: 39px;
margin-right: 10px;
width: 80%;
height: 420px;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
display: block;
}
.main_left>span {
color: white;
font-size: 24px;
display: flex;
justify-content: center;
margin-top: 3px;
}
.table_stu {
width: 100%;
margin: 0 auto;
border: 1px solid #000000;
border-collapse: collapse;
}
.info_tr {
font-size: 20px;
}
th,
tr,
td {
border: 1px solid #000000;
text-align: center;
}
tr,
td {
font-size: 16px;
}
</style>
</head>
<body>
<!-- 容器 -->
<div class="con">
<!-- 头部 -->
<div class="con_head">
<div class="con_left">
<p>考试系统</p>
</div>
<div class="con_right">
<a href="">教师端</a>
<a href="">系统首页</a>
<a href="">退出登录</a>
</div>
</div>
<div class="con_go">
当前位置:系统首页 >> 成绩查询
</div>
<div class="con_main">
<div class="main_left">
<span>试卷信息管理</span><br>
<span style="background-color: gray;">成绩查询</span><br>
<span>密码修改</span>
</div>
<div class="main_right">
<input type="text" placeholder="请根据学生ID进行搜索" style="width:250px; height: 30px; float: left; margin-left: 10px; margin-top: 5px; margin-bottom: 5px; border-radius: 5px;">
<button type="button" class="btn btn-primary" style="float: left; margin-left: 10px; margin-top: 5px; height: 30px; text-align: center; line-height: 15px; vertical-align: middle; margin-bottom: 5px;" >搜索</button>
<table class="table_stu" align="center" cellspacing="0">
<thead>
<tr class="info_tr">
<th>学生ID</th>
<th>姓名</th>
<th>班级</th>
<th>课程</th>
<th>教师</th>
<th>成绩</th>
</tr>
</thead>
<tr>
<td>22130</td>
<td>李昌坤</td>
<td>22软件2班</td>
<td>Java程序设计</td>
<td>0+1</td>
<td>59</td>
</tr>
<tr>
<td>22131</td>
<td>陈豪</td>
<td>22软件1班</td>
<td>Java程序设计</td>
<td>0+1</td>
<td>59</td>
</tr>
<tr>
<td>22131</td>
<td>陈豪</td>
<td>22软件1班</td>
<td>Java程序设计</td>
<td>0+1</td>
<td>59</td>
</tr>
<tr>
<td>22131</td>
<td>陈豪</td>
<td>22软件1班</td>
<td>Java程序设计</td>
<td>0+1</td>
<td>59</td>
</tr>
<tr>
<td>22131</td>
<td>陈豪</td>
<td>22软件1班</td>
<td>Java程序设计</td>
<td>0+1</td>
<td>59</td>
</tr>
</table>
</div>
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-7ymO4nGrkm372HoSbq1OY2DP4pEZnMiA+E0F3zPr+JQQtQ82gQ1HPY3QIVtztVua" crossorigin="anonymous"></script>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。