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

@@ -365,7 +365,7 @@ body {
&.voted {
max-height: 178px;
.list-item {
height: 75px;
@@ -432,6 +432,50 @@ body {
}
}
&.item-mj {
.school {
height: 45px;
border-bottom: 1px dotted #d7d7d7;
.icon {
height: 20px;
margin-right: 10px;
}
.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;
}
}
.major {
height: 45px;
border-bottom: 1px dotted #d7d7d7;
.key {
font-size: 14px;
color: #7f7f7f;
margin-right: 20px;
}
.time {
font-family: "Arial-BoldMT", "Arial Bold", "Arial", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 14px;
color: #026277;
}
}
.message {
margin-top: 13px;
font-size: 14px;
color: #555555;
}
}
.comment {
height: 40px;
background-color: rgba(246, 246, 246, 1);
@@ -452,7 +496,7 @@ body {
}
.bottom {
margin-top: 15px;
// margin-top: 15px;
height: 55px;
justify-content: flex-end;