修改好友动态、发布动态、促销模块、创建帖子,Resolve review.
Change-Id: I84a2460dd1208bc703b0527d98225204d03e5efc
diff --git a/src/pages/SeedList/SeedDetail/SeedDetail.css b/src/pages/SeedList/SeedDetail/SeedDetail.css
index 242fd83..641a4be 100644
--- a/src/pages/SeedList/SeedDetail/SeedDetail.css
+++ b/src/pages/SeedList/SeedDetail/SeedDetail.css
@@ -1,7 +1,5 @@
.seed-detail-page {
- background-color: #4b322b;
- min-height: 100vh;
- padding: 32px 0;
+ background: linear-gradient(180deg, #5F4437, #823c3c);
font-family: 'Helvetica Neue', sans-serif;
color: #333;
}
@@ -19,7 +17,7 @@
font-size: 24px;
font-weight: bold;
margin-bottom: 16px;
- color: #4b322b;
+ color: #4A3B34;
}
.seed-header-container {
@@ -70,7 +68,7 @@
}
.btn:hover {
- background-color: #6d4e37;
+ background-color: #5F4437;
}
.comments-section {
@@ -80,7 +78,7 @@
.comments-section h3 {
margin-bottom: 10px;
font-size: 20px;
- color: #4b322b;
+ color: #4A3B34;
}
.comments-list {
diff --git a/src/pages/SeedList/SeedList.css b/src/pages/SeedList/SeedList.css
index 724411c..aff93c3 100644
--- a/src/pages/SeedList/SeedList.css
+++ b/src/pages/SeedList/SeedList.css
@@ -1,7 +1,6 @@
- .main-page {
- background-color: #5F4437;
- color: white;
+ .seed-list-container {
+ background: linear-gradient(180deg, #5F4437, #823c3c);
}
/* 搜索、排序控件 */
@@ -232,8 +231,5 @@
border-radius: 8px;
margin-bottom: 12px;
}
- .friend-moments {
- background-color: #5F4437;
- color: white;
- }
+
\ No newline at end of file
diff --git a/src/pages/SeedList/SeedList.jsx b/src/pages/SeedList/SeedList.jsx
index 2831434..09ea5dd 100644
--- a/src/pages/SeedList/SeedList.jsx
+++ b/src/pages/SeedList/SeedList.jsx
@@ -157,7 +157,7 @@
};
return (
- <div className="main-page">
+ <div className="seed-list-container">
<Header /> {/* 引用 Header 组件 */}
<div className="controls">