mirror of
https://github.com/ExamAware/ExamSchedule.git
synced 2025-04-29 11:06:32 +00:00
style: 更新当前时间页面图标,调整背景透明度,移除背景模糊效果
This commit is contained in:
parent
c68f6a4e72
commit
dc0e5c20ef
@ -27,7 +27,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>当前时间</title>
|
||||
<link rel="shortcut icon" href="../favicon.png">
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=DM+Sans|Inter|Space+Mono|Work+Sans|Libre+Franklin&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
@ -48,12 +48,10 @@
|
||||
|
||||
.container {
|
||||
text-align: center;
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
background: rgba(255, 255, 255, 0);
|
||||
padding: 30px;
|
||||
border-radius: 16px;
|
||||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
|
||||
backdrop-filter: blur(10px);
|
||||
animation: fadeIn 2s ease-in-out;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user