commit | e71688a71a1a21399dcbdac985c5a93eb8b8bf66 | [log] [tgz] |
---|---|---|
author | Krishya <2271857550@qq.com> | Thu Apr 10 21:25:17 2025 +0800 |
committer | Krishya <2271857550@qq.com> | Tue Apr 15 19:22:34 2025 +0800 |
tree | 4bd6f6cc90179593e2d36d67a8d25a6c536a3c8f | |
parent | 3a876cc7b5d1cc2b423cb5cf7a96f4e691e71b68 [diff] [blame] |
论坛帖子列表 Change-Id: I69535db13798ec52939f047604357c5fe363e8cd 论坛帖子列表 Change-Id: Ie02a0bfee862cb46667f2c6cd069dab21e84eb6b 论坛帖子列表 Change-Id: I69535db13798ec52939f047604357c5fe363e8cd
diff --git a/src/pages/Forum/PostDetailPage.css b/src/pages/Forum/PostDetailPage.css new file mode 100644 index 0000000..e534191 --- /dev/null +++ b/src/pages/Forum/PostDetailPage.css
@@ -0,0 +1,26 @@ +.post-detail-page { + padding: 20px; + } + + .post-detail-page h2 { + font-size: 2rem; + margin-bottom: 10px; + } + + .post-meta { + font-size: 1rem; + color: #666; + margin-bottom: 20px; + } + + .post-content { + font-size: 1.2rem; + } + + .post-image img { + width: 100%; + height: auto; + max-width: 600px; + margin-top: 20px; + } + \ No newline at end of file