diff --git a/ratings/index.html b/ratings/index.html
index 1632d99..9a3ae67 100644
--- a/ratings/index.html
+++ b/ratings/index.html
@@ -7,7 +7,9 @@
选修课评分 | NEU小站
-
+
-- 下载
选修课榜单 分类版 ver20230811.2220.xlsx:
+ -
+
NEU小站课程评分系统(测试版)点击此处进入体验。
+注意:请使用电脑端进入;请先完成账号校园网验证和东币系统激活后再进入!
+
+-
+
下载选修课榜单 分类版 ver20230811.2220.xlsx:
点击下载
@@ -250,10 +257,8 @@
initializeDownloadLink(linkId, popupId, objectKey);
});
+
-- 点击 此处
- 进入虎扑评分选修课榜单。
-- 本站选修课评分系统正在开发中,敬请期待……
diff --git a/submission/index.html b/submission/index.html
index 3468083..e7663cf 100644
--- a/submission/index.html
+++ b/submission/index.html
@@ -298,7 +298,7 @@ async function fetchNoCache(url) {
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}
-
+
/* 按钮的基础样式 */
#customModal button {
padding: 10px 20px;
@@ -309,49 +309,49 @@ async function fetchNoCache(url) {
cursor: pointer;
transition: background-color 0.3s ease, transform 0.1s ease;
}
-
+
/* 确认按钮样式 */
#confirmButton {
background-color: #007bff;
color: #ffffff;
}
-
+
/* 退出登录按钮样式 */
#logoutButton {
background-color: #dc3545;
color: #ffffff;
}
-
+
/* 鼠标悬停时的样式 */
#customModal button:hover {
transform: translateY(-3px);
}
-
+
/* 按钮点击时的样式 */
#customModal button:active {
transform: translateY(1px);
}
-
+
/* 暗黑模式下的模态框背景和文字颜色 */
.dark #customModal {
background-color: #333333 !important;
border-color: #444444 !important;
color: #ffffff !important;
}
-
+
/* 暗黑模式下的按钮样式 */
.dark #confirmButton {
background-color: #4444ff;
}
-
+
.dark #logoutButton {
background-color: #ff4444;
}
-
+
.dark #customModal button:hover {
transform: translateY(-3px);
}
-
+
.dark #customModal button:active {
transform: translateY(1px);
}
@@ -1000,7 +1000,7 @@ async function fetchNoCache(url) {
-
+