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

@@ -375,6 +375,7 @@ body {
border-radius: 12px;
color: #333333;
cursor: pointer;
font-size: 15px;
}
#homepage-other .matter .matter-content .list-area .classify .item.pitch {
background-color: #d35110;

View File

@@ -430,6 +430,7 @@ body {
border-radius: 12px;
color: #333333;
cursor: pointer;
font-size: 15px;
&.pitch {
background-color: rgba(211, 81, 16, 1);

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;
}

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;