commit baa8c1a44a67446c40e434cad4b06e8be6fa2bfa Author: YishengDu Date: Sun Oct 5 22:36:08 2025 +0800 Add zijin-ultraclass files to doc folder diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..bcd4b9b Binary files /dev/null and b/.DS_Store differ diff --git a/.~jin-ultraclass例图.docx b/.~jin-ultraclass例图.docx new file mode 100644 index 0000000..5697ae4 Binary files /dev/null and b/.~jin-ultraclass例图.docx differ diff --git a/doc/zijin ultraclass.css b/doc/zijin ultraclass.css new file mode 100644 index 0000000..2b6293f --- /dev/null +++ b/doc/zijin ultraclass.css @@ -0,0 +1,158 @@ +/* ======= 全局基础 ======= */ +body { + font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif; + background: #f3f6fa; /* 柔和的浅灰蓝背景 */ + color: #333; + margin: 0; + line-height: 1.7; +} + +/* ======= 链接样式 ======= */ +a { + color: #0066cc; + text-decoration: none; +} +a:hover { + color: #004b9a; +} + +/* ======= 顶部导航 ======= */ +header { + background: linear-gradient(90deg, #0059b3, #0078ff); + color: white; + padding: 15px 0; + box-shadow: 0 2px 6px rgba(0,0,0,0.1); + display: flex; + justify-content: space-between; + align-items: center; + padding-left: 5%; + padding-right: 5%; +} + +header .logo { + font-size: 20px; + font-weight: bold; +} + +nav ul { + list-style: none; + margin: 0; + padding: 0; +} + +nav li { + display: inline-block; + margin: 0 15px; +} + +nav a { + color: white; + font-weight: 500; +} +nav a:hover { + text-decoration: underline; +} + +/* ======= 主体布局 ======= */ +main { + display: flex; + justify-content: center; + width: 90%; + margin: 40px auto; + max-width: 1200px; + gap: 30px; +} + +/* ======= 文章卡片样式 ======= */ +.content { + flex: 3; +} + +.card { + background: white; + border-radius: 10px; + box-shadow: 0 3px 10px rgba(0,0,0,0.05); + padding: 20px 25px; + margin-bottom: 30px; + transition: transform 0.2s ease, box-shadow 0.3s ease; +} + +.card:hover { + transform: translateY(-3px); + box-shadow: 0 6px 15px rgba(0,0,0,0.1); +} + +.card h2 { + color: #003d80; +} + +.meta { + font-size: 0.9em; + color: #666; +} + +.btn { + display: inline-block; + background: #0070cc; + color: white; + padding: 8px 14px; + border-radius: 5px; + margin-top: 10px; +} +.btn:hover { + background: #005da8; +} + +/* ======= 侧边栏 ======= */ +.sidebar { + flex: 1; +} + +.widget { + background: white; + border-radius: 10px; + padding: 20px; + margin-bottom: 20px; + box-shadow: 0 2px 8px rgba(0,0,0,0.05); +} + +.widget h3 { + border-bottom: 2px solid #0070cc; + padding-bottom: 5px; + margin-bottom: 15px; + color: #004b9a; +} + +/* 搜索框 */ +.search { + display: flex; + align-items: center; + gap: 5px; +} +.search input { + flex: 1; + padding: 6px 10px; + border: 1px solid #ccc; + border-radius: 5px; +} +.search button { + background: #0070cc; + border: none; + color: white; + padding: 6px 10px; + border-radius: 5px; + cursor: pointer; +} +.search button:hover { + background: #005da8; +} + +/* ======= 页脚 ======= */ +footer { + text-align: center; + padding: 25px 0; + background: #e9eef6; + color: #666; + margin-top: 40px; + font-size: 0.9em; +} \ No newline at end of file diff --git a/doc/zijin ultraclass.html b/doc/zijin ultraclass.html new file mode 100644 index 0000000..598a73f --- /dev/null +++ b/doc/zijin ultraclass.html @@ -0,0 +1,88 @@ + + + + + + 紫金U课 · 学习博客 + + + + + +
+ + +
+ + +
+
+ +
+

如何高效利用紫金U课进行自主学习

+

发表于 2025-09-20 · 教学中心 · 分类:学习指南

+

紫金U课是一个集在线学习、作业提交、课程互动于一体的教学平台。本文分享如何利用平台功能高效学习,让你的时间更有价值。

+ 阅读全文 +
+ +
+

教师如何设计优质在线课程

+

发表于 2025-09-12 · 张老师 · 分类:教学交流

+

紫金U课为教师提供了丰富的课程管理工具。本文探讨如何创建结构清晰、互动性强的优质课程,提升教学体验。

+ 阅读全文 +
+ +
+

学生分享:我在紫金U课的学习体验

+

发表于 2025-08-30 · 计算机学院学生 · 分类:学习心得

+

以前觉得线上学习不如线下高效,但紫金U课的作业反馈、互动答疑改变了我的看法。现在登录学习已成为我的日常。

+ 阅读全文 +
+
+ + + +
+ + + + + + \ No newline at end of file diff --git a/doc/zijin ultraclass.png b/doc/zijin ultraclass.png new file mode 100644 index 0000000..5d721c7 Binary files /dev/null and b/doc/zijin ultraclass.png differ diff --git a/doc/zijin-ultraclass例图.pdf b/doc/zijin-ultraclass例图.pdf new file mode 100644 index 0000000..c704010 Binary files /dev/null and b/doc/zijin-ultraclass例图.pdf differ diff --git a/doc/紫金U课学习博客泛读报告.docx b/doc/紫金U课学习博客泛读报告.docx new file mode 100644 index 0000000..30c4fc6 Binary files /dev/null and b/doc/紫金U课学习博客泛读报告.docx differ diff --git a/doc/紫金U课构思及描述.docx b/doc/紫金U课构思及描述.docx new file mode 100644 index 0000000..f7d806b Binary files /dev/null and b/doc/紫金U课构思及描述.docx differ