wu | 90da17b | 2025-06-19 12:45:29 +0800 | [diff] [blame^] | 1 | .notebook-page { |
2 | padding: 20px; | ||||
3 | } | ||||
4 | |||||
5 | .post-table { | ||||
6 | width: 100%; | ||||
7 | border-collapse: collapse; | ||||
8 | } | ||||
9 | |||||
10 | .post-table th, | ||||
11 | .post-table td { | ||||
12 | border: 1px solid #ddd; | ||||
13 | padding: 8px; | ||||
14 | text-align: left; | ||||
15 | } | ||||
16 | |||||
17 | .post-table th { | ||||
18 | background: #f5f5f5; | ||||
19 | } | ||||
20 | |||||
21 | .post-table button { | ||||
22 | margin-right: 8px; | ||||
23 | padding: 4px 8px; | ||||
24 | border: none; | ||||
25 | background: #ff4757; | ||||
26 | color: white; | ||||
27 | border-radius: 4px; | ||||
28 | cursor: pointer; | ||||
29 | } | ||||
30 | |||||
31 | .post-table button:hover { | ||||
32 | background: #ff3742; | ||||
33 | } |