no message

This commit is contained in:
A1300399510
2025-10-28 10:01:48 +08:00
parent 6bb48ff86d
commit 89703bf025
11 changed files with 283 additions and 3 deletions

View File

@@ -358,6 +358,43 @@ body {
border-radius: 66px;
margin-right: 6px;
}
.item-box.item-mj .school {
height: 45px;
border-bottom: 1px dotted #d7d7d7;
}
.item-box.item-mj .school .icon {
height: 20px;
margin-right: 10px;
}
.item-box.item-mj .school .text {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 20px;
color: #000000;
line-height: 36px;
}
.item-box.item-mj .major {
height: 45px;
border-bottom: 1px dotted #d7d7d7;
}
.item-box.item-mj .major .key {
font-size: 14px;
color: #7f7f7f;
margin-right: 20px;
}
.item-box.item-mj .major .time {
font-family: "Arial-BoldMT", "Arial Bold", "Arial", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 14px;
color: #026277;
}
.item-box.item-mj .message {
margin-top: 13px;
font-size: 14px;
color: #555555;
}
.item-box .comment {
height: 40px;
background-color: #f6f6f6;
@@ -375,7 +412,6 @@ body {
color: #7f7f7f;
}
.item-box .bottom {
margin-top: 15px;
height: 55px;
justify-content: flex-end;
}