mirror of
https://github.com/ExamAware/ExamSchedule.git
synced 2025-04-29 02:56:32 +00:00
style: 更新背景图片和样式,调整背景透明度和表格行高
This commit is contained in:
parent
bdcd17d876
commit
caf43c2deb
BIN
background.jpg
BIN
background.jpg
Binary file not shown.
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.6 MiB |
@ -51,9 +51,7 @@ body::-webkit-scrollbar {
|
||||
padding: 20px;
|
||||
max-width: 1400px; /* 增加主体部分宽度 */
|
||||
margin: auto;
|
||||
background-color: rgba(0, 0, 0, 0.2); /* 使用rgba设置背景透明度为80% */
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
|
||||
background-color: rgba(255, 255, 255, 0); /* 使用rgba设置背景透明度为80% */
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -128,7 +126,7 @@ table {
|
||||
|
||||
th, td {
|
||||
border: 1px solid #333;
|
||||
padding: 8px; /* 缩短行高 */
|
||||
padding: 2px; /* 缩短行高 */
|
||||
font-size: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user