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.

118 lines
2.6 KiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<style>
.content {
width: 1024px;
height: 500px;
position: absolute;
top: 45%;
left: 50%;
border-radius: 12px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
}
.container {
display: grid;
grid-template-columns: 25% 25% 25% 25%;
grid-template-rows: 50% 50%;
margin-top: 80px;
}
img {
width: 80px;
}
.items {
text-align: center;
height: 200px;
}
.title {
font-size: 14px;
font-weight: normal;
margin-top: 15px;
}
a {
text-decoration: none;
/* 移除下划线 */
color: inherit;
/* 设置颜色为继承自父元素的颜色 */
}
a:visited {
color: inherit;
/* 设置访问过后的颜色为继承自父元素的颜色 */
}
</style>
</head>
<body>
<div class="content" style="text-align: center;font-size: 18;font-weight: bolder;">
请选择填报类型
<div class="container">
<div class="items">
<a href="./xxjszb_jchj_list.html">
<div><img src="./imgs/a1.png" alt=""></div>
<div class="title">基础环境</div>
</a>
</div>
<div class="items">
<a href="./xxjszb_szzd_list.html">
<div><img src="./imgs/a2.png" alt=""></div>
<div class="title">数字终端</div>
</a>
</div>
<div class="items">
<a href="./xxjszb_szhjxkj1_list.html">
<div><img src="./imgs/a3.png" alt=""></div>
<div class="title">多媒体班级教室设备</div>
</a>
</div>
<div class="items">
<a href="./xxjszb_szhjxkj2_list.html">
<div><img src="./imgs/a4.png" alt=""></div>
<div class="title">多功能教室、录播室等设备</div>
</a>
</div>
<div class="items">
<a href="./xxjszb_whshkj1_list.html">
<div><img src="./imgs/a5.png" alt=""></div>
<div class="title">校园广播设备</div>
</a>
</div>
<div class="items">
<a href="./xxjszb_whshkj2_list.html">
<div><img src="./imgs/a6.png" alt=""></div>
<div class="title">虚拟演播室设备</div>
</a>
</div>
<div class="items">
<a href="./xxjszb_whshkj3_list.html">
<div><img src="./imgs/a7.png" alt=""></div>
<div class="title">校园电视系统等设备</div>
</a>
</div>
<div class="items">
<a href="./xxjszb_wlaq_list.html">
<div><img src="./imgs/a8.png" alt=""></div>
<div class="title">网络安全</div>
</a>
</div>
</div>
</div>
</body>
</html>