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; }