feat: 更新亮色主题背景和透明度

This commit is contained in:
MKStoler1024 2025-03-03 15:45:21 +00:00
parent 4b80b40aa9
commit 84a50e3772
2 changed files with 4 additions and 4 deletions

BIN
background_light.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

View File

@ -2,7 +2,7 @@ body {
font-family: 'HarmonyOS Sans SC Regular', 'Roboto', Arial, sans-serif;
margin: 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;
animation: fadeIn 1s;
color: #333;
@ -50,7 +50,7 @@ body::-webkit-scrollbar {
padding: 20px;
max-width: 1400px;
margin: auto;
background-color: rgba(255, 255, 255, 0.8);
background-color: rgba(255, 255, 255, 0);
}
h1 {
@ -93,7 +93,7 @@ h1 {
}
.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);
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
@ -120,7 +120,7 @@ table {
border-collapse: collapse;
margin-top: 20px;
border: 1px solid #ccc;
background-color: rgba(255, 255, 255, 0.8);
background-color: rgba(255, 255, 255, 0.5);
}
th, td {