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.

154 lines
4.1 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: 1531px;
height: 680px;
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: center;
align-items: center;
}
.block {
width: 403px;
height: 457px;
background: url('./img/7267354826290237440.png') no-repeat center/cover;
margin-left: -50px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;
}
.block:first-child {
margin-left: 0;
}
.img {
width: 122px;
height: 110px;
}
.img1 {
background: url('./img/7267355371289710592.png') no-repeat center/cover;
}
.img2 {
background: url('./img/7267356720916074496.png') no-repeat center/cover;
}
.img3 {
background: url('./img/7267356867150483456.png') no-repeat center/cover;
}
.img4 {
background: url('./img/7267382226440949760.png') no-repeat center/cover;
}
.text {
font-size: 32px;
font-weight: bold;
color: #fff;
margin-top: 40px;
}
#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="block">
<div class="img img1"></div>
<div class="text">平台访问</div>
</div>
<div class="block" id="kcyy">
<div class="img img2"></div>
<div class="text">课程应用</div>
</div>
<div class="block">
<div class="img img3"></div>
<div class="text">课程建设</div>
</div>
<div class="block">
<div class="img img4"></div>
<div class="text">第三方应用</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>