diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..adedb98 --- /dev/null +++ b/html/index.html @@ -0,0 +1,37 @@ + + + + + 大数据汇聚与管理系统 + + + + + +
+
页面加载中...
+
+
+

+ 唐山开平教育大数据中心 +

+
+ 互动课堂教育运行监测 + 网络学习空间运行监测 +
+
+ 资源共建共享运行监测 + +
+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/html/js/script.js b/html/js/script.js new file mode 100644 index 0000000..d687b3a --- /dev/null +++ b/html/js/script.js @@ -0,0 +1,11 @@ +$(window).load(function () { + $(".loading").fadeOut() +}) +$(document).ready(function () { + var whei = $(window).width() + $("html").css({ fontSize: whei / 20 }) + $(window).resize(function () { + var whei = $(window).width() + $("html").css({ fontSize: whei / 20 }) + }); +}); \ No newline at end of file diff --git a/html/resource.html b/html/resource.html new file mode 100644 index 0000000..ae04b58 --- /dev/null +++ b/html/resource.html @@ -0,0 +1,272 @@ + + + + + + + 大数据汇聚与管理系统 + + + + + + + + + + + + + + + + +
+
页面加载中...
+
+
+

+ 唐山开平教育大数据中心 +

+ 互动课堂教育运行监测 + 网络学习空间运行监测 + 资源共建共享运行监测 + +
+ + +
+
+
+ 本月 + 本年 + 全部 +
+
+ + +
+
+
+ + \ No newline at end of file diff --git a/html/space.html b/html/space.html new file mode 100644 index 0000000..f6b0e48 --- /dev/null +++ b/html/space.html @@ -0,0 +1,318 @@ + + + + + 大数据汇聚与管理系统 + + + + + + +
+
页面加载中...
+
+
+

+ 唐山开平教育大数据中心 +

+ 互动课堂教育运行监测 + 网络学习空间运行监测 + 资源共建共享运行监测 +
+
+ 本月 + 本年 + 全部 +
+
+ +
+
+
+ + + + + + + + \ No newline at end of file