From f9915f0d4b7d990f9bd9c00d891d3add62baf701 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Wed, 26 Mar 2025 18:07:38 +0800 Subject: [PATCH] no message --- css/details.css | 8 +++++++- css/details.less | 9 ++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/css/details.css b/css/details.css index 3b4545a..3b3a46d 100644 --- a/css/details.css +++ b/css/details.css @@ -1133,7 +1133,12 @@ line-height: 32px; word-break: break-word; border-bottom: 1px dotted #d7d7d7; - padding-bottom: 14px; +} +.content .details-box .demand .line { + width: 100%; + border-bottom: 1px dotted #d7d7d7; + margin-top: 14px; + height: 1px; } .content .details-box .demand .title { font-weight: 650; @@ -1451,6 +1456,7 @@ background-repeat: repeat-y; background-position: 0 0; margin-bottom: 26px; + white-space: pre-wrap; } .content .details-box .scholarships .text::after { content: ""; diff --git a/css/details.less b/css/details.less index bd0acb8..14e6ad7 100644 --- a/css/details.less +++ b/css/details.less @@ -1319,7 +1319,13 @@ line-height: 32px; word-break: break-word; border-bottom: 1px dotted #d7d7d7; - padding-bottom: 14px; + } + + .line { + width: 100%; + border-bottom: 1px dotted #d7d7d7; + margin-top: 14px; + height: 1px; } .title { @@ -1690,6 +1696,7 @@ background-repeat: repeat-y; background-position: 0 0; margin-bottom: 26px; + white-space: pre-wrap; &::after { content: "";