From 02687b776b982aad0480c912f7f0a909b94dec3f Mon Sep 17 00:00:00 2001 From: Ember Date: Wed, 11 Sep 2024 20:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=BE=E7=A8=8B=E8=AF=84?= =?UTF-8?q?=E5=88=86=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ratings/index.html | 15 ++++++++++----- submission/index.html | 22 +++++++++++----------- 2 files changed, 21 insertions(+), 16 deletions(-) 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) { - +