no message

This commit is contained in:
A1300399510 2024-11-22 18:54:26 +08:00
parent 6abe60f370
commit b40dfa5424
2 changed files with 18 additions and 0 deletions

View File

@ -205,6 +205,15 @@
padding: 21px 15px 11px; padding: 21px 15px 11px;
margin-bottom: 19px; margin-bottom: 19px;
} }
.body .right .list .item .school {
font-size: 14px;
color: #333333;
margin-bottom: 14px;
}
.body .right .list .item .school .icon {
height: 18px;
margin-right: 8px;
}
.body .right .list .item .name { .body .right .list .item .name {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650; font-weight: 650;

View File

@ -221,6 +221,15 @@
border-radius: 12px; border-radius: 12px;
padding: 21px 15px 11px; padding: 21px 15px 11px;
margin-bottom: 19px; margin-bottom: 19px;
.school {
font-size: 14px;
color: #333333;
margin-bottom: 14px;
.icon {
height: 18px;
margin-right: 8px;
}
}
.name { .name {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650; font-weight: 650;