no message

This commit is contained in:
A1300399510 2024-11-14 18:00:53 +08:00
parent 03442f7991
commit 0ac9c9b0b9
2 changed files with 3 additions and 4 deletions

View File

@ -201,8 +201,7 @@
border: 1px solid #f2f2f2; border: 1px solid #f2f2f2;
border-radius: 12px; border-radius: 12px;
padding: 21px 15px; padding: 21px 15px;
margin-bottom: 20px; margin-bottom: 19px;
position: relative;
} }
.body .right .list .item .name { .body .right .list .item .name {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;

View File

@ -218,8 +218,8 @@
border: 1px solid rgba(242, 242, 242, 1); border: 1px solid rgba(242, 242, 242, 1);
border-radius: 12px; border-radius: 12px;
padding: 21px 15px; padding: 21px 15px;
margin-bottom: 20px; margin-bottom: 19px;
position: relative; // position: relative;
.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;