Skip to content

Commit 0378f36

Browse files
authored
Update pub.css
1 parent 35ec20c commit 0378f36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cssjs/pub.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
.year-filter {
2-
margin-bottom: 20px;
2+
text-align: center; /* 按钮内容居中 */
3+
margin-bottom: 2px;
34
}
45
.year-filter button {
56
margin: 5px;
67
padding: 10px;
78
cursor: pointer;
89
border: 1px solid #ccc;
910
background-color: #f9f9f9;
11+
font-size: 20px; /* 字体大小为 24px */
1012
}
1113
.year-filter button.active {
1214
background-color: #007bff;

0 commit comments

Comments
 (0)