Skip to content

Commit caf43c2

Browse files
committed
style: 更新背景图片和样式,调整背景透明度和表格行高
1 parent bdcd17d commit caf43c2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

background.jpg

125 KB
Loading

exam/styles.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ body::-webkit-scrollbar {
5151
padding: 20px;
5252
max-width: 1400px; /* 增加主体部分宽度 */
5353
margin: auto;
54-
background-color: rgba(0, 0, 0, 0.2); /* 使用rgba设置背景透明度为80% */
55-
border-radius: 8px;
56-
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
54+
background-color: rgba(255, 255, 255, 0); /* 使用rgba设置背景透明度为80% */
5755
}
5856

5957
h1 {
@@ -128,7 +126,7 @@ table {
128126

129127
th, td {
130128
border: 1px solid #333;
131-
padding: 8px; /* 缩短行高 */
129+
padding: 2px; /* 缩短行高 */
132130
font-size: 2rem;
133131
text-align: center;
134132
}

0 commit comments

Comments
 (0)