From 7c46e99c3ff9cd20cf04c7c4de5a92895dedc932 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 14 Nov 2024 17:40:32 +0800 Subject: [PATCH] no message --- css/details.css | 2 +- css/details.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/details.css b/css/details.css index 31299c3..747c98e 100644 --- a/css/details.css +++ b/css/details.css @@ -458,13 +458,13 @@ line-height: 32px; word-break: break-word; white-space: pre-line; - margin-bottom: 32px; } .content .details-box .demand .title { font-weight: 650; font-style: normal; font-size: 18px; color: #000000; + margin-top: 32px; margin-bottom: 10px; } .content .details-box .demand .hint { diff --git a/css/details.less b/css/details.less index c5ce52d..e4d6793 100644 --- a/css/details.less +++ b/css/details.less @@ -514,7 +514,6 @@ line-height: 32px; word-break: break-word; white-space: pre-line; - margin-bottom: 32px; } .title { @@ -522,6 +521,7 @@ font-style: normal; font-size: 18px; color: #000000; + margin-top: 32px; margin-bottom: 10px; }