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小站 - +
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) { - +