fix-user-collections
Change-Id: I51af59fc5866095a4d8ef248be7a28b27d9f4f64
diff --git a/src/pages/UserCenter/UserCollect.css b/src/pages/UserCenter/UserCollect.css
index e69de29..47b7ac5 100644
--- a/src/pages/UserCenter/UserCollect.css
+++ b/src/pages/UserCenter/UserCollect.css
@@ -0,0 +1,22 @@
+.user-center {
+ max-width: 100%;
+ padding: 3%;
+ font-family: Arial, sans-serif;
+ display: flex;
+ gap: 10%;
+ background: #333;
+}
+
+.post-item {
+ margin-bottom: 20px;
+}
+
+.post-item h3 {
+ font-size: 1.3em;
+ margin-bottom: 8px;
+}
+
+.post-item p {
+ margin: 4px 0;
+ color: #333;
+}