From 82cbe38a8c38462ab1b6ffa74e59e7752b591c35 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 16 Dec 2024 17:57:56 +0800 Subject: [PATCH] no message --- css/details.css | 5 +++++ css/details.less | 3 +++ 2 files changed, 8 insertions(+) diff --git a/css/details.css b/css/details.css index 02c1515..dcbc2cc 100644 --- a/css/details.css +++ b/css/details.css @@ -560,6 +560,11 @@ padding-bottom: 22px; text-align: center; } +.content .details-box .application-schedule .list .time .item { + display: flex; + flex-direction: column; + justify-content: space-between; +} .content .details-box .application-schedule .list .time .item:first-of-type { border-right: 1px dotted #ebebeb; } diff --git a/css/details.less b/css/details.less index 611cd04..5145579 100644 --- a/css/details.less +++ b/css/details.less @@ -633,6 +633,9 @@ &:first-of-type { border-right: 1px dotted rgb(235, 235, 235); } + display: flex; + flex-direction: column; + justify-content: space-between; .name { font-size: 16px; color: #000000;