-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
194 lines (168 loc) · 5.99 KB
/
index.html
File metadata and controls
194 lines (168 loc) · 5.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lynnart教学管理系统 - 支持页面</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
color: #333;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background: white;
margin-top: 50px;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.header {
text-align: center;
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 2px solid #f0f0f0;
}
.header h1 {
color: #2c3e50;
margin-bottom: 10px;
}
.header p {
color: #7f8c8d;
}
.section {
margin-bottom: 30px;
}
.section h2 {
color: #34495e;
margin-bottom: 15px;
padding-left: 10px;
border-left: 4px solid #3498db;
}
.contact-info {
background: #f8f9fa;
padding: 20px;
border-radius: 8px;
margin-bottom: 20px;
}
.contact-item {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.contact-item:last-child {
margin-bottom: 0;
}
.contact-item strong {
width: 80px;
color: #2c3e50;
}
.faq-item {
margin-bottom: 20px;
padding: 15px;
background: #f8f9fa;
border-radius: 8px;
}
.faq-question {
font-weight: 600;
color: #2c3e50;
margin-bottom: 8px;
}
.faq-answer {
color: #555;
}
.footer {
text-align: center;
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #eee;
color: #7f8c8d;
}
a {
color: #3498db;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>Lynnart教学管理系统</h1>
<p>专业的艺术教学管理平台</p>
</div>
<div class="section">
<h2>联系我们</h2>
<div class="contact-info">
<div class="contact-item">
<strong>邮箱:</strong>
<span>wellswei88@gmail.com</span>
</div>
<div class="contact-item">
<strong>开发者:</strong>
<span>Lynnart Studio</span>
</div>
<div class="contact-item">
<strong>响应时间:</strong>
<span>24-48小时内回复</span>
</div>
</div>
</div>
<div class="section">
<h2>常见问题</h2>
<div class="faq-item">
<div class="faq-question">Q: 如何注册账户?</div>
<div class="faq-answer">A: 下载应用后,点击"立即注册",填写必要信息。学生需要选择指导教师,注册后等待管理员审核通过。</div>
</div>
<div class="faq-item">
<div class="faq-question">Q: 忘记密码怎么办?</div>
<div class="faq-answer">A: 请联系您的教师或管理员重置密码,或发送邮件到support@lynnaqiu.com申请重置。</div>
</div>
<div class="faq-item">
<div class="faq-question">Q: 应用无法正常加载数据?</div>
<div class="faq-answer">A: 请检查网络连接,应用具有自动重试机制。如问题持续,请重启应用或联系技术支持。</div>
</div>
<div class="faq-item">
<div class="faq-question">Q: 如何查看课程安排?</div>
<div class="faq-answer">A: 登录后在"课程"页面可以查看您的课程安排,包括已安排、已完成和已取消的课程。</div>
</div>
</div>
<div class="section">
<h2>功能介绍</h2>
<p>Lynnart教学管理系统为艺术教育机构提供完整的管理解决方案:</p>
<ul style="margin-left: 20px; margin-top: 10px;">
<li>学生、教师、管理员多角色管理</li>
<li>课程安排与课时包管理</li>
<li>作业布置与提交系统</li>
<li>公告发布与通知</li>
<li>文件上传与管理</li>
</ul>
</div>
<div class="section">
<h2>隐私政策</h2>
<p>我们非常重视用户隐私保护:</p>
<ul style="margin-left: 20px; margin-top: 10px;">
<li>仅收集必要的教学管理信息</li>
<li>不会向第三方分享个人信息</li>
<li>所有数据传输均采用加密保护</li>
<li>用户可随时申请删除个人数据</li>
</ul>
</div>
<div class="footer">
<p>© 2025 Lynnart Studio. 保留所有权利.</p>
<p>如需技术支持,请发送邮件至 support@lynnaqiu.com</p>
</div>
</div>
</body>
</html>