diff --git a/public/images/subscribe/acti-cover.svg b/public/images/subscribe/acti-cover.svg new file mode 100644 index 0000000..5a4707c --- /dev/null +++ b/public/images/subscribe/acti-cover.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/images/search/underline.svg b/public/images/subscribe/underline.svg similarity index 100% rename from public/images/search/underline.svg rename to public/images/subscribe/underline.svg diff --git a/src/app/dashboard/find/page.jsx b/src/app/dashboard/find/page.jsx index b43b7e7..fb3cbad 100644 --- a/src/app/dashboard/find/page.jsx +++ b/src/app/dashboard/find/page.jsx @@ -1,12 +1,78 @@ import React from "react"; +import Image from "next/image"; +import Link from "next/link"; import Navbar from "../../_components/common/Navbar" -function Find() { + +const Find=()=>{ return ( -
- find - +
+
+ {/*搜索框*/} +
+ search + +
+ + {/*活动中心*/} +
活动中心
+ underline + + + + {/*活动列表-已结束*/} +
+
+
+
每日一答
+
连续七日
+
+ acti-cover + + {/*已结束标签*/} +
+
已结束
+
+ + {/*立即查看*/} + 立即查看 + +
+
+ + {/*活动列表-进行中*/} +
+
+
+
每日一答
+
连续七日
+
+ acti-cover + + +
+
进行中
+ +
+ + + 立即查看 + +
+
+ +
+ +
+ +
+
) } + + + export default Find; diff --git a/src/app/search/page.tsx b/src/app/search/page.tsx index aba6e99..20fbef1 100644 --- a/src/app/search/page.tsx +++ b/src/app/search/page.tsx @@ -1,7 +1,5 @@ import Image from "next/image" -import Navbar from "../_components/common/Navbar"; -/*import Page from */ const Page=()=>{ @@ -19,6 +17,8 @@ const Page=()=>{
+ + {/*搜索结果-vip*/}
@@ -60,51 +60,6 @@ const Page=()=>{
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}