Skip to content

Commit 484dd79

Browse files
authored
Update pub.css
1 parent 0378f36 commit 484dd79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cssjs/pub.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
.year-filter {
22
text-align: center; /* 按钮内容居中 */
3-
margin-bottom: 2px;
3+
margin-bottom: 0;
44
}
55
.year-filter button {
6-
margin: 5px;
7-
padding: 10px;
6+
margin: 2px;
7+
padding: 2px;
88
cursor: pointer;
99
border: 1px solid #ccc;
1010
background-color: #f9f9f9;
11-
font-size: 20px; /* 字体大小为 24px */
11+
font-size: 18px; /* 字体大小为 24px */
1212
}
1313
.year-filter button.active {
1414
background-color: #007bff;

0 commit comments

Comments
 (0)