no message

This commit is contained in:
A1300399510 2024-12-16 17:57:56 +08:00
parent 089ceb7d0d
commit 82cbe38a8c
2 changed files with 8 additions and 0 deletions

View File

@ -560,6 +560,11 @@
padding-bottom: 22px; padding-bottom: 22px;
text-align: center; 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 { .content .details-box .application-schedule .list .time .item:first-of-type {
border-right: 1px dotted #ebebeb; border-right: 1px dotted #ebebeb;
} }

View File

@ -633,6 +633,9 @@
&:first-of-type { &:first-of-type {
border-right: 1px dotted rgb(235, 235, 235); border-right: 1px dotted rgb(235, 235, 235);
} }
display: flex;
flex-direction: column;
justify-content: space-between;
.name { .name {
font-size: 16px; font-size: 16px;
color: #000000; color: #000000;