no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-25 14:19:47 +08:00
parent 2a18498319
commit 8781a4c8c0
2 changed files with 40 additions and 0 deletions

View File

@ -960,6 +960,25 @@
.content .details-box .ranking .item .rank-box .itemm:first-of-type {
margin-bottom: 9px;
}
.content .details-box .ps {
height: 28px;
background-color: #ffffff;
border: 1px solid #ebebeb;
border-radius: 6px;
}
.content .details-box .ps .title {
font-family: "Arial-Black", "Arial Black", sans-serif;
font-weight: 900;
font-size: 14px;
color: #000000;
margin-right: 5px;
}
.content .details-box .ps .text {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
color: #555555;
font-size: 13px;
}
.content .details-box .text-box {
padding: 20px 16px 20px;
position: relative;

View File

@ -1093,6 +1093,27 @@
}
}
.ps {
height: 28px;
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(235, 235, 235, 1);
border-radius: 6px;
.title {
font-family: "Arial-Black", "Arial Black", sans-serif;
font-weight: 900;
font-size: 14px;
color: #000000;
margin-right: 5px;
}
.text {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
color: #555555;
font-size: 13px;
}
}
.text-box {
padding: 20px 16px 20px;
position: relative;