no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-27 16:16:19 +08:00
parent ebb78168a3
commit f69ff33b71
2 changed files with 9 additions and 2 deletions

View File

@ -527,9 +527,11 @@
.content .details-box .apply-btn .apply-list .apply-item {
font-size: 16px;
color: #555555;
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
line-height: 40px;
cursor: pointer;
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
font-style: normal;
}
.content .details-box .apply-btn .apply-list .apply-item .dot {
width: 6px;
@ -539,6 +541,7 @@
margin-right: 10px;
}
.content .details-box .apply-btn .apply-list .apply-item.pitch {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
color: #000000;
}

View File

@ -609,9 +609,12 @@
.apply-item {
font-size: 16px;
color: #555555;
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
line-height: 40px;
cursor: pointer;
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
font-style: normal;
.dot {
width: 6px;
height: 6px;
@ -621,6 +624,7 @@
}
&.pitch {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
color: #000000;