no message

This commit is contained in:
A1300399510 2024-11-22 14:41:48 +08:00
parent 2eeb1fad43
commit cb480a92d4
2 changed files with 19 additions and 1 deletions

View File

@ -96,6 +96,15 @@
position: relative;
display: block;
}
.boxbox .body .left .list .item .school {
font-size: 14px;
color: #333333;
margin-bottom: 14px;
}
.boxbox .body .left .list .item .school .icon {
height: 18px;
margin-right: 8px;
}
.boxbox .body .left .list .item .name {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;

View File

@ -103,6 +103,15 @@
margin-bottom: 20px;
position: relative;
display: block;
.school {
font-size: 14px;
color: #333333;
margin-bottom: 14px;
.icon {
height: 18px;
margin-right: 8px;
}
}
.name {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
@ -312,7 +321,7 @@
line-height: 50px;
margin: 0 24px;
cursor: pointer;
.img {
height: 20px;
margin-right: 6px;