blob: 47b7ac50b23031292779444ef460808b81038a63 [file] [log] [blame]
2230100964011632025-06-04 21:57:22 +08001.user-center {
2 max-width: 100%;
3 padding: 3%;
4 font-family: Arial, sans-serif;
5 display: flex;
6 gap: 10%;
7 background: #333;
8}
9
10.post-item {
11 margin-bottom: 20px;
12}
13
14.post-item h3 {
15 font-size: 1.3em;
16 margin-bottom: 8px;
17}
18
19.post-item p {
20 margin: 4px 0;
21 color: #333;
22}