This commit is contained in:
2022-07-08 18:22:34 +08:00
parent 90dd9dee9e
commit 1cb33ab973
9 changed files with 248 additions and 27 deletions

View File

@@ -12,7 +12,7 @@ import group1bg from "../../../public/group1bg.webp";
import group2bg from "../../../public/group2bg.webp";
import group3bg from "../../../public/group3bg.webp";
import group4bg from "../../../public/group4bg.webp";
// [TODO] bg 5
import group5bg from "../../../public/group5bg.webp";
import group6bg from "../../../public/group6bg.webp";
import group7bg from "../../../public/group7bg.webp";
@@ -27,14 +27,11 @@ export default function LawPage() {
<Header propBG={BG486}></Header>
<main className={homeStyles.container}>
<section className={styles.post}>
<h2>法律案件分析</h2>
<h2>社会管理法律</h2>
<small>发布于 2022-07-06</small>
<hr />
<div className={styles.grid}>
<Link
href="/posts/law/1"
passHref
>
<Link href="/posts/law/1" passHref>
<div>
<h3>残疾人劳工案例分析</h3>
<small>
@@ -45,10 +42,7 @@ export default function LawPage() {
</div>
</Link>
<Link
href="#"
passHref
>
<Link href="/posts/law/2" passHref>
<div>
<h3>杀人犯潜逃的重婚案例</h3>
<small>
@@ -59,10 +53,7 @@ export default function LawPage() {
</div>
</Link>
<Link
href="#"
passHref
>
<Link href="/posts/law/3" passHref>
<div>
<h3>离婚案例分析</h3>
<small>
@@ -73,10 +64,7 @@ export default function LawPage() {
</div>
</Link>
<Link
href="#"
passHref
>
<Link href="/posts/law/4" passHref>
<div>
<h3>针对未成年人的性侵犯案件分析</h3>
<small>
@@ -87,10 +75,18 @@ export default function LawPage() {
</div>
</Link>
<Link
href="#"
passHref
>
<Link href="/posts/law/5" passHref>
<div>
<h3>精神病患者的离婚案例分析</h3>
<small>
<Copyright />
林思源 吴懿鹏
</small>
<Image src={group5bg} />
</div>
</Link>
<Link href="/posts/law/6" passHref>
<div>
<h3>离婚法</h3>
<small>
@@ -101,10 +97,7 @@ export default function LawPage() {
</div>
</Link>
<Link
href="#"
passHref
>
<Link href="/posts/law/7" passHref>
<div>
<h3>婚内配偶同性恋行为导致的离婚纠纷案例分析</h3>
<small>
@@ -114,7 +107,6 @@ export default function LawPage() {
<Image src={group7bg} />
</div>
</Link>
</div>
</section>
</main>