|
|
|
@ -1,11 +1,12 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<title>文山州教育数字化平台</title>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<title id="title">文山州教育数字化平台</title>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
@ -18,7 +19,9 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
display: flex;justify-content:center;margin-top: 500px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
margin-top: 500px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-container {
|
|
|
|
@ -27,15 +30,15 @@
|
|
|
|
|
margin: 0 10px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon-text {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 75%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
color: #303133;
|
|
|
|
|
color: #303133;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
width: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -45,75 +48,93 @@
|
|
|
|
|
|
|
|
|
|
.welcome-text {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 11px; /* 可以根据需要调整 */
|
|
|
|
|
left: 8%; /* 可以根据需要调整 */
|
|
|
|
|
top: 11px;
|
|
|
|
|
/* 可以根据需要调整 */
|
|
|
|
|
left: 8%;
|
|
|
|
|
/* 可以根据需要调整 */
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.welcome-image {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 260px; /* 可以根据需要调整 */
|
|
|
|
|
left: 20%; /* 可以根据需要调整 */
|
|
|
|
|
top: 260px;
|
|
|
|
|
/* 可以根据需要调整 */
|
|
|
|
|
left: 20%;
|
|
|
|
|
/* 可以根据需要调整 */
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="welcome-text">欢迎来到文山州教育数字化平台</div>
|
|
|
|
|
<div class="welcome-image"><img src="text.png"></div>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<a href="http://10.10.14.101:8080/restcloud/admin"
|
|
|
|
|
target="_blank">
|
|
|
|
|
<div class="icon-container">
|
|
|
|
|
<img class="image-icon" src="1.png">
|
|
|
|
|
<div class="icon-text">汇集流程</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a
|
|
|
|
|
href="https://cdn8.axureshop.com/demo2025/2197783/#id=xyh2u5&p=%3E%3E%E5%8E%9F%E5%9E%8B%E6%BC%94%E7%A4%BA%3E%3E&c=1"
|
|
|
|
|
target="_blank">
|
|
|
|
|
<div class="icon-container">
|
|
|
|
|
<img class="image-icon" src="2.png">
|
|
|
|
|
<div class="icon-text">元数据维护</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="http://124.71.15.237:8259/#/login/"
|
|
|
|
|
target="_blank">
|
|
|
|
|
<div class="icon-container">
|
|
|
|
|
<img class="image-icon" src="5.png">
|
|
|
|
|
<div class="icon-text">数据汇集</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a href="http://124.71.15.237:8259/#/login/"
|
|
|
|
|
target="_blank">
|
|
|
|
|
<div class="icon-container">
|
|
|
|
|
<img class="image-icon" src="5.png">
|
|
|
|
|
<div class="icon-text">数据资产</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a href="http://www.wmarkj.com:27081/link/H2zO8vry"
|
|
|
|
|
target="_blank">
|
|
|
|
|
<div class="icon-container">
|
|
|
|
|
<img class="image-icon" src="3.png">
|
|
|
|
|
<div class="icon-text">教育运行状态监测与分析</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a href="http://jyj.changchun.gov.cn/xxgk/jcxxgk/jytjsj/2022jytj/"
|
|
|
|
|
target="_blank">
|
|
|
|
|
<div class="icon-container">
|
|
|
|
|
<img class="image-icon" src="4.png">
|
|
|
|
|
<div class="icon-text">教育年报</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script src="../../admin/js/jquery-3.6.0.min.js"></script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div class="welcome-text">欢迎来到文山州教育数字化平台</div>
|
|
|
|
|
<div class="welcome-image"><img id="system_logo" src="text.png"></div>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<a href="http://10.10.14.101:8080/restcloud/admin" target="_blank">
|
|
|
|
|
<div class="icon-container">
|
|
|
|
|
<img class="image-icon" src="1.png">
|
|
|
|
|
<div class="icon-text">汇集流程</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a href="https://cdn8.axureshop.com/demo2025/2197783/#id=xyh2u5&p=%3E%3E%E5%8E%9F%E5%9E%8B%E6%BC%94%E7%A4%BA%3E%3E&c=1"
|
|
|
|
|
target="_blank">
|
|
|
|
|
<div class="icon-container">
|
|
|
|
|
<img class="image-icon" src="2.png">
|
|
|
|
|
<div class="icon-text">元数据维护</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="http://124.71.15.237:8259/#/login/" target="_blank">
|
|
|
|
|
<div class="icon-container">
|
|
|
|
|
<img class="image-icon" src="5.png">
|
|
|
|
|
<div class="icon-text">数据汇集</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a href="http://124.71.15.237:8259/#/login/" target="_blank">
|
|
|
|
|
<div class="icon-container">
|
|
|
|
|
<img class="image-icon" src="5.png">
|
|
|
|
|
<div class="icon-text">数据资产</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a href="http://www.wmarkj.com:27081/link/H2zO8vry" target="_blank">
|
|
|
|
|
<div class="icon-container">
|
|
|
|
|
<img class="image-icon" src="3.png">
|
|
|
|
|
<div class="icon-text">教育运行状态监测与分析</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a href="http://jyj.changchun.gov.cn/xxgk/jcxxgk/jytjsj/2022jytj/" target="_blank">
|
|
|
|
|
<div class="icon-container">
|
|
|
|
|
<img class="image-icon" src="4.png">
|
|
|
|
|
<div class="icon-text">教育年报</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script src="../../admin/js/jquery-3.6.0.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
$(function () {
|
|
|
|
|
//获取系统名称和图片
|
|
|
|
|
$.ajax({
|
|
|
|
|
type: "GET",
|
|
|
|
|
async: false,
|
|
|
|
|
url: "/dsBase/global/getGlobalValueByKey?key=system_name,system_logo",
|
|
|
|
|
success: function (res) {
|
|
|
|
|
if (res.success) {
|
|
|
|
|
$("#title").text(res.system_name);
|
|
|
|
|
$("#system_logo").attr("src", "/dsWeb/" + res.system_logo);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|