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;