style: 更新背景图片和样式,调整背景透明度和表格行高

This commit is contained in:
MKStoler1024 2025-02-22 01:52:28 +00:00
parent bdcd17d876
commit caf43c2deb
2 changed files with 2 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 3.6 MiB

View File

@ -51,9 +51,7 @@ body::-webkit-scrollbar {
padding: 20px; padding: 20px;
max-width: 1400px; /* 增加主体部分宽度 */ max-width: 1400px; /* 增加主体部分宽度 */
margin: auto; margin: auto;
background-color: rgba(0, 0, 0, 0.2); /* 使用rgba设置背景透明度为80% */ background-color: rgba(255, 255, 255, 0); /* 使用rgba设置背景透明度为80% */
border-radius: 8px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
} }
h1 { h1 {
@ -128,7 +126,7 @@ table {
th, td { th, td {
border: 1px solid #333; border: 1px solid #333;
padding: 8px; /* 缩短行高 */ padding: 2px; /* 缩短行高 */
font-size: 2rem; font-size: 2rem;
text-align: center; text-align: center;
} }