This commit is contained in:
quantulr
2023-11-03 17:25:10 +08:00
parent 2423f8c2e8
commit b6a722fa79
62 changed files with 415 additions and 260 deletions

View File

@ -4,7 +4,7 @@ const Page = () => {
return (
<>
<ArticleHeading text={"政府政策"} />
<ol className={"list-decimal list-inside indent-8"}>
<ol className={"list-inside list-decimal indent-8"}>
<li></li>
<li></li>
<li></li>

View File

@ -4,7 +4,7 @@ const Page = () => {
return (
<>
<ArticleHeading text={"产业对接"} />
<ol className={"list-decimal list-inside indent-8"}>
<ol className={"list-inside list-decimal indent-8"}>
<li></li>
<li></li>
<li></li>

View File

@ -4,10 +4,10 @@ const Page = () => {
return (
<>
<ArticleHeading text={"知识产权服务"} />
<p className={"text-base indent-8 my-1 text-center"}>
<p className={"my-1 text-center indent-8 text-base"}>
</p>
<ol className={"list-decimal list-inside indent-8 text-center"}>
<ol className={"list-inside list-decimal text-center indent-8"}>
<li></li>
<li></li>
<li></li>

View File

@ -4,7 +4,7 @@ const Page = () => {
return (
<>
<ArticleHeading text={"情报服务"} />
<ol className={"list-decimal list-inside indent-8"}>
<ol className={"list-inside list-decimal indent-8"}>
<li>
</li>

View File

@ -4,7 +4,7 @@ const Page = () => {
return (
<>
<ArticleHeading text={"投融资"} />
<ol className={"list-decimal list-inside indent-8"}>
<ol className={"list-inside list-decimal indent-8"}>
<li></li>
<li></li>
<li></li>

View File

@ -4,7 +4,7 @@ const Page = () => {
return (
<>
<ArticleHeading text={"科研项目申报"} />
<ol className={"list-decimal list-inside indent-8"}>
<ol className={"list-inside list-decimal indent-8"}>
<li></li>
<li></li>
<li>

View File

@ -4,7 +4,7 @@ const Page = () => {
return (
<>
<ArticleHeading text={"科技评估"} />
<ol className={"list-decimal list-inside indent-8"}>
<ol className={"list-inside list-decimal indent-8"}>
<li></li>
<li></li>
<li></li>

View File

@ -9,9 +9,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<ArticleLayout leftNavTitle={"联系我们"}>
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
</ArticleLayout>
);

View File

@ -1,22 +1,22 @@
const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786] mb-8"}>
<h2 className={"mb-8 text-center text-lg font-bold text-[#054786]"}>
</h2>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
绿
</p>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
8:3018:00
</p>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
18156053255 18156054143
</p>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
D1 7
</p>
<p className={"text-base indent-8 my-1"}>230022</p>
<p className={"my-1 indent-8 text-base"}>230022</p>
</>
);
};

View File

@ -10,9 +10,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -4,9 +4,9 @@ const Page = () => {
return (
<>
<ArticleHeading text={"资产财务处"} />
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
<ol className={"list-decimal list-inside"}>
<ol className={"list-inside list-decimal"}>
<li>
</li>

View File

@ -10,9 +10,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -4,9 +4,9 @@ const Page = () => {
return (
<>
<ArticleHeading text={"综合办公室"} />
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
<ol className={"list-decimal list-inside"}>
<ol className={"list-inside list-decimal"}>
<li>
</li>
@ -32,7 +32,7 @@ const Page = () => {
<li></li>
</ol>
</p>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
</p>
</>

View File

@ -10,9 +10,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -4,9 +4,9 @@ const Page = () => {
return (
<>
<ArticleHeading text={"产业处"} />
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
<ol className={"list-decimal list-inside"}>
<ol className={"list-inside list-decimal"}>
<li></li>
<li></li>
<li></li>

View File

@ -10,9 +10,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -4,9 +4,9 @@ const Page = () => {
return (
<>
<ArticleHeading text={"人事处"} />
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
<ol className={"list-decimal list-inside"}>
<ol className={"list-inside list-decimal"}>
<li></li>
<li></li>
<li>

View File

@ -10,9 +10,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -4,10 +4,10 @@ const Page = () => {
return (
<>
<ArticleHeading text={"科技处"} />
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
</p>
<ol className={"list-decimal list-inside indent-8"}>
<ol className={"list-inside list-decimal indent-8"}>
<li>
,
</li>

View File

@ -9,9 +9,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -9,9 +9,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -4,17 +4,17 @@ const Page = () => {
return (
<>
<ArticleHeading text={"院长致辞"} />
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
</p>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
绿绿
</p>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
5G物联网等领域进行科技布局绿沿
</p>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
</p>
</>

View File

@ -9,9 +9,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -4,7 +4,7 @@ const Page = () => {
return (
<>
<ArticleHeading text={"研究中心"} />
<p className={"text-base indent-8 my-1"}>...</p>
<p className={"my-1 indent-8 text-base"}>...</p>
</>
);
};

View File

@ -9,9 +9,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -4,7 +4,7 @@ const Page = () => {
return (
<>
<ArticleHeading text={"合作企业"} />
<p className={"text-base indent-8 my-1"}>...</p>
<p className={"my-1 indent-8 text-base"}>...</p>
</>
);
};

View File

@ -9,9 +9,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -4,13 +4,13 @@ const Page = () => {
return (
<>
<ArticleHeading text={"中国科学院重庆绿色智能技术研究院合肥分院"} />
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
绿绿201822020181220
</p>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
5G物联绿绿
</p>
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
</p>
</>

View File

@ -9,9 +9,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -4,7 +4,7 @@ const Page = () => {
return (
<>
<ArticleHeading text={"科研平台"} />
<p className={"text-base indent-8 my-1"}>...</p>
<p className={"my-1 indent-8 text-base"}>...</p>
</>
);
};

View File

@ -9,9 +9,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -4,7 +4,7 @@ const Page = () => {
return (
<>
<ArticleHeading text={"科技产业发展委员会"} />
<p className={"text-base indent-8 my-1"}>...</p>
<p className={"my-1 indent-8 text-base"}>...</p>
</>
);
};

View File

@ -9,9 +9,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -5,8 +5,8 @@ const Page = () => {
return (
<>
<ArticleHeading text={"两院院士"} />
<p className={"text-base text-center"}></p>
<p className={"flex justify-center mt-2"}>
<p className={"text-center text-base"}></p>
<p className={"mt-2 flex justify-center"}>
<img
src={`${process.env.NEXT_PUBLIC_ADMIN_BASE_URL}/uploads/image/20231030/8d05e613-e2c6-47d1-81a9-08bd70b8ba73.jpeg`}
alt={"张景中"}

View File

@ -9,9 +9,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -5,7 +5,7 @@ const Page = () => {
<>
<ArticleHeading text={"人才概况"} />
<p className={"text-base indent-8 my-1"}>
<p className={"my-1 indent-8 text-base"}>
20171033340611362120171025381173973
5
</p>

View File

@ -9,9 +9,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -55,7 +55,7 @@ const Page = () => {
{academicians.map((academician) => (
<div
key={academician.name}
className={`${styles.academician} flex flex-col items-center w-1/5 mb-4`}
className={`${styles.academician} mb-4 flex w-1/5 flex-col items-center`}
>
<img
className={"h-[138px]"}

View File

@ -9,9 +9,9 @@ const breadcrumb = [
const Layout = ({ children }: { children: ReactNode }) => {
return (
<div className={"flex flex-col h-full"}>
<div className={"flex h-full flex-col"}>
<Breadcrumb navigations={breadcrumb} />
<div className={"bg-white px-5 py-4 flex-1 mt-2"}>{children}</div>
<div className={"mt-2 flex-1 bg-white px-5 py-4"}>{children}</div>
</div>
);
};

View File

@ -24,7 +24,7 @@ const Page = () => {
{academicians.map((academician) => (
<div
key={academician.name}
className={`flex flex-col items-center w-1/5`}
className={`flex w-1/5 flex-col items-center`}
>
<img
className={"h-[138px]"}