From bb8769485da149b11607bffa1e97bff97402e54c Mon Sep 17 00:00:00 2001 From: reshiner Date: Mon, 9 Aug 2021 21:09:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fixbug=EF=BC=9A=E9=A6=96=E9=A1=B5=E7=83=AD?= =?UTF-8?q?=E9=97=A8=E8=AF=BE=E7=A8=8B=E7=AC=AC8=E4=B8=AA=E8=AF=BE?= =?UTF-8?q?=E7=A8=8B=E6=8D=A2=E8=A1=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MamaCollege/src/main/resources/static/static/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MamaCollege/src/main/resources/static/static/global.css b/MamaCollege/src/main/resources/static/static/global.css index e995531..f6cb84b 100644 --- a/MamaCollege/src/main/resources/static/static/global.css +++ b/MamaCollege/src/main/resources/static/static/global.css @@ -200,7 +200,7 @@ h1 { margin: 0 20px 20px 0; box-sizing: border-box; } -.course-block_item:nth-child(4) { +.course-block_item:nth-child(4), .course-block_item:nth-child(8) { margin-right: 0; } .course-block_item:hover { -- Gitee From c3e66154df775dd0f378e0d18f71c3c2d98cfd00 Mon Sep 17 00:00:00 2001 From: reshiner Date: Mon, 9 Aug 2021 21:12:42 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fixbug=EF=BC=9A=E9=A6=96=E9=A1=B5=E7=83=AD?= =?UTF-8?q?=E9=97=A8=E8=AF=BE=E7=A8=8B=E7=AC=AC8=E4=B8=AA=E8=AF=BE?= =?UTF-8?q?=E7=A8=8B=E6=8D=A2=E8=A1=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MamaCollege/src/main/resources/static/static/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MamaCollege/src/main/resources/static/static/global.css b/MamaCollege/src/main/resources/static/static/global.css index f6cb84b..263f4cf 100644 --- a/MamaCollege/src/main/resources/static/static/global.css +++ b/MamaCollege/src/main/resources/static/static/global.css @@ -200,7 +200,7 @@ h1 { margin: 0 20px 20px 0; box-sizing: border-box; } -.course-block_item:nth-child(4), .course-block_item:nth-child(8) { +.course-block_item:nth-child(4n+0) { margin-right: 0; } .course-block_item:hover { -- Gitee