From c68f6a4e72f72abf8f179c90581b3564007f5beb Mon Sep 17 00:00:00 2001
From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com>
Date: Mon, 24 Feb 2025 07:02:39 +0000
Subject: [PATCH] =?UTF-8?q?style:=20=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=EF=BC=8C=E8=B0=83=E6=95=B4?=
=?UTF-8?q?=E8=83=8C=E6=99=AF=E9=A2=9C=E8=89=B2=E5=92=8C=E9=80=8F=E6=98=8E?=
=?UTF-8?q?=E5=BA=A6=EF=BC=8C=E4=BC=98=E5=8C=96=E6=8C=89=E9=92=AE=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=E5=92=8C=E6=96=87=E6=9C=AC=E9=A2=9C=E8=89=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
exam/x.html | 596 ------------------------------------------------
time/index.html | 16 +-
2 files changed, 9 insertions(+), 603 deletions(-)
delete mode 100644 exam/x.html
diff --git a/exam/x.html b/exam/x.html
deleted file mode 100644
index 1d0d161..0000000
--- a/exam/x.html
+++ /dev/null
@@ -1,596 +0,0 @@
-
-
-
-
- 课程状态系统完整版
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
系统设置
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/time/index.html b/time/index.html
index 8249b26..84915a6 100644
--- a/time/index.html
+++ b/time/index.html
@@ -38,27 +38,29 @@
padding: 20px;
background: url('../background.jpg') no-repeat center center fixed;
background-size: cover;
- color: #2d3436;
+ color: #ecf0f1;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
+ background-color: #2c3e50;
}
.container {
text-align: center;
- background: rgba(255, 255, 255, 0.8);
- border: 1px solid #e0e6ed;
+ background: rgba(255, 255, 255, 0.1);
+ border: 1px solid rgba(255, 255, 255, 0.2);
padding: 30px;
border-radius: 16px;
- box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
+ backdrop-filter: blur(10px);
animation: fadeIn 2s ease-in-out;
}
.time {
font-size: 10rem;
margin: 0;
- color: #2c3e50;
+ color: #ecf0f1;
font-weight: 700;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
animation: glow 1s ease-in-out infinite alternate;
@@ -67,7 +69,7 @@
.text {
font-size: 1.5rem;
margin-bottom: 20px;
- color: #57606f;
+ color: #bdc3c7;
}
.btn {
@@ -93,7 +95,7 @@
}
.btn.fullscreen {
- background-color: #f44336;
+ background: linear-gradient(135deg, #e74c3c, #c0392b);
color: #fff;
}