You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.8 KiB
48 lines
1.8 KiB
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>“光联万物 创芯未来”首届沪苏协同新兴产业科创大赛报名系统</title>
|
|
<link rel="stylesheet" href="../assets/bootstrap.min.css" />
|
|
<link rel="stylesheet" href="../assets/prototype.css" />
|
|
<script src="../assets/prototype-scale.js?v=20260819-hero"></script>
|
|
</head>
|
|
<body class="prototype-page">
|
|
<div class="container-fluid p-3 p-md-4">
|
|
<div class="d-flex justify-content-between align-items-center flex-wrap gap-2 mb-3">
|
|
<h5 class="mb-0 section-title">我的赛事</h5>
|
|
</div>
|
|
|
|
<div class="table-responsive table-panel">
|
|
<table class="table table-hover align-middle mb-0 my-events-table">
|
|
<thead>
|
|
<tr>
|
|
<th>项目名称</th>
|
|
<th>细分赛道</th>
|
|
<th>项目所在地</th>
|
|
<th>毕业院校</th>
|
|
<th>最高学历</th>
|
|
<th>提交时间</th>
|
|
<th>审核状态</th>
|
|
<th>操作</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td data-label="项目名称">高速硅光芯片研发平台</td>
|
|
<td data-label="细分赛道">场景与应用</td>
|
|
<td data-label="项目所在地">中国 / 江苏省 / 南京市</td>
|
|
<td data-label="毕业院校">武汉大学</td>
|
|
<td data-label="最高学历">硕士</td>
|
|
<td data-label="提交时间">2026-04-28 19:20</td>
|
|
<td data-label="审核状态"><span class="status-pill status-pending">待评审</span></td>
|
|
<td data-label="操作"><a class="btn btn-sm btn-outline-primary" href="./my-event-detail.html">查看详情</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|