no message

This commit is contained in:
A1300399510 2024-11-12 16:58:25 +08:00
parent 0a01529f61
commit a20ad6070a
2 changed files with 2 additions and 0 deletions

View File

@ -841,6 +841,7 @@
} }
.else .case .list .item { .else .case .list .item {
padding: 20px 10px; padding: 20px 10px;
display: block;
} }
.else .case .list .item:not(:last-of-type) { .else .case .list .item:not(:last-of-type) {
border-bottom: 1px solid #f6f6f6; border-bottom: 1px solid #f6f6f6;

View File

@ -963,6 +963,7 @@
border-bottom: 1px solid rgb(246, 246, 246); border-bottom: 1px solid rgb(246, 246, 246);
} }
padding: 20px 10px; padding: 20px 10px;
display: block;
.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;