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.

177 lines
4.9 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>长春市云校运行监测数据分析</title>
<style>
body {
background: url('./img/7242053431844671488.png') no-repeat center/cover fixed;
min-height: 100vh;
margin: 0;
overflow: hidden;
}
.header {
height: 74px;
width: 100%;
background-image: url('./img/7243888574007873536.png');
background-size: 60%;
/* 或 100% 100% */
background-position: center;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
}
.title {
width: 460px;
height: 40px;
background: url('./img/7267812078885277696.png') no-repeat center/cover;
margin-top: -10px;
}
.content {
width: 1851px;
height: 834px;
position: absolute;
top: calc(50% + 30px);
/* 50%加上header高度的一半 */
left: 50%;
transform: translate(-50%, -50%);
background: url('./img/7267348704741298176.png') no-repeat center/cover;
}
.inside {
width: 100%;
height: 100%;
display: flex;
justify-content: space-evenly;
align-items: center;
}
.block1 {
width: 344px;
height: 591px;
background: url('./img/kcyy.png') no-repeat center/cover;
margin-left: -50px;
position: relative;
font-size: 20px;
margin-left: 0;
cursor: pointer;
}
.block2 {
width: 344px;
height: 591px;
background: url('./img/kcjs.png') no-repeat center/cover;
margin-left: -50px;
position: relative;
font-size: 20px;
cursor: pointer;
}
.block3 {
width: 344px;
height: 591px;
background: url('./img/ptfw.png') no-repeat center/cover;
margin-left: -50px;
position: relative;
font-size: 20px;
cursor: pointer;
}
.block4 {
width: 344px;
height: 591px;
background: url('./img/dsf.png') no-repeat center/cover;
margin-left: -50px;
position: relative;
font-size: 20px;
cursor: pointer;
}
.block:first-child {
margin-left: 0;
}
.text1 {
position: absolute;
bottom: 140px;
left: 50%;
transform: translate(-50%, 50%);
color: #ffff;
padding: 10px;
/* 仅用于示例 */
}
.text2 {
position: absolute;
bottom: 105px;
left: 50%;
transform: translate(-50%, 50%);
color: #ffff;
padding: 10px;
/* 仅用于示例 */
}
#maxkb .maxkb-chat-button {
position: fixed !important;
right: 10px !important;
bottom: 20px !important;
cursor: pointer !important;
z-index: 10000 !important;
}
</style>
</head>
<body>
<div class="header">
<div class="title"></div>
</div>
<div class="content">
<div class="inside">
<div class="block1" id="kcyy">
<div class="text1">全角色数据覆盖</div>
<div class="text2" style="width: 160px;">精准评估课程效用</div>
</div>
<div class="block2" id="kcjs">
<div class="text1" style="width: 160px;">全景剖析建设路径</div>
<div class="text2" style="width: 160px;">精准布局章节要点</div>
</div>
<div class="block3" id="ptfw">
<div class="text1">全览访问数据</div>
<div class="text2" style="width: 160px;">洞悉用户行为趋势</div>
</div>
<div class="block4" id="dsfyy">
<div class="text1" style="width: 160px;">深度挖掘访问数据</div>
<div class="text2">提升应用效能</div>
</div>
</div>
</div>
<script src="./admin/js/jquery-3.6.0.min.js"></script>
<script async defer
src="http://10.10.14.206:8080/api/application/embed?protocol=http&host=10.10.14.206:8080&token=a21c842f2eeffaa2">
</script>
<script>
$(function () {
$('#kcyy').click(function () {
window.open('http://10.10.14.203/#/de-link/qvnN2lJM', '_blank');
});
});
</script>
</body>
</html>