no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-26 18:07:38 +08:00
parent 5ada689b6f
commit f9915f0d4b
2 changed files with 15 additions and 2 deletions

View File

@ -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: "";

View File

@ -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: "";