mirror of
https://github.com/ExamAware/ExamSchedule.git
synced 2025-04-29 19:16:33 +00:00
feat: 更新亮色主题背景和透明度
This commit is contained in:
parent
4b80b40aa9
commit
84a50e3772
BIN
background_light.jpg
Normal file
BIN
background_light.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 MiB |
@ -2,7 +2,7 @@ body {
|
|||||||
font-family: 'HarmonyOS Sans SC Regular', 'Roboto', Arial, sans-serif;
|
font-family: 'HarmonyOS Sans SC Regular', 'Roboto', Arial, sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: url('../../background.jpg') no-repeat center center fixed;
|
background: url('../../background_light.jpg') no-repeat center center fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
animation: fadeIn 1s;
|
animation: fadeIn 1s;
|
||||||
color: #333;
|
color: #333;
|
||||||
@ -50,7 +50,7 @@ body::-webkit-scrollbar {
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
max-width: 1400px;
|
max-width: 1400px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
background-color: rgba(255, 255, 255, 0.8);
|
background-color: rgba(255, 255, 255, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@ -93,7 +93,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.clock-section, .info-section, .right-column {
|
.clock-section, .info-section, .right-column {
|
||||||
background-color: rgba(255, 255, 255, 0.8);
|
background-color: rgba(255, 255, 255, 0.2);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
|
||||||
@ -120,7 +120,7 @@ table {
|
|||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
background-color: rgba(255, 255, 255, 0.8);
|
background-color: rgba(255, 255, 255, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user