From ebfdfca64540f8b6d3d114ab422fd6adeb80b8d9 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 28 Nov 2024 15:15:21 +0800 Subject: [PATCH] no message --- css/details.css | 3 +++ css/details.less | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/css/details.css b/css/details.css index 5f94f28..beb810f 100644 --- a/css/details.css +++ b/css/details.css @@ -780,6 +780,9 @@ margin-bottom: 20px; font-size: 14px; } +.content .details-box .course:last-of-type { + margin-bottom: 40px; +} .content .details-box .course .icon { position: absolute; top: 0; diff --git a/css/details.less b/css/details.less index a373c24..8cd34ec 100644 --- a/css/details.less +++ b/css/details.less @@ -892,6 +892,10 @@ padding-top: 19px; margin-bottom: 20px; + &:last-of-type { + margin-bottom: 40px; + } + .icon { position: absolute; top: 0;