Skip to content

Commit 0ac86bd

Browse files
committed
Update series2.md
1 parent 6ee9ef3 commit 0ac86bd

File tree

1 file changed

+14
-25
lines changed

1 file changed

+14
-25
lines changed

series2.md

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,42 +8,31 @@ nav_order: 4
88

99
<style>
1010
.staff-grid {
11-
display: grid !important;
12-
grid-template-columns: repeat(2, 1fr) !important; /* 固定每行两列 */
13-
gap: 20px !important; /* 卡片间距 */
14-
justify-items: center !important; /* 卡片居中 */
15-
flex-wrap: unset !important;
16-
margin-top: 1rem;
17-
padding-left: 0;
11+
display: grid;
12+
grid-template-columns: repeat(2, 1fr); /* 固定每行两列 */
13+
gap: 20px; /* 卡片间距 */
14+
justify-items: center; /* 卡片居中 */
1815
}
1916
.staff-card{
20-
background:#fff !important;
21-
padding:12px !important;
22-
border-radius:12px !important;
23-
box-shadow:0 1px 2px rgba(0,0,0,.06) !important;
24-
width: 100% !important;
25-
max-width: 100% !important;
26-
text-align: left !important;
27-
font-size: inherit !important;
28-
list-style: none !important;
17+
background:#fff;
18+
padding:12px;
19+
border-radius:12px;
20+
box-shadow:0 1px 2px rgba(0,0,0,.06);
2921
}
3022
.staff-card img{
31-
width:100% !important;
32-
height:160px !important;
33-
object-fit:cover !important;
34-
object-position: center !important;
35-
border-radius:8px !important;
36-
display:block !important;
37-
margin-bottom: 0 !important;
38-
box-shadow: none !important;
23+
width:100%;
24+
height:160px;
25+
object-fit:cover;
26+
border-radius:8px;
27+
display:block;
3928
}
4029
.staff-card p{ margin:8px 0 0; }
4130
.staff-card a{ font-weight:600; }
4231
</style>
4332

4433
<hr>
4534

46-
## Lecture Guests
35+
## Lecture Guests
4736

4837
<div class="staff-grid">
4938

0 commit comments

Comments
 (0)